HomeSort by relevance Sort by last modified time
    Searched full:e_shentsize (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 15 'e_shentsize e_shnum e_shstridx')
158 if header.e_shentsize == 0:
163 header.e_shoff + header.e_shstridx * header.e_shentsize
169 header_end = header.e_shoff + header.e_shnum * header.e_shentsize
170 for shdr_off in range(header.e_shoff, header_end, header.e_shentsize):
  /external/elfutils/tests/
newfile.c 47 ehdr->e_shentsize,
126 ZERO_TEST (e_shentsize);
158 ZERO_TEST (e_shentsize);
update1.c 76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
elfshphehdr.c 144 check ("e_shentsize", ehdr.e_shentsize == shentsize);
update2.c 77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
update3.c 86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
  /system/core/libunwindstack/tests/
GenGnuDebugdata.cpp 52 ehdr->e_shentsize = sizeof(Shdr);
61 offset += ehdr->e_shentsize;
71 offset += ehdr->e_shentsize;
ElfTestUtils.cpp 69 ehdr.e_shentsize = sizeof(Shdr);
77 offset += ehdr.e_shentsize;
81 offset += ehdr.e_shentsize;
83 uint64_t symtab_offset = sizeof(ehdr) + ehdr.e_shnum * ehdr.e_shentsize;
ElfInterfaceTest.cpp 487 ehdr.e_shentsize = sizeof(Shdr);
755 ehdr.e_shentsize = sizeof(Shdr);
781 ehdr.e_shentsize = entry_size;
784 offset += ehdr.e_shentsize;
795 offset += ehdr.e_shentsize;
805 offset += ehdr.e_shentsize;
811 offset += ehdr.e_shentsize;
820 offset += ehdr.e_shentsize;
870 ehdr.e_shentsize = sizeof(Shdr);
874 offset += ehdr.e_shentsize;
    [all...]
MapInfoGetElfTest.cpp 59 ehdr->e_shentsize = sizeof(Shdr) + 100;
266 ehdr.e_shentsize = sizeof(Elf32_Shdr) + 100;
294 ehdr.e_shentsize = sizeof(Elf64_Shdr) + 100;
321 ehdr.e_shentsize = sizeof(Elf64_Shdr) + 100;
343 ehdr.e_shentsize = sizeof(Elf64_Shdr) + 100;
370 ehdr.e_shentsize = sizeof(Elf64_Shdr) + 100;
  /external/minijail/
elfparse.h 39 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon30668
57 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon30669
  /external/libunwind/src/
elfxx.c 115 GET_EHDR_FIELD(ei, ehdr, e_shentsize, true);
119 if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size) {
121 (unsigned long) (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize),
133 GET_EHDR_FIELD(ei, ehdr, e_shentsize, true);
134 unw_word_t str_soff = ehdr->e_shoff + (section * ehdr->e_shentsize);
136 if (str_soff + ehdr->e_shentsize > size) {
138 (unsigned long) (str_soff + ehdr->e_shentsize),
167 GET_EHDR_FIELD(ei, ehdr, e_shentsize, true);
244 shdr_offset += ehdr->e_shentsize;
279 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->u.mapped.size)
    [all...]
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize);
67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size)
70 soff + ehdr->e_shnum * ehdr->e_shentsize,
86 shdr = (Elf64_Shdr *) (((char *) shdr) + ehdr->e_shentsize);
  /external/syslinux/com32/include/sys/
elf32.h 73 Elf32_Half e_shentsize; member in struct:elf32_hdr
elf64.h 73 Elf64_Half e_shentsize; member in struct:elf64_hdr
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 283 int e_shentsize = 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);
317 mFile.seek(sh_off + i * e_shentsize);
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 154 sht = malloc(elf_hdr->e_shnum * elf_hdr->e_shentsize);
160 image_read(sht, elf_hdr->e_shnum * elf_hdr->e_shentsize, module);
164 cr_sht = (Elf32_Shdr*)(sht + i * elf_hdr->e_shentsize);
  /external/elfutils/libelf/
gelf_getehdr.c 84 COPY (e_shentsize);
gelf_update_ehdr.c 91 COPY (e_shentsize);
  /external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump 179 e_shentsize = f.read16()
180 print "('e_shentsize', %s)" % common_dump.HexDump(e_shentsize)
189 f.seek(e_shoff[0] + index * e_shentsize[0])
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 40 e_shentsize uint16 /* Section header table entry size */
vdso_linux_amd64.go 40 e_shentsize uint16 /* Section header table entry size */
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 40 e_shentsize uint16 /* Section header table entry size */
vdso_linux_amd64.go 40 e_shentsize uint16 /* Section header table entry size */
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 154 sht = malloc(elf_hdr->e_shnum * elf_hdr->e_shentsize);
160 image_read(sht, elf_hdr->e_shnum * elf_hdr->e_shentsize, module);
164 cr_sht = (Elf64_Shdr*)(sht + i * elf_hdr->e_shentsize);

Completed in 1050 milliseconds

1 2 3 4 5 6 7 8 9