Searched refs:R_MIPS_GOT16 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsELFWriterInfo.cpp38 return ELF::R_MIPS_GOT16;
61 case ELF::R_MIPS_GOT16:
71 case ELF::R_MIPS_GOT16:
88 if (RelTy == ELF::R_MIPS_GOT16)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp124 Type = ELF::R_MIPS_GOT16;
193 return ((R.Reloc.Type == ELF::R_MIPS_GOT16) && !SD.isExternal()) ||
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delfn32-mips.c249 HOWTO (R_MIPS_GOT16, /* type */
257 "R_MIPS_GOT16", /* name */
917 HOWTO (R_MIPS_GOT16, /* type */
925 "R_MIPS_GOT16", /* name */
2005 { BFD_RELOC_MIPS_GOT16, R_MIPS_GOT16 },
H A Delf32-mips.c245 HOWTO (R_MIPS_GOT16, /* type */
253 "R_MIPS_GOT16", /* name */
1194 { BFD_RELOC_MIPS_GOT16, R_MIPS_GOT16 },
H A Delf64-mips.c287 HOWTO (R_MIPS_GOT16, /* type */
295 "R_MIPS_GOT16", /* name */
953 HOWTO (R_MIPS_GOT16, /* type */
961 "R_MIPS_GOT16", /* name */
2149 { BFD_RELOC_MIPS_GOT16, R_MIPS_GOT16 },
H A Delfxx-mips.c1367 R_MIPS_GOT16. REL is the relocation, INPUT_SECTION is the section
1419 /* A howto special_function for REL R_MIPS_GOT16 relocations. This is just
1468 /* R_MIPS_GOT16 relocations are something of a special case. We
1473 if (hi->rel.howto->type == R_MIPS_GOT16)
2584 /* Find a local GOT entry for an R_MIPS_GOT16 relocation against VALUE,
2609 NULL, R_MIPS_GOT16);
4190 case R_MIPS_GOT16:
4244 && (r_type == R_MIPS_CALL16 || (r_type == R_MIPS_GOT16)))
4488 case R_MIPS_GOT16:
4491 R_MIPS_GOT16; ever
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dmips.h45 RELOC_NUMBER (R_MIPS_GOT16, 9) /* In Elf 64: alias R_MIPS_GOT */
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h646 R_MIPS_GOT16 = 9, enumerator in enum:llvm::ELF::__anon9801

Completed in 190 milliseconds