Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/musl/src/internal/
Dlibc.h14 struct tls_module { struct
15 struct tls_module *next; argument
26 struct tls_module *tls_head; argument
/aosp_15_r20/external/musl/src/internal/
H A Dlibc.h14 struct tls_module { struct
15 struct tls_module *next; argument
27 struct tls_module *tls_head; argument
/aosp_15_r20/bionic/libc/bionic/
H A Ddl_iterate_phdr_static.cpp69 const TlsModule& tls_module = tls_modules.module_table[__tls_module_id_to_idx(kExeModuleId)]; in dl_iterate_phdr() local
72 exe_info.dlpi_tls_data = static_tls + tls_module.static_offset; in dl_iterate_phdr()
/aosp_15_r20/external/trusty/musl/src/env/
D__init_tls.c39 static struct tls_module main_tls;
44 struct tls_module *p; in __copy_tls()
D__reset_tls.c8 struct tls_module *p; in __reset_tls()
/aosp_15_r20/external/musl/src/env/
H A D__init_tls.c37 static struct tls_module main_tls;
42 struct tls_module *p; in __copy_tls()
H A D__reset_tls.c8 struct tls_module *p; in __reset_tls()
/aosp_15_r20/bionic/linker/
H A Dlinker.cpp449 if (soinfo_tls* tls_module = si->get_tls()) { in do_dl_iterate_phdr() local
450 dl_info.dlpi_tls_modid = tls_module->module_id; in do_dl_iterate_phdr()
451 dl_info.dlpi_tls_data = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/false); in do_dl_iterate_phdr()
2364 const soinfo_tls* tls_module = found->get_tls(); in do_dlsym() local
2365 if (tls_module == nullptr) { in do_dlsym()
2370 void* tls_block = get_tls_block_for_this_thread(tls_module, /*should_alloc=*/true); in do_dlsym()
/aosp_15_r20/external/trusty/musl/ldso/
Ddynlink.c84 struct tls_module tls;
132 static struct tls_module *tls_tail;
1959 struct tls_module *orig_tls_tail; in dlopen()
/aosp_15_r20/external/musl/ldso/
H A Ddynlink.c103 struct tls_module tls;
153 static struct tls_module *tls_tail;
2158 struct tls_module *orig_tls_tail; in dlopen()