Searched refs:str_sec (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 62 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 = "\0t\0.bss", [all …]
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 1997 struct section *obj_sec, *funcs_sec, *str_sec; 2017 str_sec = elf_create_section(e->out, KLP_STRINGS_SEC, 0, 0, 2020 if (!str_sec) 2023 if (elf_add_string(e->out, str_sec, "") == -1) 2026 str_sym = elf_create_section_symbol(e->out, str_sec); 2041 addend = elf_add_string(e->out, str_sec, modname); 2071 addend = elf_add_string(e->out, str_sec, sym->clone->twin->name); 1577 struct section *obj_sec, *funcs_sec, *str_sec; create_klp_sections() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 222 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 D | libbpf_internal.h | 431 const char *str_sec, size_t str_len, 434 const char *raw_types, const char *str_sec,
|