Home
last modified time | relevance | path

Searched refs:fs_base (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dsys_thread_properties.cpp84 uintptr_t fs_base = ptrace(PTRACE_PEEKUSER, tid, offsetof(user_regs_struct, fs_base), nullptr); in __get_bionic_tcb_for_thread() local
86 tp_reg = reinterpret_cast<void**>(fs_base); in __get_bionic_tcb_for_thread()
/bionic/libc/include/sys/
Duser.h146 unsigned long fs_base;