Searched refs:PF_X (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/utest/vdso-base/
H A Dvdso-base.c77 (info.dlpi_phdr[i].p_flags & PF_X)) {
/fuchsia/zircon/system/utest/vdso/
H A Dvdso.cpp56 if (ph.p_type == PT_LOAD && (ph.p_type & PF_X)) {
/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c140 ((ph->p_flags & PF_X) ? ZX_VM_PERM_EXECUTE : 0);
/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/musl/ldso/
H A Ddynlink.c796 if (ph->p_flags & PF_X) {
929 if (ph->p_flags & PF_X) {
990 zx_options |= (ph->p_flags & PF_X) ? ZX_VM_PERM_EXECUTE : 0;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h473 #define PF_X (1 << 0) macro

Completed in 57 milliseconds