Searched refs:R_MIPS16_TLS_GD (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | mips.h | 108 R_MIPS16_TLS_GD = 106, enumerator
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfn32-mips.c | 1747 HOWTO (R_MIPS16_TLS_GD, /* type */ 1948 HOWTO (R_MIPS16_TLS_GD, /* type */ 3226 { BFD_RELOC_MIPS16_TLS_GD, R_MIPS16_TLS_GD - R_MIPS16_min },
|
D | elf32-mips.c | 927 HOWTO (R_MIPS16_TLS_GD, /* type */ 2018 { BFD_RELOC_MIPS16_TLS_GD, R_MIPS16_TLS_GD - R_MIPS16_min },
|
D | elf64-mips.c | 1781 HOWTO (R_MIPS16_TLS_GD, /* type */ 1982 HOWTO (R_MIPS16_TLS_GD, /* type */ 3410 { BFD_RELOC_MIPS16_TLS_GD, R_MIPS16_TLS_GD - R_MIPS16_min },
|
D | elfxx-mips.c | 596 || r_type == R_MIPS16_TLS_GD \ 2110 case R_MIPS16_TLS_GD: in mips16_reloc_p() 2254 || r_type == R_MIPS16_TLS_GD in tls_gd_reloc_p() 5635 case R_MIPS16_TLS_GD: in mips_elf_calculate_relocation() 5969 case R_MIPS16_TLS_GD: in mips_elf_calculate_relocation() 8264 case R_MIPS16_TLS_GD: in _bfd_mips_elf_check_relocs() 8521 case R_MIPS16_TLS_GD: in _bfd_mips_elf_check_relocs()
|
D | ChangeLog-2011 | 83 (tls_gd_reloc_p): Add R_MIPS16_TLS_GD case.
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | mips.h | 106 RELOC_NUMBER (R_MIPS16_TLS_GD, 106)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 252 || r_type == elfcpp::R_MIPS16_TLS_GD in tls_gd_reloc() 308 case elfcpp::R_MIPS16_TLS_GD: in mips16_reloc() 8650 case elfcpp::R_MIPS16_TLS_GD: in local() 8836 case elfcpp::R_MIPS16_TLS_GD: in local() 8847 case elfcpp::R_MIPS16_TLS_GD: in local() 9106 case elfcpp::R_MIPS16_TLS_GD: in global() 9339 case elfcpp::R_MIPS16_TLS_GD: in global() 9349 case elfcpp::R_MIPS16_TLS_GD: in global() 10045 case elfcpp::R_MIPS16_TLS_GD: in relocate() 10326 case elfcpp::R_MIPS16_TLS_GD: in get_reference_flags()
|