Home
last modified time | relevance | path

Searched refs:EF_FRV_FDPIC (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dfrv.h84 #define EF_FRV_FDPIC 0x00008000 /* -mfdpic */ macro
97 | EF_FRV_FDPIC)
DChangeLog20 * frv.h (EF_FRV_FDPIC): New macro.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dfrv.h100 #define EF_FRV_FDPIC 0x00008000 /* -mfdpic */ macro
115 | EF_FRV_FDPIC)
DChangeLog451 * frv.h (EF_FRV_FDPIC): New macro.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dfrv-linux-tdep.c337 if (elf_flags & EF_FRV_FDPIC) in frv_linux_elf_osabi_sniffer()
Dfrv-tdep.c1467 if (elf_flags & EF_FRV_FDPIC) in frv_gdbarch_init()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-frv.c166 # define DEFAULT_FDPIC EF_FRV_FDPIC
420 frv_flags |= EF_FRV_FDPIC;
425 frv_flags &= ~(EF_FRV_FDPIC | EF_FRV_PIC
503 return (frv_flags & EF_FRV_FDPIC) != 0; in frv_md_fdpic_enabled()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-frv.c166 # define DEFAULT_FDPIC EF_FRV_FDPIC
435 frv_flags |= EF_FRV_FDPIC;
440 frv_flags &= ~(EF_FRV_FDPIC | EF_FRV_PIC
518 return (frv_flags & EF_FRV_FDPIC) != 0; in frv_md_fdpic_enabled()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-frv.c4255 return (((elf_elfheader (abfd)->e_flags & EF_FRV_FDPIC) != 0)
4352 if (new_flags & EF_FRV_FDPIC)
4586 if (((new_flags & EF_FRV_FDPIC) == 0)
4674 if (flags & EF_FRV_FDPIC)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-frv.c6372 return (((elf_elfheader (abfd)->e_flags & EF_FRV_FDPIC) != 0)
6496 if (new_flags & EF_FRV_FDPIC)
6731 if (((new_flags & EF_FRV_FDPIC) == 0)
6821 if (flags & EF_FRV_FDPIC)