Searched refs:PT_LOAD (Results 1 - 10 of 10) 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);
112 // Sanity check. ELF requires that PT_LOAD phdrs be sorted in
271 if (phdrs[i].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/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c74 case PT_LOAD:
311 case PT_LOAD:
H A DGfind_proc_info-lsb.c562 if (phdr->p_type == PT_LOAD)
685 if (info->dlpi_phdr[n].p_type == PT_LOAD)
/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/
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.c816 if (dso->phdr[i].p_type == PT_LOAD) {
901 case PT_LOAD:
974 if (ph->p_type != PT_LOAD)
1178 // Find the PT_LOAD segment we live in.
1183 if (ph2->p_type != PT_LOAD)
1501 case PT_LOAD:
/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.c474 case PT_LOAD:
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h451 #define PT_LOAD 1 macro

Completed in 73 milliseconds