/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_get_threadinfo_prstatus.c | 2 * 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 D | riscv_initreg.c | 57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
|
H A D | aarch64_initreg.c | 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
H A D | csky_initreg.c | 56 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in csky_set_initial_registers_tid()
|
H A D | arm_initreg.c | 80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
|
H A D | ppc_initreg.c | 109 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in ppc_set_initial_registers_tid()
|
H A D | linux-core-note.c | 252 case NT_PRSTATUS: in core_note()
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A 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/ |
H A 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() 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 D | ELF.h | 1362 NT_PRSTATUS = 1,
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 542 { { NT_PRSTATUS, "NT_PRSTATUS", "prstatus struct" },
|
H A D | elf_types.hpp | 577 constexpr Elf_Word NT_PRSTATUS = 1; // Contains copy of prstatus struct member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 630 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 626 #define NT_PRSTATUS 1 macro
|
/third_party/musl/include/ |
H A D | elf.h | 642 #define NT_PRSTATUS 1 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 939 pub const NT_PRSTATUS: ::c_int = 1; consts
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 749 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 4323 case NT_PRSTATUS: in check_note_data()
|