Searched refs:btf__add_datasec (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | libbpf.map | 313 btf__add_datasec;
|
| D | btf.h | 122 LIBBPF_API int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz);
|
| D | btf.c | 2254 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec() function
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | libbpf.map | 214 btf__add_datasec;
|
| D | btf.h | 214 LIBBPF_API int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz);
|
| D | linker.c | 2678 id = btf__add_datasec(btf, sec->sec_name, sec->sec_sz); in finalize_btf()
|
| D | btf.c | 2528 int btf__add_datasec(struct btf *btf, const char *name, __u32 byte_sz) in btf__add_datasec() function
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | btf_write.c | 228 id = btf__add_datasec(btf, "datasec1", 12); in test_btf_write()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | btf_write.c | 263 id = btf__add_datasec(btf, "datasec1", 12); in gen_btf()
|