Searched refs:DIMNUM (Results 1 – 9 of 9) sorted by relevance
43 #define DIMNUM 4 macro189 unsigned short x_dimen[DIMNUM];
429 #define DIMNUM 4 /* # array dimensions in auxiliary entry */ macro540 unsigned short x_dimen[DIMNUM];
455 #if DIMNUM != E_DIMNUM in coff_swap_aux_in()456 #error we need to cope with truncating or extending DIMNUM in coff_swap_aux_in()546 #if DIMNUM != E_DIMNUM in coff_swap_aux_out()547 #error we need to cope with truncating or extending DIMNUM in coff_swap_aux_out()
7096 and DIMNUM == E_DIMNUM.
809 for (dim_index = 0; dim_index < DIMNUM; dim_index++) in obj_coff_dim()826 dim_index = DIMNUM; in obj_coff_dim()
431 int els = (dimind < DIMNUM in do_type()
181 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++) in parse_coff_type()
1721 for (i = 0; *dim && i < DIMNUM - 1; i++, dim++) in decode_type()
2626 * internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define these2629 m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for