/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 94 header.e_phentsize = in elf_header_impl() 98 header.e_phentsize = ( *convertor )( header.e_phentsize ); in elf_header_impl() 128 ELFIO_GET_ACCESS( Elf_Half, segment_entry_size, header.e_phentsize );
|
/third_party/elfutils/tests/ |
H A 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()
|
H A D | update2.c | 78 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 138 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
H A 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()
|
H A D | elfshphehdr.c | 120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in test() 147 check ("e_phentsize", ehdr.e_phentsize == phentsize); in test()
|
H A D | update3.c | 87 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 193 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
H A D | update4.c | 91 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 345 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
/third_party/elfutils/libelf/ |
H A D | elf32_newphdr.c | 104 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2() 164 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2() 178 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize in ElfW2()
|
H A D | gelf_getehdr.c | 82 COPY (e_phentsize); in __gelf_getehdr_rdlock()
|
H A D | gelf_update_ehdr.c | 89 COPY (e_phentsize); in gelf_update_ehdr()
|
/third_party/elfutils/libdwfl/ |
H A D | elf-from-memory.c | 139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory() 156 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
|
H A D | dwfl_segment_report_module.c | 398 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module() 416 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 194 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr)) in program_headers() 195 return createError("invalid e_phentsize: " + in program_headers() 196 Twine(getHeader()->e_phentsize)); in program_headers() 198 (getHeader()->e_phnum * getHeader()->e_phentsize) > in program_headers() 204 ", e_phentsize = " + Twine(getHeader()->e_phentsize)); in program_headers()
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 79 for (i=0; i<eh->e_phnum; i++, ph=(void *)((char *)ph+eh->e_phentsize)) { in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 79 for (i=0; i<eh->e_phnum; i++, ph=(void *)((char *)ph+eh->e_phentsize)) { in __get_vdso_info()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 52 for (i=0; i<eh->e_phnum; i++, ph=(void *)((char *)ph+eh->e_phentsize)) { in __vdsosym()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 643 phsize = eh->e_phentsize * eh->e_phnum; in map_library() 659 for (i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 696 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 757 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 766 dso->phentsize = eh->e_phentsize; in map_library() 777 next_ph = (void *)((char *)next_ph+eh->e_phentsize); in map_library() 1683 ldso.phentsize = ehdr->e_phentsize; in __dls2() 1926 vdso.phentsize = ehdr->e_phentsize; in __dls3() 1927 for (i=ehdr->e_phnum; i; i--, phdr=(void *)((char *)phdr + ehdr->e_phentsize)) { in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 643 phsize = eh->e_phentsize * eh->e_phnum; in map_library() 659 for (i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 696 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 757 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 766 dso->phentsize = eh->e_phentsize; in map_library() 777 next_ph = (void *)((char *)next_ph+eh->e_phentsize); in map_library() 1682 ldso.phentsize = ehdr->e_phentsize; in __dls2() 1925 vdso.phentsize = ehdr->e_phentsize; in __dls3() 1926 for (i=ehdr->e_phnum; i; i--, phdr=(void *)((char *)phdr + ehdr->e_phentsize)) { in __dls3()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 724 Elf_Half e_phentsize; member 742 Elf_Half e_phentsize; member
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 197 || ehdr1->e_phentsize != ehdr2->e_phentsize in main() 577 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 108 ? 0 /* todo: (elf_header64.e_ehsize != NN || elf_header64.e_phentsize != NN) */ in _UCD_create() 109 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create() 112 Debug(0, "'%s' has wrong e_ehsize or e_phentsize\n", filename); in _UCD_create()
|
/third_party/musl/ldso/ |
H A D | dlstart.c | 59 size_t phent = eh->e_phentsize; in _dlstart_c()
|
H A D | dynlink.c | 710 phsize = eh->e_phentsize * eh->e_phnum; in map_library() 726 for (i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 763 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 824 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 833 dso->phentsize = eh->e_phentsize; in map_library() 845 next_ph = (void *)((char *)next_ph+eh->e_phentsize); in map_library() 1776 ldso.phentsize = ehdr->e_phentsize; 2027 vdso.phentsize = ehdr->e_phentsize; 2028 for (i=ehdr->e_phnum; i; i--, phdr=(void *)((char *)phdr + ehdr->e_phentsize)) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.cc | 110 ehdr_->e_phentsize,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 334 || hdr.e_phentsize as usize != size_of::<Elf_Phdr>() in check_elf_base()
|