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 D | btf_write.c | 118 id = btf__add_union(btf, "u1", 8); in test_btf_write()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.h | 94 LIBBPF_API int btf__add_union(struct btf *btf, const char *name, __u32 sz);
|
H A D | btf.c | 1794 * 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 D | btf_write.c | 130 id = btf__add_union(btf, "u1", 8); in gen_btf()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.h | 183 LIBBPF_API int btf__add_union(struct btf *btf, const char *name, __u32 sz);
|
H A D | btf.c | 1982 * 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 D | gen.c | 2180 err = btf__add_union(btf_new, name, type->size); in btfgen_get_btf()
|
Completed in 18 milliseconds