Home
last modified time | relevance | path

Searched refs:btf_is_ptr (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c249 if (!btf_is_ptr(ptr)) in is_arena_tagged_ptr()
H A Dcore_reloc.c466 } else if (btf_is_ptr(t) && (t = btf__type_by_id(local_btf, t->type))) { in setup_type_id_case_local()
/linux/tools/perf/util/
H A Dbpf_off_cpu.c137 if (t2 == NULL || !btf_is_ptr(t2)) in check_sched_switch_args()
/linux/tools/lib/bpf/
H A Dbtf.h460 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
H A Drelo_core.c947 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
H A Dlibbpf.c1283 if (btf_is_ptr(mtype)) { in bpf_map__init_kern_struct_ops()
2450 if (!btf_is_ptr(t)) in resolve_func_ptr()
2505 if (!btf_is_ptr(t)) { in get_map_field_int()
2533 if (btf_is_ptr(t)) { in get_map_field_long()
2657 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2697 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2757 if (!btf_is_ptr(t)) { in parse_btf_map_def()
7206 if (!btf_is_ptr(t)) in need_func_arg_type_fixup()
12618 if (btf_is_ptr(t)) in btf_get_type_size()
/linux/include/linux/
H A Dbtf.h348 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1180 if (!btf_is_ptr(t)) in is_kf_implicit_arg()
1341 if (!btf_is_ptr(ptr)) { in arena_tag_ptr()
/linux/tools/bpf/bpftool/
H A Dgen.c64 if (!btf_is_ptr(t)) in resolve_func_ptr()
338 return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type)); in btf_is_ptr_to_func_proto()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1267 if (!btf_is_ptr(mt)) in mask_unrelated_struct_ops_progs()
1361 if (!t || !btf_is_ptr(t)) in fixup_obj()
/linux/kernel/bpf/
H A Dbtf.c6225 if (!btf_is_ptr(t)) { in btf_validate_prog_ctx_type()