Searched refs:GOT_TLS_LDM (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | mips.cc | 132 GOT_TLS_LDM = 2, enumerator 466 if (this->tls_type_ == GOT_TLS_LDM) in hash() 481 if (this->tls_type_ == GOT_TLS_LDM) in equals() 880 return GOT_TLS_LDM; in mips_elf_reloc_tls_type() 895 case GOT_TLS_LDM: in mips_tls_got_entries() 6040 else if (entry->tls_type() == GOT_TLS_LDM) in add_tls_entries()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfxx-mips.c | 53 GOT_TLS_LDM, enumerator 3031 + ((entry->tls_type == GOT_TLS_LDM) << 18) in mips_elf_got_entry_hash() 3032 + (entry->tls_type == GOT_TLS_LDM ? 0 in mips_elf_got_entry_hash() 3047 && (e1->tls_type == GOT_TLS_LDM ? TRUE in mips_elf_got_entry_eq() 3201 return GOT_TLS_LDM; in mips_elf_reloc_tls_type() 3217 case GOT_TLS_LDM: in mips_tls_got_entries() 3262 case GOT_TLS_LDM: in mips_tls_got_relocs() 3425 case GOT_TLS_LDM: in mips_elf_initialize_tls_slots()
|
D | elf32-hppa.c | 238 GOT_UNKNOWN = 0, GOT_NORMAL = 1, GOT_TLS_GD = 2, GOT_TLS_LDM = 4, GOT_TLS_IE = 8 enumerator 1350 tls_type |= GOT_TLS_LDM; in elf32_hppa_check_relocs()
|
D | elf32-metag.c | 809 GOT_UNKNOWN = 0, GOT_NORMAL = 1, GOT_TLS_IE = 2, GOT_TLS_LDM = 4, GOT_TLS_GD = 8 enumerator
|
D | ChangeLog-2005 | 4238 (GOT_NORMAL, GOT_TLS_GD, GOT_TLS_LDM, GOT_TLS_IE)
|