Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 – 25 of 88) sorted by relevance

1234

/external/elfutils/tests/
Dnewfile.c49 ehdr->e_shstrndx); in print_ehdr()
128 ZERO_TEST (e_shstrndx); in main()
160 ZERO_TEST (e_shstrndx); in main()
Dasm-tst1.c50 .e_shstrndx = 3
178 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
182 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dupdate3.c88 ehdr->e_shnum, ehdr->e_shstrndx); in main()
137 ehdr->e_shstrndx = elf_ndxscn (scn); in main()
194 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dasm-tst2.c50 .e_shstrndx = 2
194 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
198 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dasm-tst9.c58 .e_shstrndx = 2
228 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
232 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Dupdate1.c78 ehdr->e_shnum, ehdr->e_shstrndx); in main()
116 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dupdate2.c79 ehdr->e_shnum, ehdr->e_shstrndx); in main()
139 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dupdate4.c92 ehdr->e_shnum, ehdr->e_shstrndx); in main()
285 ehdr->e_shstrndx = elf_ndxscn (scn); in main()
346 ehdr->e_shnum, ehdr->e_shstrndx); in main()
Dasm-tst3.c194 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
198 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in main()
Ddwflsyms.c94 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name); in elf_section_name()
194 const char *sname = elf_strptr (melf, ehdr.e_shstrndx, in list_syms()
Daddsections.c50 ehdr->e_shstrndx = ndx; in setshstrndx()
53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Dscnnames.c70 strndx = ehdr.e_shstrndx; in main()
Delfcopy.c50 ehdr->e_shstrndx = ndx; in setshstrndx()
53 ehdr->e_shstrndx = SHN_XINDEX; in setshstrndx()
Dnext_cfi.c126 size_t strndx = ehdr.e_shstrndx; in main()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmany-sections.s5 ## greater than or equal to SHN_LORESERVE, then e_shstrndx field
31 ## Another case is when e_shoff field set to zero, but not e_shstrndx.
45 # GNU2-NEXT: warning: '[[FILE]]': e_shstrndx == SHN_XINDEX, but the section header table is empty
/external/minijail/
Delfparse.h41 Elf32_Half e_shstrndx; /* Section header string table index */ member
59 Elf64_Half e_shstrndx; /* Section header string table index */ member
/external/elfutils/libelf/
Delf_getshdrstrndx.c82 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx()
83 : elf->state.elf64.ehdr->e_shstrndx); in elf_getshdrstrndx()
Dgelf_update_ehdr.c93 COPY (e_shstrndx); in gelf_update_ehdr()
Dgelf_getehdr.c86 COPY (e_shstrndx); in __gelf_getehdr_rdlock()
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc441 if (!FindSectionByName(elf, kStabName, elf_header->e_shstrndx, in LoadSymbols()
447 if (!FindSectionByName(elf, kStabStrName, elf_header->e_shstrndx, in LoadSymbols()
453 if (!FindSectionByName(elf, kSymtabName, elf_header->e_shstrndx, in LoadSymbols()
459 if (!FindSectionByName(elf, kStrtabName, elf_header->e_shstrndx, in LoadSymbols()
/external/kernel-headers/original/uapi/linux/
Delf.h219 Elf32_Half e_shstrndx; member
236 Elf64_Half e_shstrndx; member
/external/elfutils/libdwfl/
Delf-from-memory.c325 ehdr.e32.e_shstrndx = 0; in elf_from_remote_memory()
331 ehdr.e64.e_shstrndx = 0; in elf_from_remote_memory()
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-pid-vm.c92 uint16_t e_shstrndx; member
182 h.e_shstrndx = 0; in make_exe()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp110 e_shstrndx = section_zero.sh_link; in ParseHeaderExtension()
148 e_shstrndx = e_shstrndx_hdr; in Parse()
/external/llvm/include/llvm/Object/
DELF.h323 if (Header->e_shstrndx == ELF::SHN_HIRESERVE) in getStringTableIndex()
325 if (Header->e_shstrndx >= getNumSections()) in getStringTableIndex()
328 return Header->e_shstrndx; in getStringTableIndex()

1234