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