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

1 2 3 4 5 6 7 8 9

  /external/elfutils/tests/
elfshphehdr.c 72 check ("e_shoff == 0", ehdr.e_shoff == 0);
99 check ("e_shoff == 0", ehdr.e_shoff == 0);
120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize;
139 check ("e_shoff != 0", ehdr.e_shoff != 0);
newfile.c 42 ehdr->e_shoff,
121 ZERO_TEST (e_shoff);
153 ZERO_TEST (e_shoff);
update1.c 75 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
113 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update2.c 76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
136 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update3.c 85 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
191 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
  /external/elfutils/libelf/
elf_begin.c 111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
119 CONVERT (ehdr_mem.e32.e_shoff);
127 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff;
135 CONVERT (ehdr_mem.e64.e_shoff);
145 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
147 if (unlikely (ehdr.e32->e_shoff >= maxsize)
148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr)))
154 || (((size_t) ((char *) map_address + ehdr.e32->e_shoff))
341 Elf32_Off e_shoff = elf->state.elf32.ehdr->e_shoff; local
443 Elf64_Off e_shoff = elf->state.elf64.ehdr->e_shoff; local
    [all...]
elf32_getshdr.c 83 if (unlikely (ehdr->e_shoff >= elf->maximum_size)
84 || unlikely (elf->maximum_size - ehdr->e_shoff < size))
98 + elf->start_offset + ehdr->e_shoff);
124 + elf->start_offset + ehdr->e_shoff);
134 + elf->start_offset + ehdr->e_shoff),
176 elf->start_offset + ehdr->e_shoff);
gelf_update_ehdr.c 71 || unlikely (src->e_shoff > 0xffffffffull))
86 COPY (e_shoff);
gelf_getehdr.c 79 COPY (e_shoff);
elf_getshdrstrndx.c 107 offset = elf->state.elf32.ehdr->e_shoff;
168 size_t offset = elf->state.elf64.ehdr->e_shoff;
  /external/minijail/
elfparse.h 34 Elf32_Off e_shoff; /* Section header table file offset */ member in struct:__anon30668
52 Elf64_Off e_shoff; /* Section header table file offset */ member in struct:__anon30669
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 14 'e_entry e_phoff e_shoff e_flags e_ehsize e_phentsize e_phnum '
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/syslinux/com32/include/sys/
elf32.h 68 Elf32_Off e_shoff; member in struct:elf32_hdr
elf64.h 68 Elf64_Off e_shoff; member in struct:elf64_hdr
  /system/core/libunwindstack/tests/
MapInfoGetElfTest.cpp 58 ehdr->e_shoff = sh_offset;
265 ehdr.e_shoff = 0x2000;
293 ehdr.e_shoff = 0x2000;
320 ehdr.e_shoff = 0x2000;
342 ehdr.e_shoff = 0x2000;
369 ehdr.e_shoff = 0x2000;
  /external/elfutils/libdwfl/
elf-from-memory.c 142 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
154 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
330 ehdr.e32.e_shoff = 0;
357 ehdr.e64.e_shoff = 0;
  /external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump 173 e_shoff = f.readWord()
174 print "('e_shoff', %s)" % common_dump.HexDump(e_shoff)
189 f.seek(e_shoff[0] + index * e_shentsize[0])
  /external/vixl/examples/aarch32/
disasm-a32.cc 101 reinterpret_cast<const char*>(ehdr) + ehdr->e_shoff);
128 reinterpret_cast<const char*>(ehdr) + ehdr->e_shoff);
172 reinterpret_cast<const char*>(ehdr) + ehdr->e_shoff)),
257 reinterpret_cast<const Elf32_Shdr*>(base_addr + ehdr->e_shoff);
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 35 e_shoff uint32 /* Section header table file offset */
vdso_linux_amd64.go 35 e_shoff uint64 /* Section header table file offset */
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 35 e_shoff uint32 /* Section header table file offset */
vdso_linux_amd64.go 35 e_shoff uint64 /* Section header table file offset */
  /external/libunwind/src/
elfxx.c 114 GET_EHDR_FIELD(ei, ehdr, e_shoff, 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),
126 *offset = ehdr->e_shoff;
132 GET_EHDR_FIELD(ei, ehdr, e_shoff, true);
134 unw_word_t str_soff = ehdr->e_shoff + (section * ehdr->e_shentsize);
278 Elf_W(Off) soff = ehdr->e_shoff;
291 Elf_W(Off) str_soff = ehdr->e_shoff + (section * ehdr->e_shentsize);
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 251 dst->e_shoff = H_GET_WORD (abfd, src->e_shoff);
281 H_PUT_WORD (abfd, src->e_shoff, dst->e_shoff);
562 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL)
572 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_shnum != 0)
609 if (i_ehdrp->e_shoff != 0)
611 file_ptr where = (file_ptr) i_ehdrp->e_shoff;
660 if ((bfd_size_type) where <= i_ehdrp->e_shoff)
669 where = i_ehdrp->e_shoff + sizeof (x_shdr)
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf_unittest.cc 231 header->e_shoff);
241 reinterpret_cast<const Shdr*>(contents.data() + header->e_shoff);
306 kStringTableAlign, header->e_shoff);
316 reinterpret_cast<const Shdr*>(contents.data() + header->e_shoff);

Completed in 2205 milliseconds

1 2 3 4 5 6 7 8 9