Searched refs:e_shstrndx (Results 1 - 25 of 59) sorted by relevance

123

/external/elfutils/src/backends/
H A Daarch64_symbol.c68 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
78 sname = elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name);
H A Dppc64_symbol.c102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
H A Dppc64_init.c95 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
H A Dppc_symbol.c141 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
/external/elfutils/src/tests/
H A Dnewfile.c49 ehdr->e_shstrndx);
128 ZERO_TEST (e_shstrndx);
160 ZERO_TEST (e_shstrndx);
H A Dasm-tst1.c49 .e_shstrndx = 3
177 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
181 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Dasm-tst2.c49 .e_shstrndx = 2
193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Dupdate3.c87 ehdr->e_shnum, ehdr->e_shstrndx);
136 ehdr->e_shstrndx = elf_ndxscn (scn);
193 ehdr->e_shnum, ehdr->e_shstrndx);
H A Dupdate1.c77 ehdr->e_shnum, ehdr->e_shstrndx);
115 ehdr->e_shnum, ehdr->e_shstrndx);
H A Dscnnames.c70 strndx = ehdr.e_shstrndx;
H A Dupdate2.c78 ehdr->e_shnum, ehdr->e_shstrndx);
138 ehdr->e_shnum, ehdr->e_shstrndx);
H A Dasm-tst9.c57 .e_shstrndx = 2
227 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
231 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Dupdate4.c91 ehdr->e_shnum, ehdr->e_shstrndx);
284 ehdr->e_shstrndx = elf_ndxscn (scn);
345 ehdr->e_shnum, ehdr->e_shstrndx);
H A Dasm-tst3.c193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
H A Ddwflsyms.c95 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name);
195 const char *sname = elf_strptr (melf, ehdr.e_shstrndx,
H A Dsectiondump.c103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
/external/elfutils/src/libebl/
H A Deblsectionstripp.c56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
/external/elfutils/src/libelf/
H A Dgelf_update_ehdr.c93 COPY (e_shstrndx);
H A Delf_getshdrstrndx.c84 ? elf->state.elf32.ehdr->e_shstrndx
85 : elf->state.elf64.ehdr->e_shstrndx);
H A Dgelf_getehdr.c87 COPY (e_shstrndx);
/external/google-breakpad/src/common/linux/
H A Delfutils.cc62 const Shdr* section_names = sections + elf_header->e_shstrndx;
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc441 if (!FindSectionByName(elf, kStabName, elf_header->e_shstrndx,
447 if (!FindSectionByName(elf, kStabStrName, elf_header->e_shstrndx,
453 if (!FindSectionByName(elf, kSymtabName, elf_header->e_shstrndx,
459 if (!FindSectionByName(elf, kStrtabName, elf_header->e_shstrndx,
H A Dfile_id.cc109 const char *section_name = elf_strptr(elf, elf_header.e_shstrndx,
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h74 elf_half e_shstrndx; ///< String table section index. member in struct:elf::ELFHeader

Completed in 4137 milliseconds

123