Searched refs:R_MIPS_TLS_GD (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/sys/mips/include/ |
| D | elf.h | 222 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| D | Mips.def | 48 ELF_RELOC(R_MIPS_TLS_GD, 42)
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | Mips.cpp | 187 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/ |
| D | MipsELFObjectWriter.cpp | 306 return ELF::R_MIPS_TLS_GD; in getRelocType() 592 case ELF::R_MIPS_TLS_GD: in needsRelocateWithSymbol()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elfn32-mips.c | 637 HOWTO (R_MIPS_TLS_GD, /* type */ 1325 HOWTO (R_MIPS_TLS_GD, /* type */ 2027 { BFD_RELOC_MIPS_TLS_GD, R_MIPS_TLS_GD },
|
| D | elf32-mips.c | 583 HOWTO (R_MIPS_TLS_GD, /* type */ 1210 { BFD_RELOC_MIPS_TLS_GD, R_MIPS_TLS_GD },
|
| D | elf64-mips.c | 672 HOWTO (R_MIPS_TLS_GD, /* type */ 1346 HOWTO (R_MIPS_TLS_GD, /* type */ 2183 { BFD_RELOC_MIPS_TLS_GD, R_MIPS_TLS_GD },
|
| D | elfxx-mips.c | 347 || 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/ |
| D | mips.h | 81 RELOC_NUMBER (R_MIPS_TLS_GD, 42)
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 1146 #define R_MIPS_TLS_GD 42 macro
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 1904 _ELF_DEFINE_RELOC(R_MIPS_TLS_GD, 42) \
|