Searched refs:str_sec (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 65 const char *str_sec; member 89 .str_sec = str, .str_sec_size = sizeof(str) 135 .str_sec = "\0A\0m\0n\0o\0p\0q\0r\0E\0E0\0E1", 190 .str_sec = "\0A\0m\0n\0o\0B\0m\0n\0Struct_B", 215 .str_sec = "\0A\0m\0n\0", 256 .str_sec = "\0A\0m\0n\0o\0p", 301 .str_sec = "\0A\0m\0n\0o\0p\0t\0.bss", 323 .str_sec = "\0t\0.bss", 345 .str_sec = "\0t\0.bss", 367 .str_sec = "\0t\0.bss", [all …]
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | libbpf_probes.c | 147 const char *str_sec, size_t str_len) in libbpf__load_raw_btf() argument 167 memcpy(raw_btf + hdr.hdr_len + hdr.type_len, str_sec, hdr.str_len); in libbpf__load_raw_btf()
|
D | libbpf_internal.h | 152 const char *str_sec, size_t str_len);
|