Home
last modified time | relevance | path

Searched refs:Track_tls (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc849 class Track_tls class in __anon0f0c9f3e0111::Target_powerpc
860 Track_tls() in Track_tls() function in __anon0f0c9f3e0111::Target_powerpc::Track_tls
865 ~Track_tls() in ~Track_tls()
938 class Scan : protected Track_tls
944 : Track_tls(), issued_non_pic_error_(false) in Scan()
1045 class Relocate : protected Track_tls
1053 : Track_tls() in Relocate()
5845 if (this->maybe_skip_tls_get_addr_call(r_type, gsym) == Track_tls::SKIP) in global()
6805 case Track_tls::NOT_EXPECTED: in relocate()
6809 case Track_tls::EXPECTED: in relocate()
[all …]
DChangeLog2508 * powerpc.cc (class Track_tls): New.
2509 (class Relocate, class Scan): Inherit Track_tls.
2513 (Target_powerpc::Relocate::relocate): Update to use Track_tls.