Searched refs:dtor_btf_id (Results 1 – 1 of 1) sorted by relevance
3946 s32 dtor_btf_id; in btf_parse_kptr() local3952 dtor_btf_id = btf_find_dtor_kfunc(kptr_btf, id); in btf_parse_kptr()3953 if (dtor_btf_id < 0) { in btf_parse_kptr()3954 ret = dtor_btf_id; in btf_parse_kptr()3958 dtor_func = btf_type_by_id(kptr_btf, dtor_btf_id); in btf_parse_kptr()8992 s32 dtor_btf_id; in btf_check_dtor_kfuncs() local8996 dtor_btf_id = btf_relocate_id(btf, dtors[i].kfunc_btf_id); in btf_check_dtor_kfuncs()8998 dtor_func = btf_type_by_id(btf, dtor_btf_id); in btf_check_dtor_kfuncs()