Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dinternal.h375 #define DIMNUM 4 /* # array dimensions in auxiliary entry */ macro
486 unsigned short x_dimen[DIMNUM];
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffswap.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()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-coff.c801 for (dim_index = 0; dim_index < DIMNUM; dim_index++) in obj_coff_dim()
818 dim_index = DIMNUM; in obj_coff_dim()
2677 for (dim_index = 0; dim_index < DIMNUM; dim_index++) in obj_coff_dim()
2695 dim_index = DIMNUM; in obj_coff_dim()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dcoffgrok.c429 int els = (dimind < DIMNUM in do_type()
Drdcoff.c179 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++) in parse_coff_type()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcoffread.c1723 for (i = 0; *dim && i < DIMNUM - 1; i++, dim++) in decode_type()