/third_party/libunwind/src/coredump/ |
D | _UCD_get_threadinfo_prstatus.c | 44 if (n_type == NT_PRSTATUS) in _count_thread_notes() 63 if (n_type == NT_PRSTATUS) in _save_thread_notes()
|
/third_party/elfutils/backends/ |
D | riscv_initreg.c | 57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
|
D | aarch64_initreg.c | 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
D | arm_initreg.c | 80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
|
D | csky_initreg.c | 56 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in csky_set_initial_registers_tid()
|
D | ppc_initreg.c | 109 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in ppc_set_initial_registers_tid()
|
D | linux-core-note.c | 252 case NT_PRSTATUS: in EBLHOOK()
|
/third_party/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 66 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/ |
D | linux-core-attach.c | 146 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/ |
D | linux-gnu.txt | 331 NT_PRSTATUS
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 403 #define NT_PRSTATUS 1 /* Process status. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 403 #define NT_PRSTATUS 1 /* Process status. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1362 NT_PRSTATUS = 1, enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 542 { { NT_PRSTATUS, "NT_PRSTATUS", "prstatus struct" },
|
D | elf_types.hpp | 577 constexpr Elf_Word NT_PRSTATUS = 1; // Contains copy of prstatus struct variable
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 939 pub const NT_PRSTATUS: ::c_int = 1; constant
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/include/ |
D | elf.h | 627 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 629 #define NT_PRSTATUS 1 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 749 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro
|
/third_party/elfutils/src/ |
D | elflint.c | 4323 case NT_PRSTATUS: in check_note_data()
|