Searched refs:e_phoff (Results 1 – 5 of 5) sorted by relevance
68 phdr = (Elf_W(Phdr) *) ((char *) edi->ei.image + ehdr->e_phoff); in dwarf_find_unwind_table()293 ret = unwi_load_as_contents(as, &edi->phdr, segbase + ehdr->e_phoff, phdr_size, edi->arg); in dwarf_as_find_unwind_table()
892 if (eh->e_phoff + phsize > l) { in map_library()893 status = _zx_vmo_read(vmo, buf.phdrs, eh->e_phoff, phsize); in map_library()898 ph = ph0 = (void*)((char*)&buf + eh->e_phoff); in map_library()985 if (!dso->phdr && eh->e_phoff >= ph->p_offset && in map_library()986 eh->e_phoff + phsize <= ph->p_offset + ph->p_filesz) { in map_library()987 dso->phdr = (void*)(base + ph->p_vaddr + (eh->e_phoff - ph->p_offset)); in map_library()1708 ldso.phdr = laddr(&ldso, ehdr->e_phoff); in __dls2()1724 vdso.phdr = laddr(&vdso, ehdr->e_phoff); in __dls2()
169 phdr = (Elf_W (Phdr) *) ((char *) ei->image + ehdr->e_phoff); in elf_w()
42 Elf32_Off e_phoff; member59 Elf64_Off e_phoff; member
162 b_elf_off e_phoff; /* Program header table file offset */ member
Completed in 32 milliseconds