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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mcore.c121 /* SPANPANIC: the point at which we get too scared and force a dump
133 #define SPANPANIC (1016) /* 1024 - 1 entry - 2 byte rounding. */ macro
236 /* SPANCLOSE and SPANEXIT are smaller numbers than SPANPANIC.
237 SPANPANIC means that we must dump now.
248 SPANPANIC is the point where we must dump a single-entry pool.
262 else if (poolspan >= (SPANPANIC - poolsize * 2))
H A Dtc-csky.c488 static unsigned int SPANPANIC; variable
1818 SPANPANIC = v1_SPANPANIC;
1828 SPANPANIC = v2_SPANPANIC;
2146 SPANCLOSE and SPANEXIT are smaller numbers than SPANPANIC.
2147 SPANPANIC means that we must dump now.
2153 SPANPANIC is the point where we must dump a single-entry pool.
2175 >= (SPANPANIC - (IS_CSKY_ARCH_V1 (mach_flag) ? poolsize * 2 : 0)))
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mcore.c121 /* SPANPANIC: the point at which we get too scared and force a dump
133 #define SPANPANIC (1016) /* 1024 - 1 entry - 2 byte rounding. */ macro
236 /* SPANCLOSE and SPANEXIT are smaller numbers than SPANPANIC.
237 SPANPANIC means that we must dump now.
248 SPANPANIC is the point where we must dump a single-entry pool.
262 else if (poolspan >= (SPANPANIC - poolsize * 2))
H A Dtc-csky.c487 static unsigned int SPANPANIC; variable
1817 SPANPANIC = v1_SPANPANIC;
1827 SPANPANIC = v2_SPANPANIC;
2144 SPANCLOSE and SPANEXIT are smaller numbers than SPANPANIC.
2145 SPANPANIC means that we must dump now.
2151 SPANPANIC is the point where we must dump a single-entry pool.
2173 >= (SPANPANIC - (IS_CSKY_ARCH_V1 (mach_flag) ? poolsize * 2 : 0)))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mcore.c121 /* SPANPANIC: the point at which we get too scared and force a dump
133 #define SPANPANIC (1016) /* 1024 - 1 entry - 2 byte rounding. */ macro
236 /* SPANCLOSE and SPANEXIT are smaller numbers than SPANPANIC.
237 SPANPANIC means that we must dump now.
248 SPANPANIC is the point where we must dump a single-entry pool.
262 else if (poolspan >= (SPANPANIC - poolsize * 2))
H A Dtc-csky.c488 static unsigned int SPANPANIC; variable
1818 SPANPANIC = v1_SPANPANIC;
1828 SPANPANIC = v2_SPANPANIC;
2146 SPANCLOSE and SPANEXIT are smaller numbers than SPANPANIC.
2147 SPANPANIC means that we must dump now.
2153 SPANPANIC is the point where we must dump a single-entry pool.
2175 >= (SPANPANIC - (IS_CSKY_ARCH_V1 (mach_flag) ? poolsize * 2 : 0)))

Completed in 245 milliseconds