Home
last modified time | relevance | path

Searched refs:GOT_TLS_NONE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dmips.cc130 GOT_TLS_NONE = 0, enumerator
524 { return this->tls_type_ != GOT_TLS_NONE; } in is_tls_entry()
885 return GOT_TLS_NONE; in mips_elf_reloc_tls_type()
901 case GOT_TLS_NONE: in mips_tls_got_entries()
5645 if (tls_type == GOT_TLS_NONE) in record_global_got_symbol()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c51 GOT_TLS_NONE, enumerator
3206 return GOT_TLS_NONE; in mips_elf_reloc_tls_type()
3223 case GOT_TLS_NONE: in mips_tls_got_entries()
3974 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL) in mips_elf_record_global_got_symbol()
4683 if (entry->tls_type == GOT_TLS_NONE) in mips_elf_initialize_tls_index()
10887 e.tls_type = GOT_TLS_NONE; in _bfd_mips_elf_finish_dynamic_symbol()
DChangeLog-20132408 (_bfd_mips_elf_finish_dynamic_symbol): Use GOT_TLS_NONE rather