Searched refs:RTYPE (Results 1 – 10 of 10) sorted by relevance
91 #define IS_CRIS_PIC_RELOC(RTYPE) \ argument92 ((RTYPE) == BFD_RELOC_CRIS_16_GOT \93 || (RTYPE) == BFD_RELOC_CRIS_32_GOT \94 || (RTYPE) == BFD_RELOC_CRIS_16_GOTPLT \95 || (RTYPE) == BFD_RELOC_CRIS_32_GOTPLT \96 || (RTYPE) == BFD_RELOC_CRIS_32_GOTREL \97 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_GOTREL \98 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_PCREL)
92 #define IS_CRIS_PIC_RELOC(RTYPE) \ argument93 ((RTYPE) == BFD_RELOC_CRIS_16_GOT \94 || (RTYPE) == BFD_RELOC_CRIS_32_GOT \95 || (RTYPE) == BFD_RELOC_CRIS_16_GOTPLT \96 || (RTYPE) == BFD_RELOC_CRIS_32_GOTPLT \97 || (RTYPE) == BFD_RELOC_CRIS_32_GOTREL \98 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_GOTREL \99 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_PCREL)
92 #define RTYPE fat$r_rtype_overlay.fat$r_rtype_bits macro262 *(int *)ptr = Fat.RTYPE.fat$v_rtype;267 old_rtype = Fat.RTYPE.fat$v_rtype; /* save current one */270 Fat.RTYPE.fat$v_rtype = FAT$C_STREAMLF; /* Unix I/O happy */272 Fat.RTYPE.fat$v_rtype = *(int *)ptr;276 Fat.RTYPE.fat$v_rtype = old_rtype;
1639 #define PUSH_FIELD(RTYPE, FIELD, NAME, FTYPE) \ argument1641 if (TYPE_FIELDS (RTYPE) == NULL_TREE) TYPE_FIELDS (RTYPE) = tmp_field; \1643 DECL_CONTEXT (tmp_field) = RTYPE; \1647 #define FINISH_RECORD(RTYPE) layout_type (RTYPE) argument
2977 #define MUST_BE_DYN_RELOC(RTYPE) \ argument2978 ((RTYPE) != R_PPC_REL24 \2979 && (RTYPE) != R_PPC_REL14 \2980 && (RTYPE) != R_PPC_REL14_BRTAKEN \2981 && (RTYPE) != R_PPC_REL14_BRNTAKEN \2982 && (RTYPE) != R_PPC_REL32)
350 #define RTYPE 0x000e /* type mask */ macro2171 if ((reloc_entry & RTYPE) == RABS)2178 r_extern = (reloc_entry & RTYPE) == REXT;4569 r_type = reloc_entry & RTYPE;
2631 #define MUST_BE_DYN_RELOC(RTYPE) \ argument2632 ((RTYPE) != R_PPC64_REL32 \2633 && (RTYPE) != R_PPC64_REL64 \2634 && (RTYPE) != R_PPC64_REL30)
2269 #define MUST_BE_DYN_RELOC(RTYPE) \ argument2270 ((RTYPE) != R_PPC_REL24 \2271 && (RTYPE) != R_PPC_REL14 \2272 && (RTYPE) != R_PPC_REL14_BRTAKEN \2273 && (RTYPE) != R_PPC_REL14_BRNTAKEN \2274 && (RTYPE) != R_PPC_REL32)
178 #define RTYPE 0x000e /* Type mask. */ macro1797 if ((reloc_entry & RTYPE) == RABS) in pdp11_aout_swap_reloc_in()1804 r_extern = (reloc_entry & RTYPE) == REXT; in pdp11_aout_swap_reloc_in()3260 r_type = reloc_entry & RTYPE; in pdp11_aout_link_input_section()
3172 #define MUST_BE_DYN_RELOC(RTYPE) \ argument3173 ((RTYPE) != R_PPC64_REL32 \3174 && (RTYPE) != R_PPC64_REL64 \3175 && (RTYPE) != R_PPC64_REL30)