Searched refs:DIMNUM (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h43 #define DIMNUM 4 macro
189 unsigned short x_dimen[DIMNUM];
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h429 #define DIMNUM 4 /* # array dimensions in auxiliary entry */ macro
540 unsigned short x_dimen[DIMNUM];
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h455 #if DIMNUM != E_DIMNUM
456 #error we need to cope with truncating or extending DIMNUM
546 #if DIMNUM != E_DIMNUM
547 #error we need to cope with truncating or extending DIMNUM
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c813 for (dim_index = 0; dim_index < DIMNUM; dim_index++)
830 dim_index = DIMNUM;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c431 int els = (dimind < DIMNUM
H A Drdcoff.c182 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c1732 for (i = 0; *dim && i < DIMNUM - 1; i++, dim++)

Completed in 129 milliseconds