Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-cris.h86 #define IS_CRIS_PIC_RELOC(RTYPE) \ argument
87 ((RTYPE) == BFD_RELOC_CRIS_16_GOT \
88 || (RTYPE) == BFD_RELOC_CRIS_32_GOT \
89 || (RTYPE) == BFD_RELOC_CRIS_16_GOTPLT \
90 || (RTYPE) == BFD_RELOC_CRIS_32_GOTPLT \
91 || (RTYPE) == BFD_RELOC_CRIS_32_GOTREL \
92 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_GOTREL \
93 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_PCREL)
/toolchain/binutils/binutils-2.25/bfd/
Dpdp11.c173 #define RTYPE 0x000e /* Type mask. */ macro
1793 if ((reloc_entry & RTYPE) == RABS) in pdp11_aout_swap_reloc_in()
1800 r_extern = (reloc_entry & RTYPE) == REXT; in pdp11_aout_swap_reloc_in()
3280 r_type = reloc_entry & RTYPE; in pdp11_aout_link_input_section()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20061789 (arm_reg_parse): Remove RTYPE argument (revert to previous arguments).