Searched refs:dtor_btf_id (Results 1 – 1 of 1) sorted by relevance
3806 s32 dtor_btf_id; in btf_parse_kptr() local3812 dtor_btf_id = btf_find_dtor_kfunc(kptr_btf, id); in btf_parse_kptr()3813 if (dtor_btf_id < 0) { in btf_parse_kptr()3814 ret = dtor_btf_id; in btf_parse_kptr()3818 dtor_func = btf_type_by_id(kptr_btf, dtor_btf_id); in btf_parse_kptr()8503 s32 dtor_btf_id; in btf_check_dtor_kfuncs() local8507 dtor_btf_id = btf_relocate_id(btf, dtors[i].kfunc_btf_id); in btf_check_dtor_kfuncs()8509 dtor_func = btf_type_by_id(btf, dtor_btf_id); in btf_check_dtor_kfuncs()