HomeSort by: relevance | last modified time | path
    Searched refs:PF_W (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 125 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
129 #define IS_DATA(p) (p.p_flags & PF_W)
239 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
254 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /src/usr.sbin/mdsetimage/
exec_elf32.c 110 #define IS_DATA(p) (p.p_flags & PF_W)
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 105 (phdr[i].p_flags & (PF_W | PF_X)) == 0)
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 159 #define PF_W 2
aout2hux.c 239 if (nphdr == 1 && (get_uint32(&phdr[0].p_flags) & PF_W)) {
328 if ((get_uint32(&phdr[d].p_flags) & PF_W) == 0 &&
329 get_uint32(&phdr[t].p_flags) & PF_W)
345 if ((get_uint32(&phdr[d].p_flags) & PF_W) == 0)
  /src/external/bsd/elftosb/dist/common/
ELF.h 244 PF_W = 0x2, //!< Segment is writable.
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_linux.cpp 86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /src/sys/arch/atari/stand/tostools/libtos/
elf.c 102 if ((phdrs[i].p_flags & (PF_W|PF_X)) && (sum > kernsize))
152 if (php->p_flags & (PF_W|PF_X)) {
exec_elf.h 299 #define PF_W 0x2 /* Segment is writable */
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 207 (p[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
222 (p[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
  /src/libexec/ld.elf_so/
map_object.c 196 stack_flags = PF_R | PF_W;
552 if (elfflags & PF_W)
570 if (!(elfflags & PF_W))
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 321 #define PF_W 0x2 /* Segment is writable */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 275 << ((Phdr.p_flags & ELF::PF_W) ? "w" : "-")
  /src/sys/kern/
exec_elf.c 362 vmprot |= (ph->p_flags & PF_W) ? VM_PROT_WRITE : 0;
374 if ((ph->p_flags & PF_W) != 0) {
core_elf32.c 367 phdr.p_flags |= PF_W;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 311 enum PF_W = 0x2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 311 enum PF_W = 0x2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 292 enum PF_W = 0x2;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 567 bool writable = phdr->p_flags & PF_W;
  /src/usr.bin/elf2aout/
elf2aout.c 328 if (ph[i].p_flags & PF_W) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 296 enum PF_W = (1 << 1);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 301 enum PF_W = (1 << 1);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
elf.d 843 if (phdr.p_flags & PF_W) // writeable data segment
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 371 #define PF_W 0x2 /* Segment is writable */

Completed in 47 milliseconds

1 2 3