Searched refs:text_seg_lowest_offset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c172 static unsigned long text_seg_lowest_offset = 0x10000000; variable
785 if (sectp->offset < text_seg_lowest_offset)
786 text_seg_lowest_offset = sectp->offset;
795 text_seg_lowest_offset);
1264 if (curr_header_offset > text_seg_lowest_offset)
1268 text_seg_lowest_offset - curr_header_offset);
/macosx-10.10/emacs-93/
H A Dunexmacosx.c172 static unsigned long text_seg_lowest_offset = 0x10000000; variable
785 if (sectp->offset < text_seg_lowest_offset)
786 text_seg_lowest_offset = sectp->offset;
795 text_seg_lowest_offset);
1264 if (curr_header_offset > text_seg_lowest_offset)
1268 text_seg_lowest_offset - curr_header_offset);

Completed in 85 milliseconds