HomeSort by relevance Sort by last modified time
    Searched defs:tlsbase (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 3010 struct elf_link_hash_entry *tlsbase; local
    [all...]
elf64-x86-64.c 3260 struct elf_link_hash_entry *tlsbase; local
    [all...]
elfnn-aarch64.c 7701 struct elf_link_hash_entry *tlsbase; local
    [all...]
elf32-arm.c 14162 struct elf_link_hash_entry *tlsbase; local
    [all...]
elf32-xtensa.c 612 struct elf_xtensa_link_hash_entry *tlsbase;
655 struct elf_link_hash_entry *tlsbase;
674 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
676 tlsbase->root.type = bfd_link_hash_new;
677 tlsbase->root.u.undef.abfd = NULL;
678 tlsbase->non_elf = 0;
679 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
680 ret->tlsbase->tls_type = GOT_UNKNOWN;
610 struct elf_xtensa_link_hash_entry *tlsbase; member in struct:elf_xtensa_link_hash_table
653 struct elf_link_hash_entry *tlsbase; local
1856 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; local
    [all...]

Completed in 635 milliseconds