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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_seg.c90 seg->initprot = src->initprot;
119 seg->initprot = src->initprot;
152 seg->initprot = VM_PROT_ALL;
426 le->initprot = VM_PROT_DEFAULT;
448 seg->initprot = 0;
654 seghdr->initprot = seg->initprot;
694 seghdr->initprot
[all...]
H A Dkxld_seg.h56 vm_prot_t initprot; member in struct:kxld_seg
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c242 scp->initprot = scp32->initprot;
872 vm_prot_t initprot; local
926 (scp->initprot & VM_PROT_ALL) == VM_PROT_NONE &&
974 initprot = (scp->initprot) & VM_PROT_ALL;
982 initprot, maxprot,
1023 scp->initprot, scp->maxprot,
H A Dkern_core.c413 sc64->initprot = prot;
426 sc->initprot = prot;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h322 * by the maxprot and initprot fields. If the segment has sections then the
335 vm_prot_t initprot; /* initial VM protection */ member in struct:segment_command
355 vm_prot_t initprot; /* initial VM protection */ member in struct:segment_command_64
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c146 sc.initprot = VM_PROT_READ;
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c513 sc.initprot = VM_PROT_READ;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp5421 result = OSKext_protect(kext_map, start, end, seg->initprot, FALSE);
5433 result = OSKext_wire(kext_map, start, end, seg->initprot, FALSE);

Completed in 100 milliseconds