Searched refs:__symbols_patch (Results 1 – 1 of 1) sorted by relevance
571 static int __symbols_patch(struct object *obj, struct rb_root *root) in __symbols_patch() function637 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()638 __symbols_patch(obj, &obj->unions) || in symbols_patch()639 __symbols_patch(obj, &obj->typedefs) || in symbols_patch()640 __symbols_patch(obj, &obj->funcs) || in symbols_patch()641 __symbols_patch(obj, &obj->sets)) in symbols_patch()