Searched refs:RTYPE (Results 1 – 3 of 3) sorted by relevance
86 #define IS_CRIS_PIC_RELOC(RTYPE) \ argument87 ((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)
173 #define RTYPE 0x000e /* Type mask. */ macro1793 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()
1789 (arm_reg_parse): Remove RTYPE argument (revert to previous arguments).