Home
last modified time | relevance | path

Searched refs:user_regs_struct (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Duser.h68 struct user_regs_struct { struct
88 struct user_regs_struct regs; argument
98 struct user_regs_struct* u_ar0;
124 struct user_regs_struct {
154 struct user_regs_struct regs;
166 struct user_regs_struct* u_ar0;
224 struct user_regs_struct {
H A Dprocfs.h42 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
/aosp12/bionic/libc/bionic/
H A 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()
90 struct user_regs_struct regs; in __get_bionic_tcb_for_thread()
/aosp12/bionic/tests/
H A Dsys_procfs_test.cpp50 static_assert(sizeof(user_regs_struct) / sizeof(elf_greg_t) == ELF_NGREG); in TEST()
/aosp12/bionic/docs/
H A Delf-tls.md445 * x86_64: use `PTRACE_PEEKUSER` to read the `{fs,gs}_base` fields of `user_regs_struct`