Home | History | Annotate | Download | only in src

Lines Matching refs:EXTERN_BIT

1369 #define EXTERN_BIT            (8U)
1866 * If EXTERN_BIT set, then we did not allocate this segment,
1922 #define is_extern_segment(S) (get_segment_flags(S) & EXTERN_BIT)
4453 set_segment_flags(&m->seg, EXTERN_BIT);
4469 if ((flag & IS_MMAPPED_BIT) && !(flag & EXTERN_BIT) &&