Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dsh.h90 #define EF_SH_PIC 0x100 /* Segments of an FDPIC binary may 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.c2982 if (e_flags & EF_SH_PIC) in get_machine_flags()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c5479 elf_elfheader (output_bfd)->e_flags &= ~EF_SH_PIC; in sh_elf_relocate_section()
6636 elf_elfheader (obfd)->e_flags |= EF_SH_PIC; in sh_elf_merge_private_data()
DChangeLog-20102017 relocations and clear EF_SH_PIC. Handle 20-bit relocations.
2030 non-mach flags. Set EF_SH_PIC for FDPIC. Reject FDPIC mismatches.