Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp616 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes()
627 case ELF::NT_PRSTATUS: in parseFreeBSDNotes()
893 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseLinuxNotes()
904 case ELF::NT_PRSTATUS: { in parseLinuxNotes()
/freebsd/contrib/file/src/
H A Dreadelf.h275 #define NT_PRSTATUS 1 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp599 bool fail = !AppendF(NT_PRSTATUS); in GetRegistersAndSP()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c123 NT_PRSTATUS, __linuxN(note_prstatus), thr); in __linuxN()
/freebsd/sys/sys/
H A Delf_common.h829 #define NT_PRSTATUS 1 /* Process status. */ macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c335 case NT_PRSTATUS: { in handle_core_note()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1647 NT_PRSTATUS = 1, enumerator
/freebsd/usr.bin/gcore/
H A Delfcore.c359 elf_putregnote(NT_PRSTATUS, tids[i], sb); in elf_putnotes()
/freebsd/tests/sys/kern/
H A Dptrace_test.c3218 ATF_REQUIRE(ptrace(PT_GETREGSET, wpid, (caddr_t)&vec, NT_PRSTATUS) != in ATF_TC_BODY()
3226 ATF_REQUIRE(ptrace(PT_GETREGSET, wpid, (caddr_t)&vec, NT_PRSTATUS) != in ATF_TC_BODY()
3233 ATF_REQUIRE(ptrace(PT_SETREGSET, wpid, (caddr_t)&vec, NT_PRSTATUS) != in ATF_TC_BODY()
/freebsd/sys/kern/
H A Dimgact_elf.c2300 .note = NT_PRSTATUS,
2445 if (regset->note == NT_PRSTATUS) in __elfN()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2493 _ELF_DEFINE_NT(NT_PRSTATUS, 1, "Process status") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp86 ECase(NT_PRSTATUS); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5969 {ELF::NT_PRSTATUS, "NT_PRSTATUS (prstatus structure)"},