/external/elfutils/tests/ |
ecp.c | 65 if (ehdr->e_phnum > 0) 69 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) 73 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
|
update2.c | 84 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, 122 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); 123 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); 144 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
|
newfile.c | 54 ehdr->e_phnum, 133 ZERO_TEST (e_phnum); 165 VALUE_TEST (e_phnum, 10);
|
update3.c | 93 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, 171 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); 172 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); 199 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
|
update1.c | 83 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, 121 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
|
update4.c | 98 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, 324 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); 325 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); 352 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
|
showptable.c | 84 for (cnt = 0; cnt < ehdr.e_phnum; ++cnt)
|
/bionic/libc/bionic/ |
dl_iterate_phdr_static.c | 55 exe_info.dlpi_phnum = ehdr->e_phnum; 70 vdso_info.dlpi_phnum = ehdr_vdso->e_phnum;
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFHeader.h | 53 half_t e_phnum; member in class:ELFHeader 135 return e_phnum; 193 AR & e_phnum; local 239 (e_phnum == 0 || e_phentsize == TypeTraits<ELFProgramHeaderTy>::size) &&
|
/external/elfutils/libelf/ |
gelf_getphdr.c | 103 if (ndx >= elf->state.elf32.ehdr->e_phnum) 141 if (ndx >= elf->state.elf64.ehdr->e_phnum)
|
gelf_update_phdr.c | 104 if (unlikely (ndx >= elf->state.elf32.ehdr->e_phnum)) 137 if (unlikely (ndx >= elf->state.elf64.ehdr->e_phnum))
|
elf32_newphdr.c | 111 /* Set the `e_phnum' member to the new value. */ 112 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = 0; 124 else if (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum != count 140 /* Set the `e_phnum' member to the new value. */ 141 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = count;
|
gelf_update_ehdr.c | 111 COPY (e_phnum);
|
gelf_getehdr.c | 105 COPY (e_phnum);
|
/system/core/libcorkscrew/arch-x86/ |
ptrace-x86.c | 33 && try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_phnum),
|
/external/valgrind/main/coregrind/m_ume/ |
elf.c | 137 phsz = sizeof(ESZ(Phdr)) * e->e.e_phnum; 164 for (i = 0; i < e->e.e_phnum; i++) { 180 for (i = 0; i < e->e.e_phnum; i++) { 345 info->phnum = e->e.e_phnum; 349 for (i = 0; i < e->e.e_phnum; i++) { 389 for (j = 0; j < interp->e.e_phnum; j++) {
|
/external/chromium_org/courgette/ |
types_elf.h | 32 Elf32_Half e_phnum; member in struct:Elf32_Ehdr
|
/external/qemu/ |
elf_ops.h | 12 bswap16s(&ehdr->e_phnum); /* Program header table entry count */ 218 size = ehdr.e_phnum * sizeof(phdr[0]); 226 for(i = 0; i < ehdr.e_phnum; i++) { 233 for(i = 0; i < ehdr.e_phnum; i++) {
|
/system/core/libcorkscrew/arch-arm/ |
ptrace-arm.c | 37 && try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_phnum),
|
/external/elfutils/backends/ |
ppc_symbol.c | 83 for (int i = 0; i < ehdr->e_phnum; ++i)
|
/external/qemu/elff/ |
elff_elf.h | 174 Elf_Half e_phnum; member in struct:Elf_FHdr
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elff_elf.h | 174 Elf_Half e_phnum; member in struct:Elf_FHdr
|
/development/ndk/platforms/android-3/include/linux/ |
elf.h | 185 Elf32_Half e_phnum; member in struct:elf32_hdr 202 Elf64_Half e_phnum; member in struct:elf64_hdr
|
/external/elfutils/libdwfl/ |
dwfl_report_elf.c | 191 for (uint_fast16_t i = 0; i < ehdr->e_phnum; ++i) 206 for (uint_fast16_t i = ehdr->e_phnum; i-- > 0;)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
elf.h | 185 Elf32_Half e_phnum; member in struct:elf32_hdr 202 Elf64_Half e_phnum; member in struct:elf64_hdr
|