Searched refs:ref_type_id (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | btf.h | 203 LIBBPF_API int btf__add_ptr(struct btf *btf, int ref_type_id); 225 LIBBPF_API int btf__add_typedef(struct btf *btf, const char *name, int ref_type_id); 226 LIBBPF_API int btf__add_volatile(struct btf *btf, int ref_type_id); 227 LIBBPF_API int btf__add_const(struct btf *btf, int ref_type_id); 228 LIBBPF_API int btf__add_restrict(struct btf *btf, int ref_type_id); 229 LIBBPF_API int btf__add_type_tag(struct btf *btf, const char *value, int ref_type_id); 230 LIBBPF_API int btf__add_type_attr(struct btf *btf, const char *value, int ref_type_id); 245 LIBBPF_API int btf__add_decl_tag(struct btf *btf, const char *value, int ref_type_id, 247 LIBBPF_API int btf__add_decl_attr(struct btf *btf, const char *value, int ref_type_id,
|
| H A D | btf.c | 2128 t->type = ref_type_id; in btf_add_ref_kind() 4857 int ref_type_id; in btf_dedup_ref_type() local 4877 if (ref_type_id < 0) in btf_dedup_ref_type() 4878 return ref_type_id; in btf_dedup_ref_type() 4894 if (ref_type_id < 0) in btf_dedup_ref_type() 4895 return ref_type_id; in btf_dedup_ref_type() 4913 if (ref_type_id < 0) in btf_dedup_ref_type() 4914 return ref_type_id; in btf_dedup_ref_type() 4918 if (ref_type_id < 0) in btf_dedup_ref_type() 4919 return ref_type_id; in btf_dedup_ref_type() [all …]
|