Lines Matching defs:FIX
478 #define FIX(start, count) \
482 FIX (cbLineOffset, cbLine);
483 FIX (cbDnOffset, idnMax);
484 FIX (cbPdOffset, ipdMax);
485 FIX (cbSymOffset, isymMax);
486 FIX (cbOptOffset, ioptMax);
487 FIX (cbAuxOffset, iauxMax);
488 FIX (cbSsOffset, issMax);
489 FIX (cbSsExtOffset, issExtMax);
490 FIX (cbFdOffset, ifdMax);
491 FIX (cbRfdOffset, crfd);
492 FIX (cbExtOffset, iextMax);
493 #undef FIX
606 #define FIX(start, count, ptr, type) \
613 FIX (cbLineOffset, cbLine, line, unsigned char *);
614 FIX (cbDnOffset, idnMax, external_dnr, void *);
615 FIX (cbPdOffset, ipdMax, external_pdr, void *);
616 FIX (cbSymOffset, isymMax, external_sym, void *);
617 FIX (cbOptOffset, ioptMax, external_opt, void *);
618 FIX (cbAuxOffset, iauxMax, external_aux, union aux_ext *);
619 FIX (cbSsOffset, issMax, ss, char *);
620 FIX (cbSsExtOffset, issExtMax, ssext, char *);
621 FIX (cbFdOffset, ifdMax, external_fdr, void *);
622 FIX (cbRfdOffset, crfd, external_rfd, void *);
623 FIX (cbExtOffset, iextMax, external_ext, void *);
624 #undef FIX