Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h59 #ifndef DTP_OFFSET
60 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h59 #ifndef DTP_OFFSET
60 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h54 #ifndef DTP_OFFSET
55 #define DTP_OFFSET 0 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h108 #ifndef DTP_OFFSET
109 #define DTP_OFFSET 0 macro
/third_party/musl/arch/m68k/
Dpthread_arch.h10 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/riscv64/
Dpthread_arch.h11 #define DTP_OFFSET 0x800 macro
/third_party/musl/arch/powerpc/
Dpthread_arch.h12 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/powerpc64/
Dpthread_arch.h12 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/mips/
Dpthread_arch.h16 #define DTP_OFFSET 0x8000 macro
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c54 dtv[i] = (uintptr_t)(mem + p->offset) + DTP_OFFSET; in __copy_tls()
67 dtv[i] = (uintptr_t)(mem - p->offset) + DTP_OFFSET; in __copy_tls()
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h116 #ifndef DTP_OFFSET
117 #define DTP_OFFSET 0 macro
/third_party/musl/src/env/
D__init_tls.c54 dtv[i] = (uintptr_t)(mem + p->offset) + DTP_OFFSET; in __copy_tls()
65 dtv[i] = (uintptr_t)(mem - p->offset) + DTP_OFFSET; in __copy_tls()
D__reset_tls.c11 char *mem = (char *)(self->dtv[i] - DTP_OFFSET); in __reset_tls()
/third_party/musl/src/internal/
Dpthread_impl.h113 #ifndef DTP_OFFSET
114 #define DTP_OFFSET 0 macro
/third_party/musl/arch/mips64/
Dpthread_arch.h17 #define DTP_OFFSET 0x8000 macro
/third_party/musl/arch/mipsn32/
Dpthread_arch.h17 #define DTP_OFFSET 0x8000 macro
/third_party/musl/porting/liteos_a/user/src/env/
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/porting/linux/user/src/internal/
Dpthread_impl.h146 #ifndef DTP_OFFSET
147 #define DTP_OFFSET 0 macro
/third_party/musl/ldso/
Ddynlink.c459 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
486 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
1609 (uintptr_t)new + DTP_OFFSET; in install_new_tls()
2212 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/
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/porting/liteos_a/user/ldso/
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/linux/user/ldso/
Ddynlink.c1097 *reloc_addr = tls_val + addend - DTP_OFFSET; in do_relocs()
1124 new->args[1] = tls_val + addend - DTP_OFFSET; in do_relocs()
2673 (uintptr_t)new + DTP_OFFSET; in install_new_tls()
3749 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()