Searched refs:R_SPARC_TLS_GD_CALL (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | sparc.h | 111 R_SPARC_TLS_GD_CALL = 59, // Initial General Dynamic reloc, call enumerator
|
/toolchain/binutils/binutils-2.25/gold/ |
D | sparc.cc | 1932 case elfcpp::R_SPARC_TLS_GD_CALL: in optimize_tls_reloc() 2062 case elfcpp::R_SPARC_TLS_GD_CALL: in get_reference_flags() 2395 case elfcpp::R_SPARC_TLS_GD_CALL: in local() 2419 case elfcpp::R_SPARC_TLS_GD_CALL: in local() 2441 if (r_type == elfcpp::R_SPARC_TLS_GD_CALL) in local() 2880 case elfcpp::R_SPARC_TLS_GD_CALL: in global() 2904 case elfcpp::R_SPARC_TLS_GD_CALL: in global() 2921 if (r_type == elfcpp::R_SPARC_TLS_GD_CALL) in global() 3552 case elfcpp::R_SPARC_TLS_GD_CALL: in relocate() 3635 case elfcpp::R_SPARC_TLS_GD_CALL: in relocate_tls() [all …]
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | sparc.h | 132 RELOC_NUMBER (R_SPARC_TLS_GD_CALL, 59)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-sparc.c | 271 …HOWTO(R_SPARC_TLS_GD_CALL,2,2,30,TRUE,0,complain_overflow_signed, bfd_elf_generic_reloc, "R_SPAR… 481 return &_bfd_sparc_elf_howto_table[R_SPARC_TLS_GD_CALL]; in _bfd_sparc_elf_reloc_type_lookup() 1480 || ELF32_R_TYPE (relt->r_info) == R_SPARC_TLS_GD_CALL) in _bfd_sparc_elf_check_relocs() 1488 case R_SPARC_TLS_GD_CALL: in _bfd_sparc_elf_check_relocs() 1618 case R_SPARC_TLS_GD_CALL: in _bfd_sparc_elf_check_relocs() 1886 case R_SPARC_TLS_GD_CALL: in _bfd_sparc_elf_gc_mark_hook() 3753 case R_SPARC_TLS_GD_CALL: in _bfd_sparc_elf_relocate_section() 3760 || (r_type == R_SPARC_TLS_GD_CALL && tls_type == GOT_TLS_IE)) in _bfd_sparc_elf_relocate_section()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-sparc.texi | 662 @code{R_SPARC_TLS_GD_CALL} is requested using @samp{%tgd_call}.
|