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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c172 static unsigned long text_seg_lowest_offset = 0x10000000; variable
781 if (sectp->offset < text_seg_lowest_offset)
782 text_seg_lowest_offset = sectp->offset;
791 text_seg_lowest_offset);
1260 if (curr_header_offset > text_seg_lowest_offset)
1264 text_seg_lowest_offset - curr_header_offset);
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c172 static unsigned long text_seg_lowest_offset = 0x10000000; variable
781 if (sectp->offset < text_seg_lowest_offset)
782 text_seg_lowest_offset = sectp->offset;
791 text_seg_lowest_offset);
1260 if (curr_header_offset > text_seg_lowest_offset)
1264 text_seg_lowest_offset - curr_header_offset);

Completed in 134 milliseconds