Home
last modified time | relevance | path

Searched refs:field_type_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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,