Searched refs:scns (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexconvex.c280 register int scns;
339 for (scns = 0; scns < f_hdr.h_nscns; scns++) {
341 if( read( a_out, &stbl[scns], sizeof(*stbl)) != sizeof(*stbl)) {
345 scntype = stbl[scns].s_flags & S_TYPMASK; /* What type of section */
347 if( stbl[scns].s_scnptr > 0L) {
348 if( block_copy_start < stbl[scns].s_scnptr + stbl[scns].s_size )
349 block_copy_start = stbl[scns]
279 register int scns; local
478 register int scns; local
[all...]
H A Dunexaix.c202 int scns;
267 for (scns = 0; scns < f_hdr.f_nscns; scns++) {
268 struct scnhdr *s = &section[scns];
335 for (scns = 0; scns < f_hdr.f_nscns; scns++)
337 struct scnhdr *s = &section[scns];
345 if (f_ohdr.text_start != 0) /* && scns !
201 int scns; local
[all...]
H A Dunexec.c391 register int scns;
482 for (scns = f_hdr.f_nscns; scns > 0; scns--) {
653 for (scns = f_hdr.f_nscns; scns > 0; scns--)
757 tp = &coffheader.scns[0];
758 dp = &coffheader.scns[1];
759 bp = &coffheader.scns[
390 register int scns; local
868 int scns; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/aout/
H A Dencap.h74 } scns[3]; member in struct:coffheader

Completed in 188 milliseconds