Lines Matching defs:object
4 * resolve_btfids scans ELF object for .BTF_ids section and resolves
114 struct object {
259 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8)
328 static int elf_collect(struct object *obj)
421 static int symbols_collect(struct object *obj)
523 static int symbols_resolve(struct object *obj)
613 static int id_patch(struct object *obj, struct btf_id *id)
643 static int __symbols_patch(struct object *obj, struct rb_root *root)
667 static int sets_patch(struct object *obj)
729 static int symbols_patch(struct object *obj)
760 "resolve_btfids [<options>] <ELF object>",
766 struct object obj = {