Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-cris.h91 #define IS_CRIS_PIC_RELOC(RTYPE) \ argument
92 ((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)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.h92 #define IS_CRIS_PIC_RELOC(RTYPE) \ argument
93 ((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)
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dvmsmunch.c92 #define RTYPE fat$r_rtype_overlay.fat$r_rtype_bits macro
262 *(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;
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h1639 #define PUSH_FIELD(RTYPE, FIELD, NAME, FTYPE) \ argument
1641 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
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c2977 #define MUST_BE_DYN_RELOC(RTYPE) \ argument
2978 ((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)
H A Dpdp11.c350 #define RTYPE 0x000e /* type mask */ macro
2171 if ((reloc_entry & RTYPE) == RABS)
2178 r_extern = (reloc_entry & RTYPE) == REXT;
4569 r_type = reloc_entry & RTYPE;
H A Delf64-ppc.c2631 #define MUST_BE_DYN_RELOC(RTYPE) \ argument
2632 ((RTYPE) != R_PPC64_REL32 \
2633 && (RTYPE) != R_PPC64_REL64 \
2634 && (RTYPE) != R_PPC64_REL30)
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c2269 #define MUST_BE_DYN_RELOC(RTYPE) \ argument
2270 ((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)
H A Dpdp11.c178 #define RTYPE 0x000e /* Type mask. */ macro
1797 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()
H A Delf64-ppc.c3172 #define MUST_BE_DYN_RELOC(RTYPE) \ argument
3173 ((RTYPE) != R_PPC64_REL32 \
3174 && (RTYPE) != R_PPC64_REL64 \
3175 && (RTYPE) != R_PPC64_REL30)