Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c62 const char *str_sec; member
86 .str_sec = str, .str_sec_size = sizeof(str)
132 .str_sec = "\0A\0m\0n\0o\0p\0q\0r\0E\0E0\0E1",
187 .str_sec = "\0A\0m\0n\0o\0B\0m\0n\0Struct_B",
212 .str_sec = "\0A\0m\0n\0",
253 .str_sec = "\0A\0m\0n\0o\0p",
298 .str_sec = "\0A\0m\0n\0o\0p\0t\0.bss",
320 .str_sec = "\0t\0.bss",
342 .str_sec = "\0t\0.bss",
364 .str_sec
4450 const char *str_sec; global() member
5665 const char *str_sec; global() member
6919 const char *str_sec; global() member
[all...]
/linux/tools/objtool/
H A Dklp-diff.c1577 struct section *obj_sec, *funcs_sec, *str_sec; in create_klp_sections() local
1597 str_sec = elf_create_section(e->out, KLP_STRINGS_SEC, 0, 0, in create_klp_sections()
1600 if (!str_sec) in create_klp_sections()
1603 if (elf_add_string(e->out, str_sec, "") == -1) in create_klp_sections()
1606 str_sym = elf_create_section_symbol(e->out, str_sec); in create_klp_sections()
1621 addend = elf_add_string(e->out, str_sec, modname); in create_klp_sections()
1650 addend = elf_add_string(e->out, str_sec, sym->clone->twin->name); in create_klp_sections()
/linux/tools/lib/bpf/
H A Dlibbpf_probes.c222 const char *str_sec, const char *layout_sec, in libbpf__load_raw_btf() argument
239 memcpy(raw_btf + hdr->hdr_len + hdr->str_off, str_sec, hdr->str_len); in libbpf__load_raw_btf()
250 const char *str_sec, size_t str_len, in libbpf__load_raw_btf()
262 return libbpf__load_raw_btf_hdr(&hdr, raw_types, str_sec, NULL, token_fd); in load_local_storage_btf()
H A Dlibbpf_internal.h426 const char *str_sec, size_t str_len,
429 const char *raw_types, const char *str_sec,