Sign in
android
/
platform
/
external
/
musl
/
b28c44de8c3131b45588f61569b1711c987ba1c3
/
.
/
arch
/
x32
/
pthread_arch.h
blob: c1e7716d525d82a98cea7523193dc07b524c0c2e [
file
] [
log
] [
blame
]
static
inline
uintptr_t
__get_tp
()
{
uintptr_t
tp
;
__asm__
(
"mov %%fs:0,%0"
:
"=r"
(
tp
)
);
return
tp
;
}
#define
MC_PC gregs
[
REG_RIP
]
#define
CANARY_PAD
#define
tls_mod_off_t
unsigned
long
long