Lines Matching refs:PT_LOAD
235 * from a RW PT_LOAD segment.
239 !(sgp->sg_phdr.p_type == PT_LOAD &&
296 * Segment type. Users are permitted to define PT_LOAD,
307 { MSG_ORIG(MSG_MAP_LOAD), PT_LOAD, FLG_SG_P_TYPE },
483 * Empty segments can be used to define PT_LOAD segment reservations, or
486 * PT_LOAD reservations are only allowed within executables, as the
488 * process loading. In addition, PT_LOAD reservations must have an
508 if (sgp->sg_phdr.p_type == PT_LOAD) {
529 sgp->sg_phdr.p_type = PT_LOAD;
542 (sgp->sg_phdr.p_type != PT_LOAD)) {