Searched refs:PF_W (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c139 ((ph->p_flags & PF_W) ? ZX_VM_PERM_WRITE : 0) |
228 if (!(ph->p_flags & PF_W) || data_size == 0)
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c793 if (ph->p_flags & PF_W) {
989 zx_options |= (ph->p_flags & PF_W) ? ZX_VM_PERM_WRITE : 0;
997 if (ph->p_flags & PF_W) {
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h474 #define PF_W (1 << 1) macro

Completed in 53 milliseconds