Home
last modified time | relevance | path

Searched refs:field_type_id (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Drelo_core.c686 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local
731 mt = skip_mods_and_typedefs(spec->btf, m->type, &field_type_id); in bpf_core_calc_field_relo()
751 sz = btf__resolve_size(spec->btf, field_type_id); in bpf_core_calc_field_relo()
771 *type_id = field_type_id; in bpf_core_calc_field_relo()
H A Dbtf.h184 LIBBPF_API int btf__add_field(struct btf *btf, const char *name, int field_type_id,
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.h95 LIBBPF_API int btf__add_field(struct btf *btf, const char *name, int field_type_id,
H A Dlibbpf.c5113 __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; in bpf_core_calc_field_relo() local
5158 mt = skip_mods_and_typedefs(spec->btf, m->type, &field_type_id); in bpf_core_calc_field_relo()
5178 sz = btf__resolve_size(spec->btf, field_type_id); in bpf_core_calc_field_relo()
5198 *type_id = field_type_id; in bpf_core_calc_field_relo()

Completed in 21 milliseconds