Home
last modified time | relevance | path

Searched refs:EF_FRV_NOPACK (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dfrv.h99 #define EF_FRV_NOPACK 0x00004000 /* -mnopack */ macro
127 EF_FRV_NOPACK | \
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-frv.c331 frv_flags &= ~EF_FRV_NOPACK; in md_parse_option()
335 frv_flags |= EF_FRV_NOPACK; in md_parse_option()
393 frv_flags |= EF_FRV_NOPACK; in md_parse_option()
1157 if (frv_flags & EF_FRV_NOPACK) in md_assemble()
/toolchain/binutils/binutils-2.27/cpu/
Dfrv.opc898 if (! (vliw->elf_flags & EF_FRV_NOPACK))
/toolchain/binutils/binutils-2.27/opcodes/
Dfrv-opc.c851 if (! (vliw->elf_flags & EF_FRV_NOPACK)) in frv_vliw_add_insn()