HomeSort by relevance Sort by last modified time
    Searched refs:e_shstrndx (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/elfutils/backends/
aarch64_symbol.c 71 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
82 sname = elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name);
ppc64_symbol.c 102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
ppc64_init.c 94 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
  /external/minijail/
elfparse.h 41 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon30668
59 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon30669
  /external/elfutils/tests/
newfile.c 49 ehdr->e_shstrndx);
128 ZERO_TEST (e_shstrndx);
160 ZERO_TEST (e_shstrndx);
asm-tst1.c 49 .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),
asm-tst2.c 49 .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),
update3.c 87 ehdr->e_shnum, ehdr->e_shstrndx);
136 ehdr->e_shstrndx = elf_ndxscn (scn);
193 ehdr->e_shnum, ehdr->e_shstrndx);
update1.c 77 ehdr->e_shnum, ehdr->e_shstrndx);
115 ehdr->e_shnum, ehdr->e_shstrndx);
scnnames.c 70 strndx = ehdr.e_shstrndx;
update2.c 78 ehdr->e_shnum, ehdr->e_shstrndx);
138 ehdr->e_shnum, ehdr->e_shstrndx);
asm-tst9.c 57 .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),
update4.c 91 ehdr->e_shnum, ehdr->e_shstrndx);
284 ehdr->e_shstrndx = elf_ndxscn (scn);
345 ehdr->e_shnum, ehdr->e_shstrndx);
  /external/elfutils/libebl/
eblsectionstripp.c 56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 66 unsigned char e_shstrndx[2]; /* Section header string table index */ member in struct:__anon4675
83 unsigned char e_shstrndx[2]; /* Section header string table index */ member in struct:__anon4676
  /external/elfutils/libelf/
gelf_update_ehdr.c 93 COPY (e_shstrndx);
elf_getshdrstrndx.c 82 ? elf->state.elf32.ehdr->e_shstrndx
83 : elf->state.elf64.ehdr->e_shstrndx);
gelf_getehdr.c 86 COPY (e_shstrndx);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 285 int e_shstrndx = readHalf(); local
287 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx);
291 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx)
295 mFile.seek(sh_off + e_shstrndx * e_shentsize);
313 if (i == e_shstrndx) {
  /external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump 183 e_shstrndx = f.read16()
184 print "('e_shstrndx', %s)" % common_dump.HexDump(e_shstrndx)
194 f.seek(sections[e_shstrndx[0]].sh_offset[0])
195 shstrtab = StringTable(f.read(sections[e_shstrndx[0]].sh_size[0]))
  /external/syslinux/gpxe/src/include/
elf.h 185 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon38204
202 Elf64_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon38205
  /external/syslinux/com32/include/sys/
elf32.h 75 Elf32_Half e_shstrndx; member in struct:elf32_hdr
elf64.h 75 Elf64_Half e_shstrndx; member in struct:elf64_hdr
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 82 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon4987
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 82 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon5066

Completed in 122 milliseconds

1 2 3 4 5 6 7