Searched refs:RTYPE (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-cris.h | 84 #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)
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-cris.h | 84 #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)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | arm_acle.h | 55 #define _GCC_ARM_ACLE_DATA_FN(NAME, BUILTIN, ITYPE, RTYPE) \ in _GCC_ARM_ACLE_ROR_FN() argument 56 __extension__ extern __inline RTYPE \ in _GCC_ARM_ACLE_ROR_FN()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | pdp11.c | 205 #define RTYPE 0x000e /* Type mask. */ macro 1919 if ((reloc_entry & RTYPE) == RABS) in pdp11_aout_swap_reloc_in() 1926 r_extern = (reloc_entry & RTYPE) == REXT; in pdp11_aout_swap_reloc_in() 3430 r_type = reloc_entry & RTYPE; in pdp11_aout_link_input_section()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | pdp11.c | 205 #define RTYPE 0x000e /* Type mask. */ macro 1918 if ((reloc_entry & RTYPE) == RABS) in pdp11_aout_swap_reloc_in() 1925 r_extern = (reloc_entry & RTYPE) == REXT; in pdp11_aout_swap_reloc_in() 3432 r_type = reloc_entry & RTYPE; in pdp11_aout_link_input_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 304 #define IS_STD_REG_TYPE(RTYPE) IN_RANGE(RTYPE, GPR_REG_TYPE, FPR_REG_TYPE) argument 306 #define IS_FP_VECT_REG_TYPE(RTYPE) IN_RANGE(RTYPE, VSX_REG_TYPE, FPR_REG_TYPE) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 318 #define IS_STD_REG_TYPE(RTYPE) IN_RANGE(RTYPE, GPR_REG_TYPE, FPR_REG_TYPE) argument 320 #define IS_FP_VECT_REG_TYPE(RTYPE) IN_RANGE(RTYPE, VSX_REG_TYPE, FPR_REG_TYPE) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DbeSession.cc.1 | 229 propNames_name_store (PROP_RTYPE, NTXT ("RTYPE"));
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2006 | 1789 (arm_reg_parse): Remove RTYPE argument (revert to previous arguments).
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2006 | 1789 (arm_reg_parse): Remove RTYPE argument (revert to previous arguments).
|