Searched refs:dtor_btf_id (Results 1 – 1 of 1) sorted by relevance
3952 s32 dtor_btf_id; in btf_parse_kptr() local3958 dtor_btf_id = btf_find_dtor_kfunc(kptr_btf, id); in btf_parse_kptr()3959 if (dtor_btf_id < 0) { in btf_parse_kptr()3960 ret = dtor_btf_id; in btf_parse_kptr()3964 dtor_func = btf_type_by_id(kptr_btf, dtor_btf_id); in btf_parse_kptr()9042 s32 dtor_btf_id; in btf_check_dtor_kfuncs() local9046 dtor_btf_id = btf_relocate_id(btf, dtors[i].kfunc_btf_id); in btf_check_dtor_kfuncs()9048 dtor_func = btf_type_by_id(btf, dtor_btf_id); in btf_check_dtor_kfuncs()