Lines Matching refs:stack
180 // libc_bootstrap.a - -fno-stack-protector and -ffreestanding
183 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be
184 // compiled with -fno-stack-protector, since it accesses the stack canary TLS slot. In the linker,
216 cflags: ["-fno-stack-protector", "-ffreestanding"],
220 // libc_init_static.cpp and libc_init_dynamic.cpp need to be built without stack protector.
222 // the stack protector global variable.
229 "-fno-stack-protector",
241 cflags: ["-fno-stack-protector"],
263 // Don't use ridiculous amounts of stack.
1556 "-fno-stack-protector",
1764 // Leave the symbols in the shared library so that stack unwinders can produce
1773 // Leave the symbols in the shared library so that stack unwinders can produce
1792 // Leave the symbols in the shared library so that stack unwinders can produce
1801 // Leave the symbols in the shared library so that stack unwinders can produce