Searched refs:EF_BFIN_FDPIC (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dbfin.h89 #define EF_BFIN_FDPIC 0x00000002 /* -mfdpic */ macro
91 #define EF_BFIN_PIC_FLAGS (EF_BFIN_PIC | EF_BFIN_FDPIC)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dbfin.h89 #define EF_BFIN_FDPIC 0x00000002 /* -mfdpic */ macro
94 #define EF_BFIN_PIC_FLAGS (EF_BFIN_PIC | EF_BFIN_FDPIC)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-bfin.c52 # define DEFAULT_FDPIC EF_BFIN_FDPIC
421 bfin_flags |= EF_BFIN_FDPIC;
426 bfin_flags &= ~(EF_BFIN_FDPIC);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-bfin.c4977 return (((elf_elfheader (abfd)->e_flags & EF_BFIN_FDPIC) != 0)
5075 if (flags & EF_BFIN_FDPIC)
5095 if (new_flags & EF_BFIN_FDPIC)
5111 if (((new_flags & EF_BFIN_FDPIC) == 0) != (! IS_FDPIC (obfd)))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-bfin.c4987 return (((elf_elfheader (abfd)->e_flags & EF_BFIN_FDPIC) != 0)
5085 if (flags & EF_BFIN_FDPIC)
5105 if (new_flags & EF_BFIN_FDPIC)
5121 if (((new_flags & EF_BFIN_FDPIC) == 0) != (! IS_FDPIC (obfd)))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c876 if (!(iehdr->e_flags & EF_BFIN_FDPIC))

Completed in 120 milliseconds