Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c528 if (!btf_is_mod(t) && !btf_is_ptr(t) && !btf_is_typedef(t)) in test_split_module()
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.c134 if (t2 == NULL || !btf_is_ptr(t2)) in check_sched_switch_args()
/linux/tools/lib/bpf/
H A Dbtf.h388 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
H A Drelo_core.c946 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
H A Dlibbpf.c1245 if (btf_is_ptr(mtype)) { in bpf_map__init_kern_struct_ops()
2391 if (!btf_is_ptr(t)) in resolve_func_ptr()
2446 if (!btf_is_ptr(t)) { in get_map_field_int()
2474 if (btf_is_ptr(t)) { in get_map_field_long()
2598 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2638 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2698 if (!btf_is_ptr(t)) { in parse_btf_map_def()
6802 if (!btf_is_ptr(t)) in need_func_arg_type_fixup()
/linux/include/linux/
H A Dbtf.h342 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
/linux/tools/bpf/bpftool/
H A Dgen.c64 if (!btf_is_ptr(t)) in resolve_func_ptr()
321 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.c1209 if (!btf_is_ptr(mt)) in mask_unrelated_struct_ops_progs()
1272 if (!t || !btf_is_ptr(t)) in fixup_obj()
/linux/kernel/bpf/
H A Dbtf.c6046 if (!btf_is_ptr(t)) { in btf_validate_prog_ctx_type()