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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h315 #define PF_W (1 << 1) /* Segment is writable */ macro
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h353 #define PF_W 0x2 macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1139 PF_W = 2, // Write enumerator in enum:llvm::ELF::__anon9812
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c1159 (p->p_flags & PF_W) != 0 ? 'w' : '-',
1161 if ((p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X)) != 0)
1162 fprintf (f, " %lx", p->p_flags &~ (unsigned) (PF_R | PF_W | PF_X));
2598 if (!(hdr->p_flags & PF_W))
2623 if (!(hdr->p_flags & PF_W))
4616 p->p_flags |= PF_W;
4784 p->p_flags = (lp->p_flags & ~PF_W);
H A Delf32-bfin.c1504 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W);
4133 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | PF_X;
H A Delf32-frv.c1370 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W);
5576 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | PF_X;
H A Delflink.c5248 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | PF_X;
5250 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W;
5277 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | exec;
H A Delfxx-mips.c9448 m->p_flags = PF_R | PF_W | PF_X;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c3436 (segment->p_flags & PF_W ? 'W' : ' '),
3472 (segment->p_flags & PF_W ? 'W' : ' '),
3495 (segment->p_flags & PF_W ? 'W' : ' '),

Completed in 345 milliseconds