Home
last modified time | relevance | path

Searched refs:tlsbase (Results 51 – 75 of 131) sorted by relevance

123456

/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/runtime/
H A Dproc.c113 static __thread __greg_t tlsbase; variable
121 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
127 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/runtime/
H A Dproc.c113 static __thread __greg_t tlsbase; variable
121 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
127 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dproc.c113 static __thread __greg_t tlsbase; variable
121 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
127 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dproc.c113 static __thread __greg_t tlsbase; variable
121 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
127 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase; variable
122 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
128 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc11/gcc-11.2.0/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase; variable
122 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
128 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc10/gcc-10.3.0/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase; variable
122 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
128 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase; variable
122 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
128 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/devel/avr-gcc/gcc-10.2.0/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase; variable
122 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
128 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/runtime/
H A Dproc.c115 static __thread __greg_t tlsbase; variable
123 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
129 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase; variable
122 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
128 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/runtime/
H A Dproc.c114 static __thread __greg_t tlsbase;
122 tlsbase = c.uc_mcontext._mc_tlsbase;
128 c->uc_mcontext._mc_tlsbase = tlsbase;
/dports/lang/gcc9/gcc-9.4.0/libgo/runtime/
H A Dproc.c115 static __thread __greg_t tlsbase; variable
123 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
129 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/runtime/
H A Dproc.c115 static __thread __greg_t tlsbase; variable
123 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
129 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delfxx-x86.c1541 struct elf_link_hash_entry *tlsbase; in _bfd_x86_elf_always_size_sections() local
1543 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in _bfd_x86_elf_always_size_sections()
1547 if (tlsbase && tlsbase->type == STT_TLS) in _bfd_x86_elf_always_size_sections()
1566 tlsbase = (struct elf_link_hash_entry *)bh; in _bfd_x86_elf_always_size_sections()
1567 tlsbase->def_regular = 1; in _bfd_x86_elf_always_size_sections()
1568 tlsbase->other = STV_HIDDEN; in _bfd_x86_elf_always_size_sections()
1569 tlsbase->root.linker_def = 1; in _bfd_x86_elf_always_size_sections()
1570 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE); in _bfd_x86_elf_always_size_sections()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delfxx-x86.c1593 struct elf_link_hash_entry *tlsbase; in _bfd_x86_elf_always_size_sections() local
1595 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in _bfd_x86_elf_always_size_sections()
1599 if (tlsbase && tlsbase->type == STT_TLS) in _bfd_x86_elf_always_size_sections()
1618 tlsbase = (struct elf_link_hash_entry *)bh; in _bfd_x86_elf_always_size_sections()
1619 tlsbase->def_regular = 1; in _bfd_x86_elf_always_size_sections()
1620 tlsbase->other = STV_HIDDEN; in _bfd_x86_elf_always_size_sections()
1621 tlsbase->root.linker_def = 1; in _bfd_x86_elf_always_size_sections()
1622 (*bed->elf_backend_hide_symbol) (info, tlsbase, true); in _bfd_x86_elf_always_size_sections()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delfxx-x86.c1593 struct elf_link_hash_entry *tlsbase; in _bfd_x86_elf_always_size_sections() local
1595 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in _bfd_x86_elf_always_size_sections()
1599 if (tlsbase && tlsbase->type == STT_TLS) in _bfd_x86_elf_always_size_sections()
1618 tlsbase = (struct elf_link_hash_entry *)bh; in _bfd_x86_elf_always_size_sections()
1619 tlsbase->def_regular = 1; in _bfd_x86_elf_always_size_sections()
1620 tlsbase->other = STV_HIDDEN; in _bfd_x86_elf_always_size_sections()
1621 tlsbase->root.linker_def = 1; in _bfd_x86_elf_always_size_sections()
1622 (*bed->elf_backend_hide_symbol) (info, tlsbase, true); in _bfd_x86_elf_always_size_sections()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delfxx-x86.c1593 struct elf_link_hash_entry *tlsbase; in _bfd_x86_elf_always_size_sections() local
1595 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in _bfd_x86_elf_always_size_sections()
1599 if (tlsbase && tlsbase->type == STT_TLS) in _bfd_x86_elf_always_size_sections()
1618 tlsbase = (struct elf_link_hash_entry *)bh; in _bfd_x86_elf_always_size_sections()
1619 tlsbase->def_regular = 1; in _bfd_x86_elf_always_size_sections()
1620 tlsbase->other = STV_HIDDEN; in _bfd_x86_elf_always_size_sections()
1621 tlsbase->root.linker_def = 1; in _bfd_x86_elf_always_size_sections()
1622 (*bed->elf_backend_hide_symbol) (info, tlsbase, true); in _bfd_x86_elf_always_size_sections()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delfxx-x86.c1593 struct elf_link_hash_entry *tlsbase; in _bfd_x86_elf_always_size_sections() local
1595 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in _bfd_x86_elf_always_size_sections()
1599 if (tlsbase && tlsbase->type == STT_TLS) in _bfd_x86_elf_always_size_sections()
1618 tlsbase = (struct elf_link_hash_entry *)bh; in _bfd_x86_elf_always_size_sections()
1619 tlsbase->def_regular = 1; in _bfd_x86_elf_always_size_sections()
1620 tlsbase->other = STV_HIDDEN; in _bfd_x86_elf_always_size_sections()
1621 tlsbase->root.linker_def = 1; in _bfd_x86_elf_always_size_sections()
1622 (*bed->elf_backend_hide_symbol) (info, tlsbase, true); in _bfd_x86_elf_always_size_sections()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/transports/
H A DsnmpDTLSUDPDomain.c1286 _netsnmpTLSBaseData *tlsbase = NULL; in netsnmp_dtlsudp_close() local
1305 tlsbase = t->data; in netsnmp_dtlsudp_close()
1307 if (tlsbase->addr) in netsnmp_dtlsudp_close()
1308 cachep = find_bio_cache(&tlsbase->addr->remote_addr); in netsnmp_dtlsudp_close()
/dports/devel/djgpp-binutils/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.c2157 struct elf_link_hash_entry *tlsbase; in elf_i386_always_size_sections() local
2159 tlsbase = elf_link_hash_lookup (elf_hash_table (info), in elf_i386_always_size_sections()
2163 if (tlsbase && tlsbase->type == STT_TLS) in elf_i386_always_size_sections()
2174 tlsbase = (struct elf_link_hash_entry *)bh; in elf_i386_always_size_sections()
2175 tlsbase->def_regular = 1; in elf_i386_always_size_sections()
2176 tlsbase->other = STV_HIDDEN; in elf_i386_always_size_sections()
2177 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE); in elf_i386_always_size_sections()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dproc.c120 static __thread __greg_t tlsbase; variable
128 tlsbase = c.uc_mcontext._mc_tlsbase; in initcontext()
134 c->uc_mcontext._mc_tlsbase = tlsbase; in fixcontext()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-xtensa.c611 struct elf_xtensa_link_hash_entry *tlsbase; member
654 struct elf_link_hash_entry *tlsbase; in elf_xtensa_link_hash_table_create() local
685 tlsbase->root.type = bfd_link_hash_new; in elf_xtensa_link_hash_table_create()
686 tlsbase->root.u.undef.abfd = NULL; in elf_xtensa_link_hash_table_create()
687 tlsbase->non_elf = 0; in elf_xtensa_link_hash_table_create()
688 ret->tlsbase = elf_xtensa_hash_entry (tlsbase); in elf_xtensa_link_hash_table_create()
689 ret->tlsbase->tls_type = GOT_UNKNOWN; in elf_xtensa_link_hash_table_create()
1865 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; in elf_xtensa_always_size_sections() local
1869 tlsbase->type = STT_TLS; in elf_xtensa_always_size_sections()
1875 tlsbase->def_regular = 1; in elf_xtensa_always_size_sections()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-xtensa.c611 struct elf_xtensa_link_hash_entry *tlsbase; member
654 struct elf_link_hash_entry *tlsbase; in elf_xtensa_link_hash_table_create() local
675 tlsbase->root.type = bfd_link_hash_new; in elf_xtensa_link_hash_table_create()
676 tlsbase->root.u.undef.abfd = NULL; in elf_xtensa_link_hash_table_create()
677 tlsbase->non_elf = 0; in elf_xtensa_link_hash_table_create()
678 ret->tlsbase = elf_xtensa_hash_entry (tlsbase); in elf_xtensa_link_hash_table_create()
679 ret->tlsbase->tls_type = GOT_UNKNOWN; in elf_xtensa_link_hash_table_create()
1853 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; in elf_xtensa_always_size_sections() local
1857 tlsbase->type = STT_TLS; in elf_xtensa_always_size_sections()
1863 tlsbase->def_regular = 1; in elf_xtensa_always_size_sections()
[all …]

123456