Home
last modified time | relevance | path

Searched refs:btf_check_and_fixup_fields (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbtf.h209 int btf_check_and_fixup_fields(const struct btf *btf, struct btf_record *rec);
/openbmc/linux/kernel/bpf/
H A Dbtf.c3836 int btf_check_and_fixup_fields(const struct btf *btf, struct btf_record *rec) in btf_check_and_fixup_fields() function
5549 err = btf_check_and_fixup_fields(btf, struct_meta_tab->types[i].record); in btf_parse()
H A Dsyscall.c1109 ret = btf_check_and_fixup_fields(btf, map->record); in map_check_btf()