Home
last modified time | relevance | path

Searched refs:__symbols_patch (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c643 static int __symbols_patch(struct object *obj, struct rb_root *root) in __symbols_patch() function
733 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()
734 __symbols_patch(obj, &obj->unions) || in symbols_patch()
735 __symbols_patch(obj, &obj->typedefs) || in symbols_patch()
736 __symbols_patch(obj, &obj->funcs) || in symbols_patch()
737 __symbols_patch(obj, &obj->sets)) in symbols_patch()