Home
last modified time | relevance | path

Searched refs:execstack (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/src/
Dld.h984 enum execstack enum
989 } execstack; member
Dld.c1003 ld_state.execstack = execstack_true; in parse_z_option()
1005 ld_state.execstack = execstack_false_force; in parse_z_option()
Dldgeneric.c1114 enum execstack execstack = execstack_true; in add_relocatable_file() local
1376 execstack = execstack_false; in add_relocatable_file()
1385 && execstack == execstack_true in add_relocatable_file()
1386 && ld_state.execstack != execstack_false_force) in add_relocatable_file()
1387 ld_state.execstack = execstack_true; in add_relocatable_file()
6503 | (ld_state.execstack == execstack_true ? PF_X : 0)); in ld_generic_create_outfile()
DChangeLog888 * ld.c (parse_z_option): Recognize execstack and noexecstack.
891 * ld.h (struct ld_state): Add execstack field.
/external/sepolicy/
Daccess_vectors328 execstack
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf271 execstack
1428 allow kernel_t self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execstack ex…
1530 allow kernel_t domain:process ~{ transition dyntransition execmem execstack execheap };
1564 allow kernel_t self:process execstack;
1565 auditallow kernel_t self:process execstack;
/external/elfutils/config/
Delfutils.spec.in289 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
/external/elfutils/
Delfutils.spec289 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
DNEWS167 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.