Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 - 20 of 20) sorted by relevance

/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_threadinfo_prstatus.c2 * Extract threadinfo from a coredump (targets with NT_PRSTATUS)
38 * NT_PRSTATUS note seen.
44 if (n_type == NT_PRSTATUS) in _count_thread_notes()
56 * from any NT_PRSTATUS note seen into an array of such structures and
63 if (n_type == NT_PRSTATUS) in _save_thread_notes()
77 * NT_PRSTATUS. In fact, on Linux, the state of a thread is described by a
82 * with multiple NT_PRSTATUS notes in it, or multiple PT_NOTE segments. Just to
84 * multiple NT_PRSTATUS notes, as that covers all the cases.
/third_party/elfutils/backends/
H A Driscv_initreg.c57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
H A Daarch64_initreg.c63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
H A Dcsky_initreg.c56 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in csky_set_initial_registers_tid()
H A Darm_initreg.c80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
H A Dppc_initreg.c109 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in ppc_set_initial_registers_tid()
H A Dlinux-core-note.c252 case NT_PRSTATUS: in core_note()
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_access_reg.c66 if (ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
70 if (ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
/third_party/elfutils/libdwfl/
H A Dlinux-core-attach.c146 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread()
199 if (core_note_err == 0 || nhdr.n_type != NT_PRSTATUS) in core_set_initial_registers()
256 LR (108) is provided earlier (in NT_PRSTATUS) than the # 65. in core_set_initial_registers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1362 NT_PRSTATUS = 1,
/third_party/elfio/elfio/
H A Delfio_dump.hpp542 { { NT_PRSTATUS, "NT_PRSTATUS", "prstatus struct" },
H A Delf_types.hpp577 constexpr Elf_Word NT_PRSTATUS = 1; // Contains copy of prstatus struct member
/third_party/musl/porting/linux/user/include/
H A Delf.h630 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/include/
H A Delf.h642 #define NT_PRSTATUS 1 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs939 pub const NT_PRSTATUS: ::c_int = 1; consts
/third_party/elfutils/libelf/
H A Delf.h749 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro
/third_party/elfutils/src/
H A Delflint.c4323 case NT_PRSTATUS: in check_note_data()

Completed in 80 milliseconds