Home
last modified time | relevance | path

Searched refs:e_phentsize (Results 1 – 25 of 38) sorted by relevance

12

/external/linux-tools-perf/src/tools/perf/util/
Dsymbol-minimal.c116 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/
Dnewfile.c45 ehdr->e_phentsize, in print_ehdr()
124 ZERO_TEST (e_phentsize); in main()
156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
Dupdate1.c76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate2.c77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate3.c86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate4.c90 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/
Delf32_newphdr.c103 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
Dgelf_update_ehdr.c89 COPY (e_phentsize); in gelf_update_ehdr()
Dgelf_getehdr.c83 COPY (e_phentsize);
Delf_begin.c378 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/
Delf.h213 Elf32_Half e_phentsize; member
230 Elf64_Half e_phentsize; member
/external/elfutils/src/libdwfl/
Delf-from-memory.c133 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
145 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
Ddwfl_segment_report_module.c362 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module()
375 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c317 || 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/
DELFHeader.h70 elf_half e_phentsize; ///< Size of a program header table entry. member
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc128 header->e_phoff, header->e_phentsize, index)); in GetProgramHeader()
Dsynth_elf_unittest.cc234 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/
Delfcmp.c200 || ehdr1->e_phentsize != ehdr2->e_phentsize in main()
555 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
Delflint.c499 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/
DELF.h73 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/
Dsanitizer_linux.cc774 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/
DELF.h391 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/
Dobj_int_extract.c270 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.c139 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create()
/external/valgrind/coregrind/m_ume/
Delf.c131 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) { in readelf()

12