Lines Matching defs:obj
602 struct btf_attach_point *obj;
607 hash_for_each_safe(tab->table, bkt, tmp, obj, hash) {
608 hash_del(&obj->hash);
609 free(obj);
745 struct btf_attach_point *obj;
752 hash_for_each_possible(btf_prog_table->table, obj, hash, info->id) {
753 if (obj->btf_id == info->id)
755 obj->obj_id);
759 hash_for_each_possible(btf_map_table->table, obj, hash, info->id) {
760 if (obj->btf_id == info->id)
762 obj->obj_id);
774 struct btf_attach_point *obj;
782 hash_for_each_possible(btf_prog_table->table, obj, hash,
784 if (obj->btf_id == info->id)
785 jsonw_uint(json_wtr, obj->obj_id);
791 hash_for_each_possible(btf_map_table->table, obj, hash,
793 if (obj->btf_id == info->id)
794 jsonw_uint(json_wtr, obj->obj_id);