Home
last modified time | relevance | path

Searched refs:DTP_OFFSET (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h59 #ifndef DTP_OFFSET
60 #define DTP_OFFSET 0 macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h59 #ifndef DTP_OFFSET
60 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h54 #ifndef DTP_OFFSET
55 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h108 #ifndef DTP_OFFSET
109 #define DTP_OFFSET 0 macro
/third_party/musl/arch/loongarch64/
H A Dpthread_arch.h10 #define DTP_OFFSET 0 macro
/third_party/musl/arch/m68k/
H A Dpthread_arch.h10 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/powerpc64/
H A Dpthread_arch.h12 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/powerpc/
H A Dpthread_arch.h12 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/riscv32/
H A Dpthread_arch.h11 #define DTP_OFFSET 0x800 macro
/third_party/musl/arch/riscv64/
H A Dpthread_arch.h11 #define DTP_OFFSET 0x800 macro
/third_party/musl/arch/mips/
H A Dpthread_arch.h16 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/mips64/
H A Dpthread_arch.h17 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/mipsn32/
H A Dpthread_arch.h17 #define DTP_OFFSET 0x8000 macro
/third_party/musl/src/env/
H A D__reset_tls.c11 char *mem = (char *)(self->dtv[i] - DTP_OFFSET); in __reset_tls()
H A D__init_tls.c89 dtv[i] = (uintptr_t)(mem + p->offset) + DTP_OFFSET; in __copy_tls()
102 dtv[i] = (uintptr_t)(mem - p->offset) + DTP_OFFSET; in __copy_tls()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c55 dtv[i] = (uintptr_t)(mem + p->offset) + DTP_OFFSET; in __copy_tls()
68 dtv[i] = (uintptr_t)(mem - p->offset) + DTP_OFFSET; in __copy_tls()
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h166 #ifndef DTP_OFFSET
167 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h116 #ifndef DTP_OFFSET
117 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c86 dtv[i] = (uintptr_t)(mem + p->offset) + DTP_OFFSET; in __copy_tls()
97 dtv[i] = (uintptr_t)(mem - p->offset) + DTP_OFFSET; in __copy_tls()
/third_party/musl/src/internal/
H A Dpthread_impl.h154 #ifndef DTP_OFFSET
155 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c457 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
484 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
1626 (uintptr_t)new + DTP_OFFSET; in install_new_tls()
2246 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c457 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
484 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
1625 (uintptr_t)new + DTP_OFFSET; in install_new_tls()
2245 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
/third_party/musl/ldso/
H A Ddynlink.c506 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
533 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
1719 (uintptr_t)new + DTP_OFFSET;
2355 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET});
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1162 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
1189 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
2747 (uintptr_t)new + DTP_OFFSET; in install_new_tls()
3844 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
/third_party/musl/ldso/linux/
H A Ddynlink.c1197 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
1224 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
2976 (uintptr_t)new + DTP_OFFSET; in install_new_tls()
4161 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()

Completed in 31 milliseconds