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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c195 static struct segment_command *data_segment_scp; variable in typeref:struct:segment_command
1086 if (reloc_info.r_address >= data_segment_scp->vmaddr
1087 && reloc_info.r_address < (data_segment_scp->vmaddr
1088 + data_segment_scp->vmsize))
1091 + reloc_info.r_address - data_segment_scp->vmaddr;
1092 off_t dst_off = data_segment_scp->fileoff
1093 + reloc_info.r_address - data_segment_scp->vmaddr;
1217 data_segment_scp = scp;
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c195 static struct segment_command *data_segment_scp; variable in typeref:struct:segment_command
1086 if (reloc_info.r_address >= data_segment_scp->vmaddr
1087 && reloc_info.r_address < (data_segment_scp->vmaddr
1088 + data_segment_scp->vmsize))
1091 + reloc_info.r_address - data_segment_scp->vmaddr;
1092 off_t dst_off = data_segment_scp->fileoff
1093 + reloc_info.r_address - data_segment_scp->vmaddr;
1217 data_segment_scp = scp;

Completed in 81 milliseconds