Searched refs:stack_flags (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Ddarwin-fallback.c257 int stack_flags; member in struct:gcc_ucontext
/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1693 unsigned int stack_flags;
1852 #define elf_stack_flags(bfd) (elf_tdata(bfd) -> o->stack_flags)
1691 unsigned int stack_flags; member in struct:output_elf_obj_tdata
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h1332 unsigned int stack_flags;
1330 unsigned int stack_flags; member in struct:elf_obj_tdata
H A Delf32-bfin.c4159 if (! elf_tdata (output_bfd)->stack_flags)
4160 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | PF_X;
H A Delf.c3911 if (elf_tdata (abfd)->stack_flags)
3919 m->p_flags = elf_tdata (abfd)->stack_flags;
4661 if (elf_tdata (abfd)->stack_flags)
H A Delf32-frv.c5614 if (! elf_tdata (output_bfd)->stack_flags)
5615 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | PF_X;
H A Delflink.c4992 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | PF_X;
4994 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W;
5021 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | exec;

Completed in 280 milliseconds