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

1 2 3 4

  /external/minijail/
elfparse.h 41 Elf32_Half e_shstrndx; /* Section header string table index */ member in struct:__anon34498
59 Elf64_Half e_shstrndx; /* Section header string table index */ member in struct:__anon34499
  /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);
addsections.c 50 ehdr->e_shstrndx = ndx;
53 ehdr->e_shstrndx = SHN_XINDEX;
asm-tst3.c 193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
dwflsyms.c 94 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name);
194 const char *sname = elf_strptr (melf, ehdr.e_shstrndx,
elfcopy.c 50 ehdr->e_shstrndx = ndx;
53 ehdr->e_shstrndx = SHN_XINDEX;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
many-sections.s 6 ## greater than or equal to SHN_LORESERVE, then e_shstrndx field
11 ## space, but its e_shnum, e_shstrndx, sh_size and sh_link fields are set
26 ## e_shoff field set to zero, but not e_shstrndx, to show that
  /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) {
  /cts/common/device-side/util-axt/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]))
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 82 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon5967
elf64.h 90 Elf64_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon5983
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 82 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon6046
elf64.h 90 Elf64_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon6062

Completed in 332 milliseconds

1 2 3 4