Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/mips/include/
Delf.h192 #define R_MIPS_GOT_OFST 21 macro
/freebsd-10-stable/contrib/binutils/bfd/
Delfn32-mips.c392 HOWTO (R_MIPS_GOT_OFST, /* type */
1058 HOWTO (R_MIPS_GOT_OFST, /* type */
2007 { BFD_RELOC_MIPS_GOT_OFST, R_MIPS_GOT_OFST },
Delf32-mips.c390 HOWTO (R_MIPS_GOT_OFST, /* type */
1204 { BFD_RELOC_MIPS_GOT_OFST, R_MIPS_GOT_OFST },
Delf64-mips.c427 HOWTO (R_MIPS_GOT_OFST, /* type */
1093 HOWTO (R_MIPS_GOT_OFST, /* type */
2163 { BFD_RELOC_MIPS_GOT_OFST, R_MIPS_GOT_OFST },
Delfxx-mips.c4152 case R_MIPS_GOT_OFST: in mips_elf_calculate_relocation()
4156 if (local_p || r_type == R_MIPS_GOT_OFST) in mips_elf_calculate_relocation()
4536 case R_MIPS_GOT_OFST: in mips_elf_calculate_relocation()
6437 case R_MIPS_GOT_OFST: in _bfd_mips_elf_check_relocs()
9615 case R_MIPS_GOT_OFST: in _bfd_mips_elf_gc_sweep_hook()
/freebsd-10-stable/contrib/binutils/include/elf/
Dmips.h59 RELOC_NUMBER (R_MIPS_GOT_OFST, 21)
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp153 Type = ELF::R_MIPS_GOT_OFST; in GetRelocType()
/freebsd-10-stable/contrib/llvm/lib/Object/
DELF.cpp131 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_GOT_OFST); in getELFRelocationTypeName()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h851 R_MIPS_GOT_OFST = 21, enumerator
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-02034150 Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.