Home
last modified time | relevance | path

Searched refs:str_sec (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_btf.c103 const char *str_sec; member
127 .str_sec = str, .str_sec_size = sizeof(str)
173 .str_sec = "\0A\0m\0n\0o\0p\0q\0r\0E\0E0\0E1",
228 .str_sec = "\0A\0m\0n\0o\0B\0m\0n\0Struct_B",
253 .str_sec = "\0A\0m\0n\0",
294 .str_sec = "\0A\0m\0n\0o\0p",
339 .str_sec = "\0A\0m\0n\0o\0p\0t\0.bss",
361 .str_sec = "\0t\0.bss",
383 .str_sec = "\0t\0.bss",
405 .str_sec = "\0t\0.bss",
[all …]
/Linux-v5.4/tools/lib/bpf/
Dlibbpf_probes.c138 const char *str_sec, size_t str_len) in libbpf__load_raw_btf() argument
158 memcpy(raw_btf + hdr.hdr_len + hdr.type_len, str_sec, hdr.str_len); in libbpf__load_raw_btf()
Dlibbpf_internal.h67 const char *str_sec, size_t str_len);