Lines Matching refs:stack
158 // libc_bootstrap.a - -fno-stack-protector and -ffreestanding
161 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be
162 // compiled with -fno-stack-protector, since it accesses the stack canary TLS slot. In the linker,
195 "-fno-stack-protector",
206 // libc_init_static.cpp and libc_init_dynamic.cpp need to be built without stack protector.
208 // the stack protector global variable.
218 "-fno-stack-protector",
230 cflags: ["-fno-stack-protector"],
252 // Don't use ridiculous amounts of stack.
1404 "-fno-stack-protector",
1620 // Leave the symbols in the shared library so that stack unwinders can produce
1629 // Leave the symbols in the shared library so that stack unwinders can produce
1648 // Leave the symbols in the shared library so that stack unwinders can produce
1657 // Leave the symbols in the shared library so that stack unwinders can produce