Lines Matching refs:btf_id
78 struct btf_id { struct
148 static struct btf_id *btf_id__find(struct rb_root *root, const char *name) in btf_id__find()
151 struct btf_id *id; in btf_id__find()
155 id = rb_entry(p, struct btf_id, rb_node); in btf_id__find()
167 static struct btf_id*
172 struct btf_id *id; in btf_id__add()
177 id = rb_entry(parent, struct btf_id, rb_node); in btf_id__add()
230 static struct btf_id *add_set(struct object *obj, char *name) in add_set()
248 static struct btf_id *add_symbol(struct rb_root *root, char *name, size_t size) in add_symbol()
405 struct btf_id *id; in symbols_collect()
499 struct btf_id *id; in symbols_resolve()
545 static int id_patch(struct object *obj, struct btf_id *id) in id_patch()
579 struct btf_id *id; in __symbols_patch()
583 id = rb_entry(next, struct btf_id, rb_node); in __symbols_patch()
609 struct btf_id *id; in sets_patch()
613 id = rb_entry(next, struct btf_id, rb_node); in sets_patch()