Searched refs:PF_WRITE (Results 1 – 2 of 2) sorted by relevance
730 bool writable = phdr->p_flags & PF_WRITE; in AddModuleSegments()
1983 static const uptr PF_WRITE = 1U << 1; in GetWriteFlag() local2000 return err & PF_WRITE ? Write : Read; in GetWriteFlag()