Home
last modified time | relevance | path

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

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