Searched refs:R_MIPS_GPREL16 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp106 Type = ELF::R_MIPS_GPREL16;
159 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type);
164 Type = setRType((unsigned)ELF::R_MIPS_GPREL16, Type);
/freebsd-10-stable/sys/mips/include/
H A Delf.h169 #define R_MIPS_GPREL16 7 /* GP-relative reference */ macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfn32-mips.c219 HOWTO (R_MIPS_GPREL16, /* type */
227 "R_MIPS_GPREL16", /* name */
887 HOWTO (R_MIPS_GPREL16, /* type */
895 "R_MIPS_GPREL16", /* name */
1760 /* Do a R_MIPS_GPREL16 relocation. This is a 16 bit value which must
2001 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
2170 && (r_type == (unsigned int) R_MIPS_GPREL16
H A Delf32-mips.c215 HOWTO (R_MIPS_GPREL16, /* type */
223 "R_MIPS_GPREL16", /* name */
964 /* Do a R_MIPS_GPREL16 relocation. This is a 16 bit value which must
1192 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
1352 && (r_type == (unsigned int) R_MIPS_GPREL16
H A Delf64-mips.c257 HOWTO (R_MIPS_GPREL16, /* type */
265 "R_MIPS_GPREL16", /* name */
923 HOWTO (R_MIPS_GPREL16, /* type */
931 "R_MIPS_GPREL16", /* name */
1921 /* Do a R_MIPS_GPREL16 relocation. This is a 16 bit value which must
2158 { BFD_RELOC_GPREL16, R_MIPS_GPREL16 },
H A Delfxx-mips.c1246 This is handled exactly like R_MIPS_GPREL16, except that the
4251 case R_MIPS_GPREL16:
4454 just like R_MIPS_GPREL16. In the long run, we should merge
4462 R_MIPS_GPREL16, but stores the relocated bits in a different
4465 case R_MIPS_GPREL16:
6719 case R_MIPS_GPREL16:
7716 || r_type == R_MIPS_GPREL16
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dmips.h43 RELOC_NUMBER (R_MIPS_GPREL16, 7) /* In Elf 64: alias R_MIPS_GPREL */
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELF.cpp120 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_GPREL16);
/freebsd-10-stable/sys/sys/
H A Delf_common.h1026 #define R_MIPS_GPREL16 7 /* GP relative 16 bit */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h837 R_MIPS_GPREL16 = 7, enumerator in enum:llvm::ELF::__anon2112

Completed in 294 milliseconds