Home
last modified time | relevance | path

Searched refs:EF_SH_FDPIC (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dsh.h92 #define EF_SH_FDPIC 0x8000 /* Uses the FDPIC ABI. */ macro
DChangeLog710 * sh.h (EF_SH_PIC, EF_SH_FDPIC): Define.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-201240 code to handle EF_SH_PIC and EF_SH_FDPIC...
DChangeLog-2010635 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
Dreadelf.c2985 if (e_flags & EF_SH_FDPIC) in get_machine_flags()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c3595 else if ((elf_elfheader (output_bfd)->e_flags & EF_SH_FDPIC) in sh_elf_size_dynamic_sections()
6635 if (elf_elfheader (obfd)->e_flags & EF_SH_FDPIC) in sh_elf_merge_private_data()
6674 return (((elf_elfheader (abfd)->e_flags & EF_SH_FDPIC) != 0) in sh_elf_object_p()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.c3913 elf_elfheader (stdoutput)->e_flags |= EF_SH_FDPIC; in sh_elf_final_processing()