Lines Matching defs:runtime
140 static int runtime;
448 if (runtime) longjmp(*rtld_fail, 1);
557 if (runtime) longjmp(*rtld_fail, 1);
738 if (!runtime && ph->p_memsz > __default_stacksize) {
1057 if (!runtime) a_crash();
1237 /* Past this point, if we haven't reached runtime yet, ldso has
1240 if (!runtime) reclaim_gaps(&temp_dso);
1248 if (runtime && temp_dso.tls.image) {
1267 p->runtime_loaded = runtime;
1315 * preserve property of no runtime failure paths. */
1320 if (runtime) longjmp(*rtld_fail, 1);
1331 if (runtime) longjmp(*rtld_fail, 1);
1378 if (runtime) longjmp(*rtld_fail, 1);
1473 if (runtime) longjmp(*rtld_fail, 1);
1492 if (!runtime && ph->p_memsz > __default_stacksize) {
1579 if (runtime) longjmp(*rtld_fail, 1);
1615 if (runtime) longjmp(*rtld_fail, 1);
1822 * thread pointer at runtime. */
2116 /* Switch to runtime mode: any further failures in the dynamic
2119 runtime = 1;
2495 if (!runtime) {