Displaying 1 result from an estimated 1 matches for "___emutls_v".
Did you mean:
__emutls_v
2018 Dec 07
2
using emulated-tls on Darwin 8, 9, 10
...300 b _emutls_pthread_key
The objects appear to be included in the built executables (a simple example using TLS 4.cpp made into "4"), but the symbols are apparently not visible to libc++abi.dylib at runtime.
$ nm 4 | grep emu
0000000100007070 t ___emutls_get_address
0000000100009480 d ___emutls_v._ZGVZL18thread_with_accessPvE23counting_function_local
0000000100009400 d ___emutls_v._ZL15counting_static
0000000100009420 d ___emutls_v._ZN12_GLOBAL__N_128counting_anonymous_namespaceE
0000000100009460 d ___emutls_v._ZZL18thread_with_accessPvE23counting_function_local
00000001000094a0 d ___emutls...