Searched refs:elf_stack_flags (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1852 #define elf_stack_flags(bfd) (elf_tdata(bfd) -> o->stack_flags)
1850 #define elf_stack_flags macro
H A Delf.c4296 if (elf_stack_flags (abfd))
4907 if (elf_stack_flags (abfd))
4915 m->p_flags = elf_stack_flags (abfd);
H A Delflink.c5935 elf_stack_flags (output_bfd) = PF_R | PF_W | PF_X;
5937 elf_stack_flags (output_bfd) = PF_R | PF_W;
5964 elf_stack_flags (output_bfd) = PF_R | PF_W | exec;

Completed in 137 milliseconds