Searched refs:field_type_id (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | relo_core.c | 686 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id, elem_id; in bpf_core_calc_field_relo() local 737 mt = skip_mods_and_typedefs(spec->btf, m->type, &field_type_id); in bpf_core_calc_field_relo() 757 sz = btf__resolve_size(spec->btf, field_type_id); in bpf_core_calc_field_relo() 780 t = skip_mods_and_typedefs(spec->btf, field_type_id, &elem_id); in bpf_core_calc_field_relo() 787 *type_id = field_type_id; in bpf_core_calc_field_relo()
|
| H A D | btf.h | 209 LIBBPF_API int btf__add_field(struct btf *btf, const char *name, int field_type_id,
|