Searched refs:execstack (Results 1 – 9 of 9) sorted by relevance
984 enum execstack enum989 } execstack; member
1003 ld_state.execstack = execstack_true; in parse_z_option()1005 ld_state.execstack = execstack_false_force; in parse_z_option()
1114 enum execstack execstack = execstack_true; in add_relocatable_file() local1376 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()
888 * ld.c (parse_z_option): Recognize execstack and noexecstack.891 * ld.h (struct ld_state): Add execstack field.
328 execstack
271 execstack1428 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;
289 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
167 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.