HomeSort by: relevance | last modified time | path
    Searched refs:PF_X (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 49 #define IS_TEXT(p) (p.p_flags & PF_X)
50 #define IS_DATA(p) ((p.p_flags & PF_X) == 0)
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/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 125 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
128 #define IS_TEXT(p) (p.p_flags & PF_X)
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/usr.sbin/mdsetimage/
exec_elf32.c 109 #define IS_TEXT(p) (p.p_flags & PF_X)
  /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 160 #define PF_X 1
aout2hux.c 324 if ((get_uint32(&phdr[t].p_flags) & PF_X) == 0 &&
325 get_uint32(&phdr[d].p_flags) & PF_X)
341 if ((get_uint32(&phdr[t].p_flags) & PF_X) == 0)
  /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 300 #define PF_X 0x1 /* Segment is executable */
  /src/libexec/ld.elf_so/
map_object.c 214 if ((segs[nsegs]->p_flags & PF_X) == PF_X) {
548 if (elfflags & PF_X)
  /src/sys/arch/prep/stand/installboot/
installboot.c 120 !(be32toh(ph.p_flags) & PF_X))
  /src/sys/lib/libsa/
loadfile_elf32.c 264 #define IS_TEXT(p) (p.p_flags & PF_X)
265 #define IS_DATA(p) ((p.p_flags & PF_X) == 0)
722 (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0)
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 314 !(ELFGET32(phdr.p_flags) & PF_X))
479 !(ELFGET32(phdr.p_flags) & PF_X))
710 !(ELFGET32(phdr.p_flags) & PF_X))
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 322 #define PF_X 0x1 /* Segment is executable */
  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 275 ELFGET32(elf_segments[i].p_flags) & PF_X) {
  /src/sys/kern/
exec_elf.c 363 vmprot |= (ph->p_flags & PF_X) ? VM_PROT_EXECUTE : 0;
781 if (ph[i].p_flags & PF_X) {
core_elf32.c 365 phdr.p_flags |= PF_X;
kern_ksyms.c 1007 ksyms_hdr.kh_phdr[0].p_flags = PF_R | PF_X | PF_W;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 566 bool executable = phdr->p_flags & PF_X;
  /src/tools/arm-elf2aout/sys/
exec_elf.h 374 #define PF_X 0x1 /* Segment is executable */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 374 #define PF_X 0x1 /* Segment is executable */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 372 #define PF_X 0x1 /* Segment is executable */
  /src/sys/sys/
exec_elf.h 465 #define PF_X 0x1 /* Segment is executable */

Completed in 31 milliseconds