Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 24 of 24) sorted by relevance

/third_party/libunwind/src/coredump/
D_UCD_get_threadinfo_prstatus.c44 if (n_type == NT_PRSTATUS) in _count_thread_notes()
63 if (n_type == NT_PRSTATUS) in _save_thread_notes()
/third_party/elfutils/backends/
Driscv_initreg.c57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
Daarch64_initreg.c63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
Darm_initreg.c80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
Dcsky_initreg.c56 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in csky_set_initial_registers_tid()
Dppc_initreg.c109 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in ppc_set_initial_registers_tid()
Dlinux-core-note.c252 case NT_PRSTATUS: in EBLHOOK()
/third_party/libunwind/src/ptrace/
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/
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()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt331 NT_PRSTATUS
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h403 #define NT_PRSTATUS 1 /* Process status. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h403 #define NT_PRSTATUS 1 /* Process status. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1362 NT_PRSTATUS = 1, enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp542 { { NT_PRSTATUS, "NT_PRSTATUS", "prstatus struct" },
Delf_types.hpp577 constexpr Elf_Word NT_PRSTATUS = 1; // Contains copy of prstatus struct variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs939 pub const NT_PRSTATUS: ::c_int = 1; constant
/third_party/musl/ndk_musl_include/
Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/include/
Delf.h627 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h626 #define NT_PRSTATUS 1 macro
/third_party/musl/porting/linux/user/include/
Delf.h629 #define NT_PRSTATUS 1 macro
/third_party/elfutils/libelf/
Delf.h749 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro
/third_party/elfutils/src/
Delflint.c4323 case NT_PRSTATUS: in check_note_data()