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()
1112 enum execstack execstack = execstack_true; in add_relocatable_file() local1374 execstack = execstack_false; in add_relocatable_file()1383 && execstack == execstack_true in add_relocatable_file()1384 && ld_state.execstack != execstack_false_force) in add_relocatable_file()1385 ld_state.execstack = execstack_true; in add_relocatable_file()6500 | (ld_state.execstack == execstack_true ? PF_X : 0)); in ld_generic_create_outfile()
1650 * ld.c (parse_z_option): Recognize execstack and noexecstack.1653 * ld.h (struct ld_state): Add execstack field.
328 execstack
271 execstack1429 allow kernel_t self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execstack ex…1531 allow kernel_t domain:process ~{ transition dyntransition execmem execstack execheap };1565 allow kernel_t self:process execstack;1566 auditallow kernel_t self:process execstack;
416 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
328 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.