Lines Matching refs:btf_id
101 struct btf_id { struct
178 static struct btf_id *btf_id__find(struct rb_root *root, const char *name) in btf_id__find()
181 struct btf_id *id; in btf_id__find()
185 id = rb_entry(p, struct btf_id, rb_node); in btf_id__find()
197 static struct btf_id *
202 struct btf_id *id; in btf_id__add()
207 id = rb_entry(parent, struct btf_id, rb_node); in btf_id__add()
260 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8) in add_set()
278 static struct btf_id *add_symbol(struct rb_root *root, char *name, size_t size) in add_symbol()
452 struct btf_id *id; in symbols_collect()
570 struct btf_id *id; in symbols_resolve()
623 static int id_patch(struct object *obj, struct btf_id *id) in id_patch()
658 struct btf_id *id; in __symbols_patch()
662 id = rb_entry(next, struct btf_id, rb_node); in __symbols_patch()
689 struct btf_id *id; in sets_patch()
691 id = rb_entry(next, struct btf_id, rb_node); in sets_patch()