Home
last modified time | relevance | path

Searched refs:btf__add_union (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c118 id = btf__add_union(btf, "u1", 8); in test_btf_write()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.h94 LIBBPF_API int btf__add_union(struct btf *btf, const char *name, __u32 sz);
H A Dbtf.c1794 * btf__add_field() right after btf__add_union() succeeds. All fields
1801 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c130 id = btf__add_union(btf, "u1", 8); in gen_btf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.h183 LIBBPF_API int btf__add_union(struct btf *btf, const char *name, __u32 sz);
H A Dbtf.c1982 * btf__add_field() right after btf__add_union() succeeds. All fields
1989 int btf__add_union(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_union() function
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c2180 err = btf__add_union(btf_new, name, type->size); in btfgen_get_btf()

Completed in 18 milliseconds