Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dsh.h96 #define EF_SH_FDPIC 0x8000 /* Uses the FDPIC ABI. */ macro
DChangeLog-04151001 * sh.h (EF_SH_PIC, EF_SH_FDPIC): Define.
/toolchain/binutils/binutils-2.27/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.c3416 if (e_flags & EF_SH_FDPIC) in get_machine_flags()
/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh.c3611 else if ((elf_elfheader (output_bfd)->e_flags & EF_SH_FDPIC)) in sh_elf_size_dynamic_sections()
6651 if (elf_elfheader (obfd)->e_flags & EF_SH_FDPIC) in sh_elf_merge_private_data()
6690 return (((elf_elfheader (abfd)->e_flags & EF_SH_FDPIC) != 0) in sh_elf_object_p()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c3914 elf_elfheader (stdoutput)->e_flags |= EF_SH_FDPIC; in sh_elf_final_processing()