Lines Matching +defs:obj +defs:n
165 #define pr_debugN(n, fmt, ...) \ argument
260 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8) in add_set()
329 static int elf_collect(struct object *obj) in elf_collect()
430 static int symbols_collect(struct object *obj) in symbols_collect()
433 int n, i; in symbols_collect() local
532 static int symbols_resolve(struct object *obj) in symbols_resolve()
623 static int id_patch(struct object *obj, struct btf_id *id) in id_patch()
655 static int __symbols_patch(struct object *obj, struct rb_root *root) in __symbols_patch()
679 static int sets_patch(struct object *obj) in sets_patch()
741 static int symbols_patch(struct object *obj) in symbols_patch()
778 struct object obj = { in main() local