Searched refs:btf_type_resolve_ptr (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 244 pointed_type = btf_type_resolve_ptr(btf, in prepare_arg_info() 314 t = btf_type_resolve_ptr(btf, id, NULL); in is_module_member() 431 ret_type = btf_type_resolve_ptr(btf, func_proto->type, NULL); in bpf_struct_ops_desc_init() 745 ptype = btf_type_resolve_ptr(st_map->btf, member->type, NULL); in bpf_struct_ops_map_update_elem()
|
| H A D | btf.c | 628 const struct btf_type *btf_type_resolve_ptr(const struct btf *btf, in btf_type_resolve_ptr() function 645 ptype = btf_type_resolve_ptr(btf, id, res_id); in btf_type_resolve_func_ptr()
|
| H A D | verifier.c | 17166 ret_type = btf_type_resolve_ptr(prog->aux->attach_btf, in check_return_code()
|
| /linux/include/linux/ |
| H A D | btf.h | 238 const struct btf_type *btf_type_resolve_ptr(const struct btf *btf,
|