Searched defs:initprot (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_seg.h56 vm_prot_t initprot; member in struct:kxld_seg
/macosx-10.9.5/cctools-845/ld/
H A Dspecs.h42 vm_prot_t initprot; /* specified initial protection */ member in struct:segment_spec
H A Dld.c3305 check_max_init_prot( vm_prot_t maxprot, vm_prot_t initprot) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c926 vm_prot_t initprot; local
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h337 vm_prot_t initprot; /* initial VM protection */ member in struct:segment_command
357 vm_prot_t initprot; /* initial VM protection */ member in struct:segment_command_64
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h321 uint32_t initprot; member in struct:llvm::MachO::segment_command
335 uint32_t initprot; member in struct:llvm::MachO::segment_command_64
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h336 vm_prot_t initprot; /* initial VM protection */ member in struct:segment_command
356 vm_prot_t initprot; /* initial VM protection */ member in struct:segment_command_64
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2419 print_segment_command( uint32_t cmd, uint32_t cmdsize, char *segname, uint64_t vmaddr, uint64_t vmsize, uint64_t fileoff, uint64_t filesize, vm_prot_t maxprot, vm_prot_t initprot, uint32_t nsects, uint32_t flags, uint32_t object_size, enum bool verbose) argument
[all...]

Completed in 302 milliseconds