Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dfrv.h100 #define EF_FRV_FDPIC 0x00008000 /* -mfdpic */ macro
115 | EF_FRV_FDPIC)
DChangeLog-04152323 * frv.h (EF_FRV_FDPIC): New macro.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-frv.c166 # define DEFAULT_FDPIC EF_FRV_FDPIC
432 frv_flags |= EF_FRV_FDPIC; in md_parse_option()
437 frv_flags &= ~(EF_FRV_FDPIC | EF_FRV_PIC in md_parse_option()
514 return (frv_flags & EF_FRV_FDPIC) != 0; in frv_md_fdpic_enabled()