Searched refs:btf_type_resolve_ptr (Results 1 – 3 of 3) 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() 430 ret_type = btf_type_resolve_ptr(btf, func_proto->type, NULL); in bpf_struct_ops_desc_init() 755 ptype = btf_type_resolve_ptr(st_map->btf, member->type, NULL); in bpf_struct_ops_map_update_elem()
|
| H A D | btf.c | 739 const struct btf_type *btf_type_resolve_ptr(const struct btf *btf, in btf_type_resolve_ptr() function 756 ptype = btf_type_resolve_ptr(btf, id, res_id); in btf_type_resolve_func_ptr()
|
| H A D | verifier.c | 17972 ret_type = btf_type_resolve_ptr(prog->aux->attach_btf, in check_return_code()
|