Searched refs:p_type (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c101 if (phdrs[i].p_type == PT_LOAD) {
105 } while (j > i && phdrs[j].p_type != PT_LOAD);
271 if (phdrs[i].p_type == PT_LOAD)
292 if (phdrs[i].p_type == PT_INTERP) {
/fuchsia/zircon/system/ulib/launchpad/
H A Delf.c74 if (info->phdrs[i].p_type == PT_GNU_STACK)
/fuchsia/zircon/system/ulib/inspector/
H A Dutils.cpp97 #define phdr_off_type offsetof(Elf32_Phdr, p_type)
113 #define phdr_off_type offsetof(Elf64_Phdr, p_type)
/fuchsia/zircon/system/utest/vdso/
H A Dvdso.cpp56 if (ph.p_type == PT_LOAD && (ph.p_type & PF_X)) {
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c72 switch (phdr[i].p_type)
307 i, phdr[i].p_type, (long) phdr[i].p_vaddr, (long) phdr[i].p_memsz);
309 switch (phdr[i].p_type)
H A DGfind_proc_info-lsb.c562 if (phdr->p_type == PT_LOAD)
572 else if (phdr->p_type == PT_GNU_EH_FRAME)
574 else if (phdr->p_type == PT_DYNAMIC)
685 if (info->dlpi_phdr[n].p_type == PT_LOAD)
/fuchsia/zircon/system/utest/vdso-base/
H A Dvdso-base.c76 if (info.dlpi_phdr[i].p_type == PT_LOAD &&
/fuchsia/zircon/system/core/userboot/
H A Duserboot-elf.c44 if (phdrs[i].p_type == PT_GNU_STACK && phdrs[i].p_memsz > 0)
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c816 if (dso->phdr[i].p_type == PT_LOAD) {
900 switch (ph->p_type) {
974 if (ph->p_type != PT_LOAD)
1065 if (seg->p_type == PT_NOTE && find_buildid_note(dso, seg))
1175 if (ph->p_type != PT_NOTE)
1183 if (ph2->p_type != PT_LOAD)
1500 switch (ph->p_type) {
1931 if (app.phdr[i].p_type == PT_GNU_STACK) {
/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c80 if ((ph[i].p_type != PT_NOTE) ||
/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/system/utest/debugger/
H A Dutils.cpp500 if (info.dlpi_phdr[i].p_type == PT_LOAD && (info.dlpi_phdr[i].p_flags & PF_X)) {
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGex_tables.c472 switch (phdr->p_type)
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h429 Elf32_Word p_type; member in struct:__anon1665
440 Elf64_Word p_type; member in struct:__anon1666

Completed in 74 milliseconds