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

/external/qemu/elff/
H A Delff_elf.h207 Elf_Word sh_name; member in struct:Elf_SHdr
/external/grub/stage2/
H A Di386-elf.h105 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon6160
/external/kernel-headers/original/linux/
H A Delf.h270 Elf32_Word sh_name; member in struct:__anon7442
283 Elf64_Word sh_name; /* Section name, index in string tbl */ member in struct:elf64_shdr
/external/llvm/include/llvm/Object/
H A DELF.h111 Elf_Word sh_name; // Section name (index into string table) member in struct:llvm::object::Elf_Shdr_Base
126 Elf_Word sh_name; // Section name (index into string table) member in struct:llvm::object::Elf_Shdr_Base
1055 Result = StringRef(getString(dot_shstrtab_sec, sec->sh_name));
1917 StringRef SectionName(getString(dot_shstrtab_sec, sh->sh_name));
2327 Result = getString(dot_shstrtab_sec, section->sh_name);
2345 Result = StringRef(getString(dot_shstrtab_sec, section->sh_name));
/external/llvm/include/llvm/Support/
H A DELF.h770 Elf32_Word sh_name; // Section name (index into string table) member in struct:llvm::ELF::Elf32_Shdr
784 Elf64_Word sh_name; member in struct:llvm::ELF::Elf64_Shdr
/external/qemu/
H A Delf.h1104 Elf32_Word sh_name; member in struct:elf32_shdr
1117 Elf64_Word sh_name; /* Section name, index in string tbl */ member in struct:elf64_shdr
/external/elfutils/libelf/
H A Delf.h278 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon5840
292 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon5841
/external/valgrind/main/perf/
H A Dtinycc.c302 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon14838
316 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon14839
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 192 milliseconds