Home
last modified time | relevance | path

Searched refs:R_MIPS_TLS_GD (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/mips/include/
Delf.h222 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def48 ELF_RELOC(R_MIPS_TLS_GD, 42)
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DMips.cpp187 case R_MIPS_TLS_GD: in getRelExpr()
413 case R_MIPS_TLS_GD: in getImplicitAddend()
628 case R_MIPS_TLS_GD: in relocate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp306 return ELF::R_MIPS_TLS_GD; in getRelocType()
592 case ELF::R_MIPS_TLS_GD: in needsRelocateWithSymbol()
/freebsd-12-stable/contrib/binutils/bfd/
Delfn32-mips.c637 HOWTO (R_MIPS_TLS_GD, /* type */
1325 HOWTO (R_MIPS_TLS_GD, /* type */
2027 { BFD_RELOC_MIPS_TLS_GD, R_MIPS_TLS_GD },
Delf32-mips.c583 HOWTO (R_MIPS_TLS_GD, /* type */
1210 { BFD_RELOC_MIPS_TLS_GD, R_MIPS_TLS_GD },
Delf64-mips.c672 HOWTO (R_MIPS_TLS_GD, /* type */
1346 HOWTO (R_MIPS_TLS_GD, /* type */
2183 { BFD_RELOC_MIPS_TLS_GD, R_MIPS_TLS_GD },
Delfxx-mips.c347 || r_type == R_MIPS_TLS_GD \
2361 BFD_ASSERT (r_type == R_MIPS_TLS_GOTTPREL || r_type == R_MIPS_TLS_GD in mips_tls_got_index()
2375 if (r_type == R_MIPS_TLS_GD) in mips_tls_got_index()
4167 case R_MIPS_TLS_GD: in mips_elf_calculate_relocation()
4485 case R_MIPS_TLS_GD: in mips_elf_calculate_relocation()
6440 case R_MIPS_TLS_GD: in _bfd_mips_elf_check_relocs()
6589 case R_MIPS_TLS_GD: in _bfd_mips_elf_check_relocs()
6593 unsigned char flag = (r_type == R_MIPS_TLS_GD in _bfd_mips_elf_check_relocs()
/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h81 RELOC_NUMBER (R_MIPS_TLS_GD, 42)
/freebsd-12-stable/sys/sys/
Delf_common.h1146 #define R_MIPS_TLS_GD 42 macro
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1904 _ELF_DEFINE_RELOC(R_MIPS_TLS_GD, 42) \