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

/freebsd-10.1-release/sys/boot/ficl/
H A Dfloat.c63 #if FICL_ROBUST > 1
80 #if FICL_ROBUST > 1
97 #if FICL_ROBUST > 1
114 #if FICL_ROBUST > 1
130 #if FICL_ROBUST > 1
147 #if FICL_ROBUST > 1
165 #if FICL_ROBUST > 1
183 #if FICL_ROBUST > 1
201 #if FICL_ROBUST > 1
219 #if FICL_ROBUST >
[all...]
H A Dloader.c74 #if FICL_ROBUST > 1
111 #if FICL_ROBUST > 1
149 #if FICL_ROBUST > 1
184 #if FICL_ROBUST > 1
211 #if FICL_ROBUST > 1
233 #if FICL_ROBUST > 1
258 #if FICL_ROBUST > 1
294 #if FICL_ROBUST > 1
311 #if FICL_ROBUST > 1
331 #if FICL_ROBUST >
[all...]
H A Dwords.c106 #if FICL_ROBUST > 1
133 #if FICL_ROBUST > 1
156 #if FICL_ROBUST > 1
176 #if FICL_ROBUST > 1
282 #if FICL_ROBUST > 1
294 #if FICL_ROBUST > 1
306 #if FICL_ROBUST > 1
318 #if FICL_ROBUST > 1
329 #if FICL_ROBUST > 1
353 #if FICL_ROBUST >
[all...]
H A Dstack.c119 #if FICL_ROBUST
161 #if FICL_ROBUST
H A Dsearch.c244 #if FICL_ROBUST > 1
339 #if FICL_ROBUST > 1
H A Ddict.c133 #if FICL_ROBUST
164 #if FICL_ROBUST
818 #if FICL_ROBUST
H A Dtestmain.c281 #if FICL_ROBUST > 1
H A Dtools.c848 #if FICL_ROBUST > 1
862 #if FICL_ROBUST > 1
H A Dficl.c693 ficlSetEnv (pSys, "ficl-robust", FICL_ROBUST);
/freebsd-10.1-release/sys/boot/ficl/amd64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 0 macro
307 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
311 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
312 ** FICL_ROBUST == 2 also enables checking in many primitives
315 #if !defined FICL_ROBUST
316 #define FICL_ROBUST 2 macro
/freebsd-10.1-release/sys/boot/ficl/arm/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-10.1-release/sys/boot/ficl/i386/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
170 #define FICL_ROBUST 0 macro
305 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
309 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
310 ** FICL_ROBUST == 2 also enables checking in many primitives
313 #if !defined FICL_ROBUST
314 #define FICL_ROBUST 2 macro
/freebsd-10.1-release/sys/boot/ficl/ia64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 0 macro
307 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
311 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
312 ** FICL_ROBUST == 2 also enables checking in many primitives
315 #if !defined FICL_ROBUST
316 #define FICL_ROBUST 2 macro
/freebsd-10.1-release/sys/boot/ficl/mips/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-10.1-release/sys/boot/ficl/powerpc/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 1 macro
298 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
302 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
303 ** FICL_ROBUST == 2 also enables checking in many primitives
306 #if !defined FICL_ROBUST
307 #define FICL_ROBUST 2 macro
/freebsd-10.1-release/sys/boot/ficl/sparc64/
H A Dsysdep.h9 ** FICL_ROBUST is enabled. This may require some consideration
172 #define FICL_ROBUST 0 macro
288 ** FICL_ROBUST enables bounds checking of stacks and the dictionary.
292 ** FICL_ROBUST == 1 --> stack checking in the outer interpreter
293 ** FICL_ROBUST == 2 also enables checking in many primitives
296 #if !defined FICL_ROBUST
297 #define FICL_ROBUST 2 macro

Completed in 182 milliseconds