Home
last modified time | relevance | path

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

/third_party/ulib/ngunwind/src/dwarf/
A DGfind_unwind_table.c68 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()
/third_party/ulib/musl/ldso/
A Ddynlink.c892 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()
/third_party/ulib/ngunwind/src/
A Delfxx.c169 phdr = (Elf_W (Phdr) *) ((char *) ei->image + ehdr->e_phoff); in elf_w()
/third_party/ulib/musl/include/
A Delf.h42 Elf32_Off e_phoff; member
59 Elf64_Off e_phoff; member
/third_party/ulib/backtrace/
A Delf.c162 b_elf_off e_phoff; /* Program header table file offset */ member

Completed in 32 milliseconds