/external/minijail/ |
D | elfparse.c | 38 pHeader->e_phnum = le16toh(pHeader->e_phnum); \ 42 pHeader->e_phnum = be16toh(pHeader->e_phnum); \ 50 for (i = 0; i < pHeader->e_phnum; i++) { \
|
D | elfparse.h | 38 Elf32_Half e_phnum; /* Program header table entry count */ member 56 Elf64_Half e_phnum; /* Program header table entry count */ member
|
/external/elfutils/libelf/ |
D | gelf_update_phdr.c | 84 if (ndx >= elf->state.elf32.ehdr->e_phnum in gelf_update_phdr() 85 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM in gelf_update_phdr() 121 if (ndx >= elf->state.elf64.ehdr->e_phnum in gelf_update_phdr() 122 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
|
D | elf32_newphdr.c | 98 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = 0; in ElfW2() 114 else if (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum != count in ElfW2() 156 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = PN_XNUM; in ElfW2() 160 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = count; in ElfW2()
|
D | elf_getphdrnum.c | 53 ? elf->state.elf32.ehdr->e_phnum in __elf_getphdrnum_rdlock() 54 : elf->state.elf64.ehdr->e_phnum); in __elf_getphdrnum_rdlock()
|
D | gelf_update_ehdr.c | 90 COPY (e_phnum); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 83 COPY (e_phnum); in __gelf_getehdr_rdlock()
|
/external/elfutils/tests/ |
D | update2.c | 78 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 116 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 117 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 138 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | ecp.c | 61 if (ehdr->e_phnum > 0) in main() 65 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main() 69 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt) in main()
|
D | update3.c | 87 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 165 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 166 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 193 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | elfshphehdr.c | 71 check ("e_phnum == 0", ehdr.e_phnum == 0); in test() 98 check ("e_phnum == 0", ehdr.e_phnum == 0); in test() 120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in test() 138 check ("e_phnum == 1", ehdr.e_phnum == 1); in test()
|
D | newfile.c | 46 ehdr->e_phnum, in print_ehdr() 125 ZERO_TEST (e_phnum); in main() 157 VALUE_TEST (e_phnum, 10); in main()
|
D | update1.c | 77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 115 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update4.c | 91 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 317 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 318 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 345 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | alldts.c | 233 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main() 234 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | invalid-e_phoff.test | 2 ## such that e_phoff + e_phnum * sizeof(Elf_Phdr) is past the end of the file, 18 # CASE1: error: program headers are longer than binary of size 65: e_phoff = 0x40, e_phnum = 1, e_p… 33 # CASE2: error: program headers are longer than binary of size 120: e_phoff = 0x40000000, e_phnum =…
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/ |
D | invalid-phdr.test | 7 … program headers are longer than binary of size 280: e_phoff = 0xffffff, e_phnum = 0, e_phentsize … 8 … program headers are longer than binary of size 280: e_phoff = 0xffffff, e_phnum = 0, e_phentsize …
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 216 Elf32_Half e_phnum; member 233 Elf64_Half e_phnum; member
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 107 ABSL_RAW_CHECK(index < ehdr_->e_phnum, "index out of range"); in ElfW() 199 for (int i = 0; i < ehdr_->e_phnum; ++i) { in Init()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 107 ABSL_RAW_CHECK(index < ehdr_->e_phnum, "index out of range"); in ElfW() 199 for (int i = 0; i < ehdr_->e_phnum; ++i) { in Init()
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 107 ABSL_RAW_CHECK(index < ehdr_->e_phnum, "index out of range"); in ElfW() 199 for (int i = 0; i < ehdr_->e_phnum; ++i) { in Init()
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 107 ABSL_RAW_CHECK(index < ehdr_->e_phnum, "index out of range"); in ElfW() 199 for (int i = 0; i < ehdr_->e_phnum; ++i) { in Init()
|
/external/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 107 ABSL_RAW_CHECK(index < ehdr_->e_phnum, "index out of range"); in ElfW() 199 for (int i = 0; i < ehdr_->e_phnum; ++i) { in Init()
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 138 phnum = ehdr.e32.e_phnum; in elf_from_remote_memory() 155 phnum = ehdr.e64.e_phnum; in elf_from_remote_memory()
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | elf_mem_image.cc | 107 ABSL_RAW_CHECK(index < ehdr_->e_phnum, "index out of range"); in ElfW() 199 for (int i = 0; i < ehdr_->e_phnum; ++i) { in Init()
|