HomeSort by relevance Sort by last modified time
    Searched refs:DIMNUM (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 471 #define DIMNUM 4 /* # array dimensions in auxiliary entry */
582 unsigned short x_dimen[DIMNUM];
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 455 #if DIMNUM != E_DIMNUM
456 #error we need to cope with truncating or extending DIMNUM
547 #if DIMNUM != E_DIMNUM
548 #error we need to cope with truncating or extending DIMNUM
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 431 int els = (dimind < DIMNUM
rdcoff.c 186 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++)
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 880 for (d_index = 0; d_index < DIMNUM; d_index++)
897 d_index = DIMNUM;
    [all...]

Completed in 188 milliseconds