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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_android_arm.c 25 inittls(void **tlsg, void **tlsbase)
36 if (*(tlsbase+i) == (void*)magic1) {
45 void (*x_cgo_inittls)(void **tlsg, void **tlsbase) = inittls;
gcc_linux_arm.c 12 void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
59 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
71 x_cgo_inittls(tlsg, tlsbase);
gcc_linux_arm64.c 12 void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
59 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
71 x_cgo_inittls(tlsg, tlsbase);
gcc_darwin_arm.c 24 inittls(void **tlsg, void **tlsbase)
34 //fprintf(stderr, "runtime/cgo: k = %d, tlsbase = %p\n", (int)k, tlsbase); // debug
38 if (*(tlsbase+i) == (void*)magic) {
136 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
147 // yes, tlsbase from mrc might not be correctly aligned.
148 inittls(tlsg, (void**)((uintptr)tlsbase & ~3));
gcc_darwin_arm64.c 25 inittls(void **tlsg, void **tlsbase)
35 //fprintf(stderr, "runtime/cgo: k = %d, tlsbase = %p\n", (int)k, tlsbase); // debug
39 if (*(tlsbase+i) == (void*)magic) {
138 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
150 // yes, tlsbase from mrs might not be correctly aligned.
151 inittls(tlsg, (void**)((uintptr)tlsbase & ~7));
gcc_linux_ppc64x.c 14 void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
18 x_cgo_init(G *g, void (*setg)(void*), void **tlsbase)
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_android_arm.c 25 inittls(void **tlsg, void **tlsbase)
36 if (*(tlsbase+i) == (void*)magic1) {
45 void (*x_cgo_inittls)(void **tlsg, void **tlsbase) = inittls;
gcc_linux_arm.c 12 void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
59 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
71 x_cgo_inittls(tlsg, tlsbase);
gcc_linux_arm64.c 12 void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
59 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
71 x_cgo_inittls(tlsg, tlsbase);
gcc_darwin_arm.c 24 inittls(void **tlsg, void **tlsbase)
34 //fprintf(stderr, "runtime/cgo: k = %d, tlsbase = %p\n", (int)k, tlsbase); // debug
38 if (*(tlsbase+i) == (void*)magic) {
136 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
147 // yes, tlsbase from mrc might not be correctly aligned.
148 inittls(tlsg, (void**)((uintptr)tlsbase & ~3));
gcc_darwin_arm64.c 25 inittls(void **tlsg, void **tlsbase)
35 //fprintf(stderr, "runtime/cgo: k = %d, tlsbase = %p\n", (int)k, tlsbase); // debug
39 if (*(tlsbase+i) == (void*)magic) {
138 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
150 // yes, tlsbase from mrs might not be correctly aligned.
151 inittls(tlsg, (void**)((uintptr)tlsbase & ~7));
gcc_linux_ppc64x.c 14 void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
18 x_cgo_init(G *g, void (*setg)(void*), void **tlsbase)
  /prebuilts/go/darwin-x86/src/runtime/
sys_openbsd_386.s 340 MOVL tlsbase+0(FP), CX
  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_386.s 340 MOVL tlsbase+0(FP), CX
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 3010 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...]
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...]

Completed in 1093 milliseconds