Home | History | Annotate | Download | only in mpreal

Lines Matching refs:EXTERN_BIT

1614 #define EXTERN_BIT            (8U)

2328 * If EXTERN_BIT set, then we did not allocate this segment,
2348 #define is_extern_segment(S) ((S)->sflags & EXTERN_BIT)
5002 m->seg.sflags = EXTERN_BIT;
5033 if ((flag & USE_MMAP_BIT) && !(flag & EXTERN_BIT) &&