Searched defs:sh_name (Results 1 - 10 of 10) sorted by relevance

/external/syslinux/com32/include/sys/
H A Delf32.h94 Elf32_Word sh_name; member in struct:elf32_shdr
H A Delf64.h94 Elf64_Word sh_name; member in struct:elf64_shdr
/external/llvm/include/llvm/Object/
H A DELFTypes.h148 Elf_Word sh_name; // Section name (index into string table) member in struct:llvm::object::Elf_Shdr_Base
163 Elf_Word sh_name; // Section name (index into string table) member in struct:llvm::object::Elf_Shdr_Base
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp98 Elf_Word sh_name; // Section name (index into string table) member in struct:__anon18669::Elf_Shdr_Base
113 Elf_Word sh_name; // Section name (index into string table) member in struct:__anon18669::Elf_Shdr_Base
668 Result = StringRef(getString(dot_shstrtab_sec, sec->sh_name));
1144 StringRef SectionName(getString(dot_shstrtab_sec, sh->sh_name));
1376 Result = getString(dot_shstrtab_sec, section->sh_name);
/external/kernel-headers/original/uapi/linux/
H A Delf.h303 Elf32_Word sh_name; member in struct:elf32_shdr
316 Elf64_Word sh_name; /* Section name, index in string tbl */ member in struct:elf64_shdr
/external/llvm/include/llvm/Support/
H A DELF.h623 Elf32_Word sh_name; // Section name (index into string table) member in struct:llvm::ELF::Elf32_Shdr
637 Elf64_Word sh_name; member in struct:llvm::ELF::Elf64_Shdr
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h660 Elf32_Word sh_name; // Section name (index into string table) member in struct:llvm::ELF::Elf32_Shdr
674 Elf64_Word sh_name; member in struct:llvm::ELF::Elf64_Shdr
/external/elfutils/libelf/
H A Delf.h275 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon6105
289 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon6106
/external/kmod/port-gnu/
H A Delf.h274 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon9321
288 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon9322
/external/valgrind/perf/
H A Dtinycc.c302 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon23829
316 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon23830
2201 int sh_name; /* elf section name (only used during output) */
19444 s->sh_name = put_elf_str(strsec, s->name);
19816 sh->sh_name = s->sh_name;
19871 char *sh_name, *name;
19934 sh_name = strsec + sh->sh_name;
19945 if (!strcmp(s->name, sh_name)) {
2199 int sh_name; /* elf section name (only used during output) */ member in struct:Section
19869 char *sh_name, *name; local
[all...]

Completed in 268 milliseconds