Home
last modified time | relevance | path

Searched refs:get_tls_block_for_this_thread (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/bionic/linker/
H A Dlinker.cpp402 static inline void* get_tls_block_for_this_thread(const soinfo_tls* si_tls, bool should_alloc) { in get_tls_block_for_this_thread() function
451 dl_info.dlpi_tls_data = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/false); in do_dl_iterate_phdr()
2370 void* tls_block = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/true); in do_dlsym()