Home
last modified time | relevance | path

Searched refs:btf_is_union (Results 1 – 8 of 8) sorted by relevance

/linux/tools/lib/bpf/
H A Dbtf.h475 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
H A Dlinker.c1507 if (btf_kflag(t1) && btf_is_union(t2)) in glob_sym_btf_matches()
1514 if (btf_kflag(t2) && btf_is_union(t1)) in glob_sym_btf_matches()
H A Dbtf.c2669 if (btf_is_union(t) && bit_offset) in btf__add_field()
H A Dlibbpf.c12620 if (btf_is_int(t) || btf_is_any_enum(t) || btf_is_struct(t) || btf_is_union(t)) in btf_get_type_size()
12645 if (ret < 0 || btf_is_struct(t) || btf_is_union(t)) in btf_type_is_traceable_func()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c263 if (!btf_is_struct(type) && !btf_is_union(type)) { in find_field_offset_aux()
H A Dcore_reloc.c458 } else if (btf_is_union(t) && btf_vlen(t) && in setup_type_id_case_local()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c752 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
/linux/tools/perf/
H A Dbuiltin-trace.c1100 else if (btf_is_struct(arg_fmt->type) || btf_is_union(arg_fmt->type)) in trace__btf_scnprintf()