/frameworks/compile/mclinker/lib/Core/ |
GeneralOptions.cpp | 116 case ZOption::NoExecStack:
|
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/ |
LinkerConfig.h | 48 kExecStack = 1 << 2, ///< [on] -z execstack, [off] -z noexecstack
|
/build/core/combo/ |
TARGET_linux-arm.mk | 102 -Wa,--noexecstack \ 132 -Wl,-z,noexecstack \
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 360 bool NoExecStack) { 369 return createELFStreamer(Ctx, MAB, _OS, _Emitter, RelaxAll, NoExecStack);
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 74 NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack")); 455 NoExecStack));
|
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 119 bool NoExecStack); 406 /// \param NoExecStack Mark file as not needing a executable stack. 412 bool NoExecStack) const { 416 RelaxAll, NoExecStack); [all...] |
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 879 unsigned NoExecStack : 1; 1013 bool getNoExecStack() const { return NoExecStack; } 1014 void setNoExecStack(bool Value) { NoExecStack = Value; } [all...] |
MCStreamer.h | 686 bool RelaxAll, bool NoExecStack);
|
/external/clang/include/clang/Driver/ |
CC1AsOptions.td | 83 def no_exec_stack : Flag<["--"], "noexecstack">,
|
/frameworks/compile/libbcc/lib/Support/ |
LinkerConfig.cpp | 208 option.setKind(mcld::ZOption::NoExecStack);
|
/frameworks/compile/mclinker/include/mcld/ |
GeneralOptions.h | 338 status m_ExecStack; // execstack, noexecstack
|
/frameworks/compile/mclinker/tools/mcld/lib/Support/ |
LinkerConfig.cpp | 201 option.setKind(mcld::ZOption::NoExecStack);
|
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 507 bool RelaxAll, bool NoExecStack) { 511 if (NoExecStack)
|
MCAssembler.cpp | 268 OS(OS_), BundleAlignSize(0), RelaxAll(false), NoExecStack(false), 289 NoExecStack = false; [all...] |
/frameworks/compile/libbcc/lib/AndroidBitcode/ |
ABCCompilerDriver.cpp | 121 // Not set kExecStack for -z noexecstack
|
/ndk/build/tools/ |
build-host-gcc.sh | [all...] |
/external/clang/test/Driver/ |
hexagon-toolchain.c | 557 // RUN: -Wa,--noexecstack,--trap \ 563 // CHECK029: "-gdwarf-2" "--noexecstack" "--trap" "--keep-locals"
|
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 473 if (CodeGenOpts.NoExecStack)
|
/external/valgrind/main/coregrind/ |
Makefile.am | 58 valgrind_LDFLAGS += -Wl,-z,noexecstack
|
/ndk/docs/ |
CHANGES.html | 795 Add "--noexecstack" for assembler and "-z noexecstack" for linker to enable NX 809 LOCAL_DISABLE_NO_EXECUTE=true: to disable "--noexecstack" and "-z noexecstack" [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/ |
bfdlink.h | 321 unsigned int noexecstack: 1; 319 unsigned int noexecstack: 1; member in struct:bfd_link_info
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 398 unsigned int noexecstack: 1; 396 unsigned int noexecstack: 1; member in struct:bfd_link_info
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/ |
bfdlink.h | 321 unsigned int noexecstack: 1; 319 unsigned int noexecstack: 1; member in struct:bfd_link_info
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/ |
bfdlink.h | 398 unsigned int noexecstack: 1; 396 unsigned int noexecstack: 1; member in struct:bfd_link_info
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/ |
bfdlink.h | 321 unsigned int noexecstack: 1; 319 unsigned int noexecstack: 1; member in struct:bfd_link_info
|