Searched refs:tlsbase (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/mips/mips/
H A Dsys_machdep.c59 void *tlsbase; local
66 tlsbase = td->td_md.md_tls;
67 error = copyout(&tlsbase, uap->parms, sizeof(tlsbase));
H A Dfreebsd32_machdep.c476 int32_t tlsbase; local
483 tlsbase = (int32_t)(intptr_t)td->td_md.md_tls;
484 error = copyout(&tlsbase, uap->parms, sizeof(tlsbase));
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-i386.c2111 struct elf_link_hash_entry *tlsbase;
2113 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
2117 if (tlsbase && tlsbase->type == STT_TLS)
2128 tlsbase = (struct elf_link_hash_entry *)bh;
2129 tlsbase->def_regular = 1;
2130 tlsbase->other = STV_HIDDEN;
2131 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
2109 struct elf_link_hash_entry *tlsbase; local
H A Delf64-x86-64.c1971 struct elf_link_hash_entry *tlsbase;
1973 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
1977 if (tlsbase && tlsbase->type == STT_TLS)
1988 tlsbase = (struct elf_link_hash_entry *)bh;
1989 tlsbase->def_regular = 1;
1990 tlsbase->other = STV_HIDDEN;
1991 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
1969 struct elf_link_hash_entry *tlsbase; local

Completed in 189 milliseconds