Lines Matching defs:object
4 * resolve_btfids scans Elf object for .BTF_ids section and resolves
89 struct object {
230 static struct btf_id *add_set(struct object *obj, char *name)
299 static int elf_collect(struct object *obj)
383 static int symbols_collect(struct object *obj)
472 static int symbols_resolve(struct object *obj)
545 static int id_patch(struct object *obj, struct btf_id *id)
576 static int __symbols_patch(struct object *obj, struct rb_root *root)
600 static int sets_patch(struct object *obj)
638 static int symbols_patch(struct object *obj)
669 "resolve_btfids [<options>] <ELF object>",
676 struct object obj = {