Home
last modified time | relevance | path

Searched refs:e_phentsize (Results 1 - 25 of 47) sorted by relevance

12

/third_party/elfio/elfio/
H A Delfio_header.hpp94 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 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()
H A Dupdate2.c78 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 Dupdate1.c77 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 Delfshphehdr.c120 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 Dupdate3.c87 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 Dupdate4.c91 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 Delf32_newphdr.c104 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 Dgelf_getehdr.c82 COPY (e_phentsize); in __gelf_getehdr_rdlock()
H A Dgelf_update_ehdr.c89 COPY (e_phentsize); in gelf_update_ehdr()
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
156 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
H A Ddwfl_segment_report_module.c398 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 DELF.h194 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 Dvdso.c79 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 Dvdso.c79 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 Dvdso.c52 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 Ddynlink.c643 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 Ddynlink.c643 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 Delf_types_c_wrapper.hpp724 Elf_Half e_phentsize; member
742 Elf_Half e_phentsize; member
/third_party/elfutils/src/
H A Delfcmp.c197 || 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.c108 ? 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 Ddlstart.c59 size_t phent = eh->e_phentsize; in _dlstart_c()
H A Ddynlink.c710 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 Delf_mem_image.cc110 ehdr_->e_phentsize,
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs334 || hdr.e_phentsize as usize != size_of::<Elf_Phdr>() in check_elf_base()

Completed in 23 milliseconds

12