HomeSort by relevance Sort by last modified time
    Searched refs:e_phnum (Results 101 - 125 of 128) sorted by null

1 2 3 45 6

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 136 Elf32_Half e_phnum; /* number of program header entries */ member in struct:elfhdr
154 Elf64_Quarter e_phnum; /* Number of program headers */ member in struct:__anon42481
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 136 Elf32_Half e_phnum; /* number of program header entries */ member in struct:elfhdr
154 Elf64_Quarter e_phnum; /* Number of program headers */ member in struct:__anon42929
  /external/elfutils/src/
unstrip.c 262 if (ehdr->e_phnum > 0)
264 ELF_CHECK (gelf_newphdr (outelf, ehdr->e_phnum),
268 for (uint_fast16_t i = 0; i < ehdr->e_phnum; ++i)
979 phnum = ehdr.e32.e_phnum;
984 phnum = ehdr.e64.e_phnum;
    [all...]
findtextrel.c 319 for (int i = 0; i < ehdr->e_phnum; ++i)
strip.c 495 && unlikely (gelf_newphdr (newelf, ehdr->e_phnum) == 0)))
504 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
519 && unlikely (gelf_newphdr (debugelf, ehdr->e_phnum) == 0)))
528 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
    [all...]
size.c 622 for (size_t cnt = 0; cnt < ehdr->e_phnum; ++cnt)
readelf.c 757 ehdr->e_phnum);
909 if (ehdr->e_phnum == 0)
925 for (size_t cnt = 0; cnt < ehdr->e_phnum; ++cnt)
977 for (size_t cnt = 0; cnt < ehdr->e_phnum; ++cnt)
1047 for (cnt2 = 0; cnt2 < ehdr->e_phnum; ++cnt2)
1059 if (cnt2 < ehdr->e_phnum)
    [all...]
  /external/elfutils/libelf/
elf32_getphdr.c 97 size_t phnum = ehdr->e_phnum;
elf_begin.c 322 if (ehdr->e_phnum > 0)
371 CONVERT (elf->state.elf32.ehdr_mem.e_phnum);
410 if (ehdr->e_phnum > 0)
459 CONVERT (elf->state.elf64.ehdr_mem.e_phnum);
    [all...]
abstract.h 65 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phnum) \
elf.h 89 Elf32_Half e_phnum; /* Program header table entry count */ member in struct:__anon7914
107 Elf64_Half e_phnum; /* Program header table entry count */ member in struct:__anon7915
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 109 Elf32_Half e_phnum; /* Number of program headers */ member in struct:__anon48
126 Elf64_Half e_phnum; /* Number of program headers */ member in struct:__anon49
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 205 phnum = ehdr.e32.e_phnum;
218 phnum = ehdr.e64.e_phnum;
link_map.c 481 for (uint_fast16_t i = 0; i < ehdr.e_phnum; ++i)
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 275 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phnum);
294 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phnum);
  /bionic/linker/
linker.cpp     [all...]
linker_phdr.cpp 203 phdr_num_ = header_.e_phnum;
208 DL_ERR("\"%s\" has invalid e_phnum: %d", name_, phdr_num_);
  /external/llvm/include/llvm/Support/
ELF.h 73 Elf32_Half e_phnum; // Number of entries in the program header table member in struct:llvm::ELF::Elf32_Ehdr
97 Elf64_Half e_phnum; member in struct:llvm::ELF::Elf64_Ehdr
    [all...]
  /external/qemu/
elf.h 1012 Elf32_Half e_phnum; member in struct:elf32_hdr
1029 Elf64_Half e_phnum; member in struct:elf64_hdr
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 135 ok &= ((ehdr->e_phoff != 0 && ehdr->e_phnum != 0)
916 for (i = 0; i < ehdr->e_phnum; i++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 80 Elf32_Half e_phnum; /* Program header table entry count */ member in struct:__anon26215
98 Elf64_Half e_phnum; /* Program header table entry count */ member in struct:__anon26216
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 80 Elf32_Half e_phnum; /* Program header table entry count */ member in struct:__anon27805
98 Elf64_Half e_phnum; /* Program header table entry count */ member in struct:__anon27806
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 80 Elf32_Half e_phnum; /* Program header table entry count */ member in struct:__anon29320
98 Elf64_Half e_phnum; /* Program header table entry count */ member in struct:__anon29321
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 106 ehdr->e_phnum = num_phdrs;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 235 header->e_phnum = target().numOfSegments();

Completed in 782 milliseconds

1 2 3 45 6