Searched refs:str_sec (Results 1 – 3 of 3) 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 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 D | klp-diff.c | 1447 struct section *obj_sec, *funcs_sec, *str_sec; in create_klp_sections() local 1467 str_sec = elf_create_section(e->out, KLP_STRINGS_SEC, 0, 0, in create_klp_sections() 1470 if (!str_sec) in create_klp_sections() 1473 if (elf_add_string(e->out, str_sec, "") == -1) in create_klp_sections() 1476 str_sym = elf_create_section_symbol(e->out, str_sec); in create_klp_sections() 1491 addend = elf_add_string(e->out, str_sec, modname); in create_klp_sections() 1520 addend = elf_add_string(e->out, str_sec, sym->clone->twin->name); in create_klp_sections()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 222 const char *str_sec, size_t str_len, in libbpf__load_raw_btf() argument 247 memcpy(raw_btf + hdr.hdr_len + hdr.type_len, str_sec, hdr.str_len); in libbpf__load_raw_btf()
|