Searched refs:ptr_type (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/gendwarfksyms/ |
| H A D | dwarf.c | 1019 Dwarf_Die ptr_type; in save_symbol_ptr() 1022 if (!get_ref_die_attr(&state->die, DW_AT_type, &ptr_type) || in save_symbol_ptr() 1023 dwarf_tag(&ptr_type) != DW_TAG_pointer_type) in save_symbol_ptr() 1027 if (!get_ref_die_attr(&ptr_type, DW_AT_type, &type)) in save_symbol_ptr() 1039 symbol_set_ptr(state->sym, &ptr_type); 1017 Dwarf_Die ptr_type; save_symbol_ptr() local
|
| /linux/kernel/bpf/ |
| H A D | fixups.c | 632 aux[adj_idx].ptr_type == PTR_TO_CTX) in bpf_opt_subreg_zext_lo32_rnd_hi32() 807 env->insn_aux_data[i + delta].ptr_type == PTR_TO_ARENA) { in bpf_convert_ctx_accesses() 854 switch ((int)env->insn_aux_data[i + delta].ptr_type) { in bpf_convert_ctx_accesses()
|
| H A D | verifier.c | 12815 const struct btf_type *ptr_type, struct btf *desc_btf) in check_special_kfunc() argument 12911 } else if (is_list_node_type(ptr_type)) { in check_special_kfunc() 12915 } else if (is_rbtree_node_type(ptr_type)) { in check_special_kfunc() 12996 const struct btf_type *t, *ptr_type; in check_kfunc_call() local 13236 ptr_type = btf_type_skip_modifiers(desc_btf, t->type, &ptr_type_id); in check_kfunc_call() 13237 err = check_special_kfunc(env, &meta, regs, insn_aux, ptr_type, desc_btf); in check_kfunc_call() 13241 } else if (btf_type_is_void(ptr_type)) { in check_kfunc_call() 13244 } else if (!__btf_type_is_struct(ptr_type)) { in check_kfunc_call() 13248 if (!IS_ERR(btf_resolve_size(desc_btf, ptr_type, &sz))) { in check_kfunc_call() 13255 ptr_type->name_off); in check_kfunc_call() [all …]
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 579 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */ member
|