Home
last modified time | relevance | path

Searched defs:get_tls (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dgo_tls.h10 #define get_tls(r) MOVQ TLS, r macro
15 #define get_tls(r) MOVL TLS, r macro
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/cross/
H A Dasm.s7 #define get_tls(r) MOVL TLS, r macro
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc172 get_tls_func get_tls; in InitTlsSize() local
/aosp_15_r20/bionic/linker/
H A Dlinker_soinfo.h345 soinfo_tls* get_tls() const { in get_tls() function