Home
last modified time | relevance | path

Searched refs:DIMNUM (Results 1 – 9 of 9) sorted by relevance

/trueos/cddl/contrib/opensolaris/head/
HDsyms.h43 #define DIMNUM 4 macro
189 unsigned short x_dimen[DIMNUM];
/trueos/contrib/binutils/include/coff/
HDinternal.h429 #define DIMNUM 4 /* # array dimensions in auxiliary entry */ macro
540 unsigned short x_dimen[DIMNUM];
/trueos/contrib/binutils/bfd/
HDcoffswap.h455 #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()
HDChangeLog-91937096 and DIMNUM == E_DIMNUM.
/trueos/contrib/binutils/gas/config/
HDobj-coff.c809 for (dim_index = 0; dim_index < DIMNUM; dim_index++) in obj_coff_dim()
826 dim_index = DIMNUM; in obj_coff_dim()
/trueos/contrib/binutils/binutils/
HDcoffgrok.c431 int els = (dimind < DIMNUM in do_type()
HDrdcoff.c181 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++) in parse_coff_type()
/trueos/contrib/gdb/gdb/
HDcoffread.c1721 for (i = 0; *dim && i < DIMNUM - 1; i++, dim++) in decode_type()
/trueos/contrib/gcclibs/include/
HDChangeLog-91032626 * internalcoff.h (SYMNMLEN, FILNMLEN, DIMNUM): Define these
2629 m88k-bcs.h: Prefix SYMNMLEN, FILNMLEN, and DIMNUM with E_'s for