Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp64 uint32_t tlsbase; member
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-x86-64.c1991 struct elf_link_hash_entry *tlsbase; in elf64_x86_64_always_size_sections() local
1993 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in elf64_x86_64_always_size_sections()
1997 if (tlsbase && tlsbase->type == STT_TLS) in elf64_x86_64_always_size_sections()
2008 tlsbase = (struct elf_link_hash_entry *)bh; in elf64_x86_64_always_size_sections()
2009 tlsbase->def_regular = 1; in elf64_x86_64_always_size_sections()
2010 tlsbase->other = STV_HIDDEN; in elf64_x86_64_always_size_sections()
2011 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE); in elf64_x86_64_always_size_sections()
H A Delf32-i386.c2169 struct elf_link_hash_entry *tlsbase; in elf_i386_always_size_sections() local
2171 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in elf_i386_always_size_sections()
2175 if (tlsbase && tlsbase->type == STT_TLS) in elf_i386_always_size_sections()
2186 tlsbase = (struct elf_link_hash_entry *)bh; in elf_i386_always_size_sections()
2187 tlsbase->def_regular = 1; in elf_i386_always_size_sections()
2188 tlsbase->other = STV_HIDDEN; in elf_i386_always_size_sections()
2189 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE); in elf_i386_always_size_sections()