Home
last modified time | relevance | path

Searched refs:e_phoff (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/buildtools/third_party/eu-strip/
Dfix-elf-size.patch16 /* The user is supposed to fill out e_phoff. Use it and
20 ehdr->e_phoff
/third_party/libunwind/src/coredump/
D_UCD_create.c116 off_t ofs = (_64bits ? elf_header64.e_phoff : elf_header32.e_phoff); in _UCD_create()
/third_party/libunwind/src/
Ddl-iterate-phdr.c79 Elf_W(Phdr) *phdr = (Elf_W(Phdr) *) (start + ehdr->e_phoff); in dl_iterate_phdr()
/third_party/musl/src/internal/
Dvdso.c50 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c77 Phdr *ph = (void *)((char *)eh + eh->e_phoff); in __get_vdso_info()
/third_party/libunwind/include/win/
Dfreebsd-elf32.h61 Elf32_Off e_phoff; /* Program header file offset. */ member
Dfreebsd-elf64.h74 Elf64_Off e_phoff; /* Program header file offset. */ member
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h61 Elf32_Off e_phoff; /* Program header file offset. */ member
Dfreebsd-elf64.h74 Elf64_Off e_phoff; /* Program header file offset. */ member
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c107 phdr = (Elf64_Phdr *) ((char *) edi->ei.image + ehdr->e_phoff); in ia64_find_unwind_table()
/third_party/elfio/elfio/
Delfio_header.hpp144 ELFIO_GET_SET_ACCESS( Elf64_Off, segments_offset, header.e_phoff );
Delf_types.hpp720 Elf32_Off e_phoff; member
738 Elf64_Off e_phoff; member
/third_party/musl/ldso/
Ddynlink.c632 l = pread(fd, allocated_buf, phsize, eh->e_phoff); in map_library()
636 } else if (eh->e_phoff + phsize > l) { in map_library()
637 l = pread(fd, buf+1, phsize, eh->e_phoff); in map_library()
642 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library()
746 if (!dso->phdr && eh->e_phoff >= ph->p_offset in map_library()
747 && eh->e_phoff+phsize <= ph->p_offset+ph->p_filesz) { in map_library()
749 + (eh->e_phoff-ph->p_offset)); in map_library()
1626 ldso.phdr = laddr(&ldso, ehdr->e_phoff); in __dls2()
1861 Phdr *phdr = vdso.phdr = (void *)(vdso_base + ehdr->e_phoff); in __dls3()
Ddlstart.c57 Phdr *ph = (void *)(base + eh->e_phoff); in _dlstart_c()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c630 l = pread(fd, allocated_buf, phsize, eh->e_phoff); in map_library()
634 } else if (eh->e_phoff + phsize > l) { in map_library()
635 l = pread(fd, buf+1, phsize, eh->e_phoff); in map_library()
640 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library()
744 if (!dso->phdr && eh->e_phoff >= ph->p_offset in map_library()
745 && eh->e_phoff+phsize <= ph->p_offset+ph->p_filesz) { in map_library()
747 + (eh->e_phoff-ph->p_offset)); in map_library()
1642 ldso.phdr = laddr(&ldso, ehdr->e_phoff); in __dls2()
1884 Phdr *phdr = vdso.phdr = (void *)(vdso_base + ehdr->e_phoff); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c630 l = pread(fd, allocated_buf, phsize, eh->e_phoff); in map_library()
634 } else if (eh->e_phoff + phsize > l) { in map_library()
635 l = pread(fd, buf+1, phsize, eh->e_phoff); in map_library()
640 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library()
744 if (!dso->phdr && eh->e_phoff >= ph->p_offset in map_library()
745 && eh->e_phoff+phsize <= ph->p_offset+ph->p_filesz) { in map_library()
747 + (eh->e_phoff-ph->p_offset)); in map_library()
1642 ldso.phdr = laddr(&ldso, ehdr->e_phoff); in __dls2()
1884 Phdr *phdr = vdso.phdr = (void *)(vdso_base + ehdr->e_phoff); in __dls3()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h197 if (getHeader()->e_phoff + in program_headers()
202 Twine::utohexstr(getHeader()->e_phoff) + in program_headers()
206 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff); in program_headers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h69 Elf32_Off e_phoff; // Program header table's file offset, in bytes member
93 Elf64_Off e_phoff; member
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c116 ELF(Phdr) *pt = (ELF(Phdr)*)(vdso_info.load_addr + hdr->e_phoff); in vdso_init_from_sysinfo_ehdr()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1315 l = pread(fd, allocated_buf, phsize, eh->e_phoff); in map_library()
1319 } else if (eh->e_phoff + phsize > l) { in map_library()
1320 l = pread(fd, buf+1, phsize, eh->e_phoff); in map_library()
1325 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library()
1448 if (!dso->phdr && eh->e_phoff >= ph->p_offset in map_library()
1449 && eh->e_phoff+phsize <= ph->p_offset+ph->p_filesz) { in map_library()
1451 + (eh->e_phoff-ph->p_offset)); in map_library()
2588 ldso.phdr = laddr(&ldso, ehdr->e_phoff); in __dls2()
2865 Phdr *phdr = vdso.phdr = (void *)(vdso_base + ehdr->e_phoff); in __dls3()
4232 l = pread(task->fd, task->allocated_buf, task->phsize, task->eh->e_phoff + task->file_offset); in map_library_header()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h66 Elf32_Off e_phoff; // Program header table's file offset, in bytes member
92 Elf64_Off e_phoff; member
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c90 phdr = (Elf_W(Phdr) *) ((char *) ei->image + ehdr->e_phoff); in dwarf_find_unwind_table()
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc109 ehdr_->e_phoff, in ElfW()
/third_party/boost/boost/dll/detail/
Delf_info.hpp33 AddressOffsetT e_phoff; /* Program header table file offset */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc109 ehdr_->e_phoff, in ElfW()

12