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

/netbsd-current/external/gpl3/gdb.old/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-current/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-current/external/gpl3/binutils.old/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-current/external/gpl3/binutils/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-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-bfin.c49 # define DEFAULT_FDPIC EF_BFIN_FDPIC
423 bfin_flags |= EF_BFIN_FDPIC;
428 bfin_flags &= ~(EF_BFIN_FDPIC);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-bfin.c49 # define DEFAULT_FDPIC EF_BFIN_FDPIC
423 bfin_flags |= EF_BFIN_FDPIC;
428 bfin_flags &= ~(EF_BFIN_FDPIC);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-bfin.c49 # define DEFAULT_FDPIC EF_BFIN_FDPIC
412 bfin_flags |= EF_BFIN_FDPIC;
417 bfin_flags &= ~(EF_BFIN_FDPIC);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c845 if (!(iehdr->e_flags & EF_BFIN_FDPIC))
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-bfin.c4698 return (((elf_elfheader (abfd)->e_flags & EF_BFIN_FDPIC) != 0)
4730 if (flags & EF_BFIN_FDPIC)
4755 if (new_flags & EF_BFIN_FDPIC)
4771 if (((new_flags & EF_BFIN_FDPIC) == 0) != (! IS_FDPIC (obfd)))
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c775 if (!(iehdr->e_flags & EF_BFIN_FDPIC))
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-bfin.c4706 return (((elf_elfheader (abfd)->e_flags & EF_BFIN_FDPIC) != 0)
4738 if (flags & EF_BFIN_FDPIC)
4763 if (new_flags & EF_BFIN_FDPIC)
4779 if (((new_flags & EF_BFIN_FDPIC) == 0) != (! IS_FDPIC (obfd)))
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-bfin.c4706 return (((elf_elfheader (abfd)->e_flags & EF_BFIN_FDPIC) != 0)
4738 if (flags & EF_BFIN_FDPIC)
4763 if (new_flags & EF_BFIN_FDPIC)
4779 if (((new_flags & EF_BFIN_FDPIC) == 0) != (! IS_FDPIC (obfd)))
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-bfin.c4706 return (((elf_elfheader (abfd)->e_flags & EF_BFIN_FDPIC) != 0)
4738 if (flags & EF_BFIN_FDPIC)
4763 if (new_flags & EF_BFIN_FDPIC)
4779 if (((new_flags & EF_BFIN_FDPIC) == 0) != (! IS_FDPIC (obfd)))
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c3172 if (e_flags & EF_BFIN_FDPIC)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3752 if (e_flags & EF_BFIN_FDPIC)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3462 if (e_flags & EF_BFIN_FDPIC)

Completed in 440 milliseconds