/external/clang/test/Driver/ |
noexecstack.c | 1 // RUN: %clang -### %s -c -o tmp.o -triple i686-pc-linux-gnu -integrated-as -Wa,--noexecstack 2>&1 | grep "mnoexecstack"
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsELFStreamer.h | 23 bool RelaxAll, bool NoExecStack) 40 bool RelaxAll, bool NoExecStack);
|
MipsELFStreamer.cpp | 22 bool RelaxAll, bool NoExecStack) { 24 RelaxAll, NoExecStack);
|
MipsMCTargetDesc.cpp | 132 bool NoExecStack) { 135 return createMipsELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
|
/ndk/build/tools/toolchain-patches/gcc/ |
0001-Enable-C-exceptions-and-RTTI-by-default.patch | 27 "--noexecstack" 42 "--noexecstack" 57 "--noexecstack"
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFStreamer.h | 24 bool RelaxAll, bool NoExecStack);
|
AArch64ELFStreamer.cpp | 150 bool RelaxAll, bool NoExecStack) { 154 if (NoExecStack)
|
AArch64MCTargetDesc.cpp | 94 bool NoExecStack) { 97 return createAArch64ELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.h | 23 bool RelaxAll, bool NoExecStack,
|
ARMELFStreamer.cpp | 406 bool RelaxAll, bool NoExecStack, 411 if (NoExecStack)
|
ARMMCTargetDesc.cpp | 190 bool NoExecStack) { 200 return createARMELFStreamer(Ctx, MAB, OS, Emitter, false, NoExecStack,
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeMCTargetDesc.cpp | 81 bool NoExecStack) { 92 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
|
/frameworks/compile/mclinker/include/mcld/MC/ |
ZOption.h | 30 NoExecStack,
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 106 bool NoExecStack) { 110 return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
|
/ndk/build/core/ |
default-build-commands.mk | 40 TARGET_NO_EXECUTE_CFLAGS := -Wa,--noexecstack 41 TARGET_NO_EXECUTE_LDFLAGS := -Wl,-z,noexecstack
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 119 unsigned NoExecStack : 1; 134 NoExecStack = 0; 234 Opts.NoExecStack = Args->hasArg(OPT_no_exec_stack); 361 Opts.NoExecStack));
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUMCTargetDesc.cpp | 90 bool NoExecStack) {
|
/external/clang/include/clang/Frontend/ |
CodeGenOptions.def | 71 CODEGENOPT(NoExecStack , 1, 0) ///< Set when -Wa,--noexecstack is enabled.
|
/external/mksh/ |
mkmf.sh | 93 -Wa,--noexecstack \ 130 -Wl,-z,noexecstack \
|
/external/v8/build/ |
android.gypi | 99 '-Wa,--noexecstack', 217 '-Wl,-z,noexecstack',
|
/build/core/combo/ |
TARGET_linux-mips.mk | 90 -Wa,--noexecstack \ 122 -Wl,-z,noexecstack \
|
TARGET_linux-x86.mk | 91 -Wa,--noexecstack \ 152 TARGET_GLOBAL_LDFLAGS += -Wl,-z,noexecstack
|
/frameworks/compile/mclinker/lib/Support/ |
CommandLine.cpp | 108 else if (0 == Arg.compare("noexecstack")) 109 Val.setKind(ZOption::NoExecStack);
|
/build/core/ |
llvm_config.mk | 42 -Wa,--noexecstack
|
/frameworks/compile/libbcc/include/bcc/Support/ |
LinkerConfig.h | 55 kExecStack = 1 << 2, ///< [on] -z execstack, [off] -z noexecstack
|