Searched refs:field_type_id (Results 1 – 2 of 2) sorted by relevance
/tools/lib/bpf/ |
D | relo_core.c | 566 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local 611 mt = skip_mods_and_typedefs(spec->btf, m->type, &field_type_id); in bpf_core_calc_field_relo() 631 sz = btf__resolve_size(spec->btf, field_type_id); in bpf_core_calc_field_relo() 651 *type_id = field_type_id; in bpf_core_calc_field_relo()
|
D | btf.h | 113 LIBBPF_API int btf__add_field(struct btf *btf, const char *name, int field_type_id,
|