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

1 2 3 4 5 6 7

  /external/minijail/
elfparse.h 46 Elf32_Half e_shnum; /* Section header table entry count */ member in struct:__anon20448
64 Elf64_Half e_shnum; /* Section header table entry count */ member in struct:__anon20449
  /external/elfutils/tests/
newfile.c 48 ehdr->e_shnum,
127 ZERO_TEST (e_shnum);
159 ZERO_TEST (e_shnum);
elfshphehdr.c 70 check ("e_shnum == 0", ehdr.e_shnum == 0);
97 check ("e_shnum == 0", ehdr.e_shnum == 0);
137 check ("e_shnum == 2", ehdr.e_shnum == 2);
update1.c 77 ehdr->e_shnum, ehdr->e_shstrndx);
115 ehdr->e_shnum, ehdr->e_shstrndx);
update2.c 78 ehdr->e_shnum, ehdr->e_shstrndx);
138 ehdr->e_shnum, ehdr->e_shstrndx);
update3.c 87 ehdr->e_shnum, ehdr->e_shstrndx);
193 ehdr->e_shnum, ehdr->e_shstrndx);
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size)
70 soff + ehdr->e_shnum * ehdr->e_shentsize,
78 for (i = 0; i < ehdr->e_shnum; ++i)
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 65 unsigned char e_shnum[2]; /* Section header table entry count */ member in struct:__anon74418
82 unsigned char e_shnum[2]; /* Section header table entry count */ member in struct:__anon74419
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 256 dst->e_shnum = H_GET_16 (abfd, src->e_shnum);
289 tmp = src->e_shnum;
292 H_PUT_16 (abfd, tmp, dst->e_shnum);
567 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
571 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_shnum != 0)
627 if (i_ehdrp->e_shnum == SHN_UNDEF)
629 i_ehdrp->e_shnum = i_shdr.sh_size;
630 if (i_ehdrp->e_shnum >= SHN_LORESERVE
631 || i_ehdrp->e_shnum != i_shdr.sh_siz
    [all...]
  /external/elfutils/libelf/
gelf_update_ehdr.c 92 COPY (e_shnum);
gelf_getehdr.c 85 COPY (e_shnum);
elf_begin.c 110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
118 CONVERT (ehdr_mem.e32.e_shnum);
126 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum;
134 CONVERT (ehdr_mem.e64.e_shnum);
143 result = ehdr.e32->e_shnum;
192 result = ehdr.e64->e_shnum;
333 CONVERT (elf->state.elf32.ehdr_mem.e_shnum);
435 CONVERT (elf->state.elf64.ehdr_mem.e_shnum);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 273 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_shnum);
290 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_shnum);
302 if (idx >= elf->hdr32.e_shnum)
318 if (idx >= elf->hdr64.e_shnum)
404 for (i = 0; i < elf.hdr32.e_shnum; i++) {
421 for (i = 0; i < elf.hdr64.e_shnum; i++) {
441 for (i = 0; i < elf.hdr32.e_shnum; i++) {
530 for (i = 0; i < elf.hdr64.e_shnum; i++) {
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 284 int e_shnum = 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)
311 for (int i = 0; i < e_shnum; ++i) {
  /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;
331 ehdr.e32.e_shnum = 0;
358 ehdr.e64.e_shnum = 0;
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 245 int num_sections = elf_header->e_shnum;
620 elf_header->e_shnum);
640 elf_header->e_shnum);
656 elf_header->e_shnum);
660 elf_header->e_shnum);
688 elf_header->e_shnum);
706 elf_header->e_shnum);
713 elf_header->e_shnum);
717 elf_header->e_shnum);
738 names_end, elf_header->e_shnum);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 214 elf_header.e_shnum = BYTE_GET (ehdr32.e_shnum);
247 elf_header.e_shnum = BYTE_GET (ehdr64.e_shnum);
readelf.c 565 if (ndx >= elf_header.e_shnum)
578 for (i = 0; i < elf_header.e_shnum; i++)
593 for (i = 0; i < elf_header.e_shnum; i++)
608 for (i = 0; i < elf_header.e_shnum; i++)
    [all...]
  /external/libunwind/src/
elfxx.c 116 GET_EHDR_FIELD(ei, ehdr, e_shnum, 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),
166 GET_EHDR_FIELD(ei, ehdr, e_shnum, true);
169 for (i = 0; i < ehdr->e_shnum; ++i) {
279 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->u.mapped.size) {
281 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize),
322 for (i = 0; i < ehdr->e_shnum; ++i) {
539 for (i = 0; i < ehdr->e_shnum; ++i) {
  /development/ndk/platforms/android-3/include/linux/
elf.h 187 Elf32_Half e_shnum; member in struct:elf32_hdr
204 Elf64_Half e_shnum; member in struct:elf64_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 203 Elf32_Half e_shnum; member in struct:elf32_hdr
220 Elf64_Half e_shnum; member in struct:elf64_hdr
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
elf.h 187 Elf32_Half e_shnum; member in struct:elf32_hdr
204 Elf64_Half e_shnum; member in struct:elf64_hdr
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
elf.h 187 Elf32_Half e_shnum; member in struct:elf32_hdr
204 Elf64_Half e_shnum; member in struct:elf64_hdr
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
elf.h 187 Elf32_Half e_shnum; member in struct:elf32_hdr
204 Elf64_Half e_shnum; member in struct:elf64_hdr
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
elf.h 187 Elf32_Half e_shnum; member in struct:elf32_hdr
204 Elf64_Half e_shnum; member in struct:elf64_hdr

Completed in 436 milliseconds

1 2 3 4 5 6 7