Searched refs:p_flags (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c280 pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
282 pp->p_flags |= PSTOPPED;
286 if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime))
308 pp->p_flags |= PINTERRUPTED;
310 pp->p_flags |= PSIGNALED;
312 pp->p_flags |= PDUMPED;
318 pp->p_flags |= PAEXITED;
320 pp->p_flags |= PNEXITED;
326 if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 &&
342 fp->p_flags |
[all...]
H A Dsh.proc.h51 unsigned long p_flags; /* various job status flags */ member in struct:process
83 /* flag values for p_flags */
H A Dsh.c1731 if (((np->p_flags & PFOREGND) != 0) && np->p_jobid != shpgrp) {
1732 np->p_flags &= ~PHUP;
2266 if ((np->p_flags & PHUP) && np->p_jobid != shpgrp) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dexternal.h83 unsigned char p_flags[4]; /* Segment flags */ member in struct:__anon7558
89 unsigned char p_flags[4]; /* Segment flags */ member in struct:__anon7559
H A Dinternal.h65 unsigned long p_flags; /* Segment flags */ member in struct:elf_internal_phdr
235 unsigned long p_flags; member in struct:elf_segment_map
242 /* Whether the p_flags field is valid; if not, the flags are based
/macosx-10.10.1/file-46/file/src/
H A Dreadelf.h154 Elf32_Word p_flags; member in struct:__anon8630
160 Elf64_Word p_flags; member in struct:__anon8631
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Droute.c133 static void p_flags __P((int, char *));
301 p_flags(rtm->rtm_flags, "%-10.10s ");
437 p_flags(int f, char *format) function
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h302 Elf32_Word p_flags; /* entry flags */ member in struct:__anon8240
309 Elf64_Word p_flags; /* entry flags */ member in struct:__anon8241
352 #define PF_R 0x4 /* p_flags */
/macosx-10.10.1/dtrace-147/libelf/
H A Dgelf.c245 dst->p_flags = p->p_flags;
286 dst->p_flags = src->p_flags;
H A Dxlate.m41144 tofw(dst, src->p_flags, P1_flags_$2);
1657 dst->p_flags = tomw(src, P1_flags_$2);
H A Dxlate64.m41130 tofw(dst, src->p_flags, P1_flags_$2);
1700 dst->p_flags = tomw(src, P1_flags_$2);
H A Dxlate.c1610 { register Elf32_Word _t_ = src->p_flags;
1660 { register Elf32_Word _t_ = src->p_flags;
3006 dst->p_flags = (((((((Elf32_Word)(src)[P1_flags_L3]<<8)
3050 dst->p_flags = (((((((Elf32_Word)(src)[P1_flags_M3]<<8)
H A Dxlate64.c1594 { Elf64_Word _t_ = src->p_flags;
1668 { Elf64_Word _t_ = src->p_flags;
3421 dst->p_flags = (((((((Elf64_Word)(src)[P1_flags_L3]<<8)
3489 dst->p_flags = (((((((Elf64_Word)(src)[P1_flags_M3]<<8)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c1158 (p->p_flags & PF_R) != 0 ? 'r' : '-',
1159 (p->p_flags & PF_W) != 0 ? 'w' : '-',
1160 (p->p_flags & PF_X) != 0 ? 'x' : '-');
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));
2591 if (hdr->p_flags & PF_X)
2598 if (!(hdr->p_flags & PF_W))
2620 if (hdr->p_flags & PF_X)
2623 if (!(hdr->p_flags & PF_W))
3846 m->p_flags
[all...]
H A Delfcode.h348 dst->p_flags = H_GET_32 (abfd, src->p_flags);
377 H_PUT_32 (abfd, src->p_flags, dst->p_flags);
1632 if (i_phdrs[i].p_type == PT_LOAD && (i_phdrs[i].p_flags & PF_R))
1682 if (i_phdrs[i].p_type == PT_LOAD && (i_phdrs[i].p_flags & PF_R))
H A Dbfd.c1363 m->p_flags = flags;
H A Delf64-hppa.c2662 m->p_flags = PF_R | PF_X;
2686 m->p_flags |= (PF_X | PF_HP_CODE);
H A Delf32-spu.c1650 phdr[i].p_flags |= PF_OVERLAY;
H A Delfxx-mips.c9377 options_segment->p_flags = PF_R;
9411 m->p_flags = 0;
9448 m->p_flags = PF_R | PF_W | PF_X;
H A Delf32-bfin.c1504 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W);
H A Delf32-frv.c1370 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W);
H A Delfxx-ia64.c1768 p->p_flags |= PF_IA_64_NORECOV;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1094 Elf32_Word p_flags; // Segment flags member in struct:llvm::ELF::Elf32_Phdr
1101 Elf64_Word p_flags; // Segment flags member in struct:llvm::ELF::Elf64_Phdr
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c3292 internal->p_flags = BYTE_GET (external->p_flags);
3320 internal->p_flags = BYTE_GET (external->p_flags);
3435 (segment->p_flags & PF_R ? 'R' : ' '),
3436 (segment->p_flags & PF_W ? 'W' : ' '),
3437 (segment->p_flags & PF_X ? 'E' : ' '));
3471 (segment->p_flags & PF_R ? 'R' : ' '),
3472 (segment->p_flags & PF_W ? 'W' : ' '),
3473 (segment->p_flags
[all...]

Completed in 309 milliseconds