Lines Matching refs:btf_id
101 struct btf_id { struct
177 static struct btf_id *btf_id__find(struct rb_root *root, const char *name) in btf_id__find()
180 struct btf_id *id; in btf_id__find()
184 id = rb_entry(p, struct btf_id, rb_node); in btf_id__find()
196 static struct btf_id *
201 struct btf_id *id; in btf_id__add()
206 id = rb_entry(parent, struct btf_id, rb_node); in btf_id__add()
259 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8) in add_set()
277 static struct btf_id *add_symbol(struct rb_root *root, char *name, size_t size) in add_symbol()
443 struct btf_id *id; in symbols_collect()
561 struct btf_id *id; in symbols_resolve()
613 static int id_patch(struct object *obj, struct btf_id *id) in id_patch()
646 struct btf_id *id; in __symbols_patch()
650 id = rb_entry(next, struct btf_id, rb_node); in __symbols_patch()
677 struct btf_id *id; in sets_patch()
679 id = rb_entry(next, struct btf_id, rb_node); in sets_patch()