/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 59 #ifndef DTP_OFFSET 60 #define DTP_OFFSET 0 macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 59 #ifndef DTP_OFFSET 60 #define DTP_OFFSET 0 macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 54 #ifndef DTP_OFFSET 55 #define DTP_OFFSET 0 macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 108 #ifndef DTP_OFFSET 109 #define DTP_OFFSET 0 macro
|
/third_party/musl/arch/m68k/ |
D | pthread_arch.h | 10 #define DTP_OFFSET 0x8000 macro
|
/third_party/musl/arch/riscv64/ |
D | pthread_arch.h | 11 #define DTP_OFFSET 0x800 macro
|
/third_party/musl/arch/powerpc/ |
D | pthread_arch.h | 12 #define DTP_OFFSET 0x8000 macro
|
/third_party/musl/arch/powerpc64/ |
D | pthread_arch.h | 12 #define DTP_OFFSET 0x8000 macro
|
/third_party/musl/arch/mips/ |
D | pthread_arch.h | 16 #define DTP_OFFSET 0x8000 macro
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 54 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/ |
D | pthread_impl.h | 116 #ifndef DTP_OFFSET 117 #define DTP_OFFSET 0 macro
|
/third_party/musl/src/env/ |
D | __init_tls.c | 54 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.c | 11 char *mem = (char *)(self->dtv[i] - DTP_OFFSET); in __reset_tls()
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 113 #ifndef DTP_OFFSET 114 #define DTP_OFFSET 0 macro
|
/third_party/musl/arch/mips64/ |
D | pthread_arch.h | 17 #define DTP_OFFSET 0x8000 macro
|
/third_party/musl/arch/mipsn32/ |
D | pthread_arch.h | 17 #define DTP_OFFSET 0x8000 macro
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 86 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/ |
D | pthread_impl.h | 146 #ifndef DTP_OFFSET 147 #define DTP_OFFSET 0 macro
|
/third_party/musl/ldso/ |
D | dynlink.c | 459 *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/ |
D | dynlink.c | 457 *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/ |
D | dynlink.c | 457 *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/ |
D | dynlink.c | 1097 *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()
|