Searched refs:DR_NADDR (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386-nat.c69 #define DR_NADDR 4 /* The number of debug address registers. */ macro
166 #define ALL_DEBUG_REGISTERS(i) for (i = 0; i < DR_NADDR; i++)
170 static CORE_ADDR dr_mirror[DR_NADDR];
174 static int dr_ref_count[DR_NADDR];
368 if (i >= DR_NADDR)
564 return nregs <= DR_NADDR ? 1 : 0;

Completed in 121 milliseconds