HomeSort by relevance Sort by last modified time
    Searched full:execstack (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/
Android.mk 10 # Disable integrated assembler because -Wa,--execstack isn't supported
  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 25 ExecStack,
  /ndk/build/core/
default-build-commands.mk 44 TARGET_DISABLE_NO_EXECUTE_CFLAGS := -Wa,--execstack
45 TARGET_DISABLE_NO_EXECUTE_LDFLAGS := -Wl,-z,execstack
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 90 case ZOption::ExecStack:
  /system/sepolicy/
access_vectors 287 execstack
domain.te 442 neverallow * self:process { execstack execheap };
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
elf.exp 146 {"stack exec" "-z execstack" "" "" {stack.s}
  /toolchain/binutils/binutils-2.25/gold/
options.h     [all...]
options.cc 1050 // -z [no]execstack.
1051 if (this->execstack())
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 345 status m_ExecStack; // execstack, noexecstack
  /toolchain/binutils/binutils-2.25/ld/emultempl/
elf32.em 1033 if (link_info.execstack == ! link_info.noexecstack)
1034 /* PR ld/16744: If "-z [no]execstack" has been specified on the
1037 linkinfo.[no]execstack values set in _handle_option() will have no
1039 same way as the assembler does with its --[no]execstack option. */
1042 SEC_READONLY | (link_info.execstack ? SEC_CODE : 0));
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 271 execstack
    [all...]
  /external/elfutils/src/
ld.c 988 else if (strcmp (arg, "execstack") == 0)
989 ld_state.execstack = execstack_true;
991 ld_state.execstack = execstack_false_force;
    [all...]
ld.h 976 enum execstack enum in struct:ld_state
981 } execstack; member in struct:ld_state
    [all...]
ldgeneric.c 1104 enum execstack execstack = execstack_true; local
    [all...]
  /docs/source.android.com/src/security/selinux/
customize.jd 238 execstack execheap setkeycreate setsockcreate</pre>
  /toolchain/binutils/binutils-2.25/gas/
as.c 287 --execstack require executable stack for this object\n"));
491 ,{"execstack", no_argument, NULL, OPTION_EXECSTACK}
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 423 .Case("execstack", mcld::ZOption(mcld::ZOption::ExecStack))
    [all...]
  /external/selinux/sepolgen/src/share/
perm_map 72 execstack n 1
    [all...]
  /external/selinux/sepolgen/tests/
perm_map 72 execstack n 1
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 255 self.symbols["execstack"] = "add_process('execstack')"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 394 unsigned int execstack: 1;
392 unsigned int execstack: 1; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 394 unsigned int execstack: 1;
392 unsigned int execstack: 1; member in struct:bfd_link_info
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 403 unsigned int execstack: 1;
401 unsigned int execstack: 1; member in struct:bfd_link_info
  /external/elfutils/
NEWS 537 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.
    [all...]

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8