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

  /toolchain/binutils/binutils-2.27/include/coff/
internal.h 471 #define DIMNUM 4 /* # array dimensions in auxiliary entry */
582 unsigned short x_dimen[DIMNUM];
  /toolchain/binutils/binutils-2.27/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.27/binutils/
rdcoff.c 186 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++)
coffgrok.c 521 els = (dimind < DIMNUM
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff.c 874 for (d_index = 0; d_index < DIMNUM; d_index++)
891 d_index = DIMNUM;
    [all...]

Completed in 83 milliseconds