Searched refs:p_offset (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c217 uintptr_t file_start = (uintptr_t)ph->p_offset;
224 (ph->p_offset + ph->p_filesz + PAGE_SIZE - 1) & -PAGE_SIZE;
293 *interp_off = phdrs[i].p_offset;
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c81 if (phdr[i].p_offset == mapoff)
123 Elf_W(Dyn) *dyn = (Elf_W(Dyn) *)(pdyn->p_offset
140 hdr = (struct dwarf_eh_frame_hdr *) (peh_hdr->p_offset
318 if (phdr[i].p_offset == mapoff)
/fuchsia/zircon/system/ulib/inspector/
H A Dutils.cpp98 #define phdr_off_offset offsetof(Elf32_Phdr, p_offset)
114 #define phdr_off_offset offsetof(Elf64_Phdr, p_offset)
/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c84 if (diread(obj, data, ph[i].p_filesz, ph[i].p_offset) != ZX_OK) {
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c172 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff)
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c978 if (!dso->phdr && eh->e_phoff >= ph->p_offset &&
979 eh->e_phoff + phsize <= ph->p_offset + ph->p_filesz) {
980 dso->phdr = (void*)(base + ph->p_vaddr + (eh->e_phoff - ph->p_offset));
986 size_t off_start = ph->p_offset & -PAGE_SIZE;
1194 size_t off = ph_load->p_vaddr + (ph->p_offset - ph_load->p_offset);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h430 Elf32_Off p_offset; member in struct:__anon1665
442 Elf64_Off p_offset; member in struct:__anon1666

Completed in 62 milliseconds