Lines Matching refs:stack
148 // libc_bootstrap.a - -fno-stack-protector and -ffreestanding
151 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be
152 // compiled with -fno-stack-protector, since it accesses the stack canary TLS slot. In the linker,
180 cflags: ["-fno-stack-protector", "-ffreestanding"],
184 // libc_init_static.cpp and libc_init_dynamic.cpp need to be built without stack protector.
186 // the stack protector global variable.
193 "-fno-stack-protector",
205 cflags: ["-fno-stack-protector"],
223 // Don't use ridiculous amounts of stack.
1460 "-fno-stack-protector",
1662 // Leave the symbols in the shared library so that stack unwinders can produce
1679 // Leave the symbols in the shared library so that stack unwinders can produce
1692 // Leave the symbols in the shared library so that stack unwinders can produce