/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol-minimal.c | 116 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 120 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id() 165 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 169 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
|
/external/elfutils/src/tests/ |
D | newfile.c | 45 ehdr->e_phentsize, in print_ehdr() 124 ZERO_TEST (e_phentsize); in main() 156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
|
D | update1.c | 76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update2.c | 77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update3.c | 86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update4.c | 90 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 344 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
/external/elfutils/src/libelf/ |
D | elf32_newphdr.c | 103 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = 153 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = 167 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize
|
D | gelf_update_ehdr.c | 89 COPY (e_phentsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 83 COPY (e_phentsize);
|
D | elf_begin.c | 378 CONVERT (elf->state.elf32.ehdr_mem.e_phentsize); in file_read_elf() 469 CONVERT (elf->state.elf64.ehdr_mem.e_phentsize); in file_read_elf()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 213 Elf32_Half e_phentsize; member 230 Elf64_Half e_phentsize; member
|
/external/elfutils/src/libdwfl/ |
D | elf-from-memory.c | 133 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory() 145 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 362 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module() 375 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 317 || ehdr.e32.e_phentsize != phentsize) in find_prelink_address_sync() 325 || ehdr.e64.e_phentsize != phentsize) in find_prelink_address_sync()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 70 elf_half e_phentsize; ///< Size of a program header table entry. member
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 128 header->e_phoff, header->e_phentsize, index)); in GetProgramHeader()
|
D | synth_elf_unittest.cc | 234 EXPECT_EQ(sizeof(Phdr), header->e_phentsize); in TYPED_TEST() 309 EXPECT_EQ(sizeof(Phdr), header->e_phentsize); in TYPED_TEST()
|
/external/elfutils/src/src/ |
D | elfcmp.c | 200 || ehdr1->e_phentsize != ehdr2->e_phentsize in main() 555 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
|
D | elflint.c | 499 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr)) in check_elf_header() 501 ehdr->e_phentsize); in check_elf_header() 502 else if (ehdr->e_phoff + phnum * ehdr->e_phentsize > size) in check_elf_header() 516 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf64_Phdr)) in check_elf_header() 518 ehdr->e_phentsize); in check_elf_header() 519 else if (ehdr->e_phoff + phnum * ehdr->e_phentsize > size) in check_elf_header()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 73 Elf32_Half e_phentsize; // Size of an entry in the program header table member 97 Elf64_Half e_phentsize; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 774 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() 780 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion() 789 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 391 return Elf_Phdr_Iter(Header->e_phentsize, in begin_program_headers() 396 return Elf_Phdr_Iter(Header->e_phentsize, in end_program_headers() 399 (Header->e_phnum * Header->e_phentsize)); in end_program_headers()
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 270 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_phentsize); in parse_elf_header() 287 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_phentsize); in parse_elf_header()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 139 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create()
|
/external/valgrind/coregrind/m_ume/ |
D | elf.c | 131 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) { in readelf()
|