Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Drdcoff.c72 #define COFF_SLOTS (16) macro
73 debug_type slots[COFF_SLOTS];
115 if (indx / COFF_SLOTS > 1000) in coff_get_slot()
118 while (indx >= COFF_SLOTS) in coff_get_slot()
126 indx -= COFF_SLOTS; in coff_get_slot()