Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf.h203 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
Dlibbpf.c865 if (btf_is_ptr(mtype)) { in bpf_map__init_kern_struct_ops()
1893 if (!btf_is_ptr(t)) in resolve_func_ptr()
1939 if (!btf_is_ptr(t)) { in get_map_field_int()
2042 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2084 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2142 if (!btf_is_ptr(t)) { in parse_btf_map_def()
5372 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c375 } else if (btf_is_ptr(t) && (t = btf__type_by_id(local_btf, t->type))) { in setup_type_id_case_local()