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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp413 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
531 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
542 case ELF::NT_PRSTATUS:
565 "Could not find NT_PRSTATUS note in core file.",
768 /// least the NT_PRSTATUS note, containing the thread id and general purpose
781 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) ||
792 case ELF::NT_PRSTATUS: {
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h275 #define NT_PRSTATUS 1 macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp33 #include <elf.h> // for NT_PRSTATUS
545 (void*)NT_PRSTATUS, (void*)&regset_io),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1376 NT_PRSTATUS = 1,
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c335 case NT_PRSTATUS: {
/freebsd-13-stable/sys/sys/
H A Delf_common.h803 #define NT_PRSTATUS 1 /* Process status. */ macro
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c379 elf_putnote(NT_PRSTATUS, elf_note_prstatus, tids + i, sb);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2489 _ELF_DEFINE_NT(NT_PRSTATUS, 1, "Process status") \
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c1927 size += register_note(list, NT_PRSTATUS,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4938 {ELF::NT_PRSTATUS, "NT_PRSTATUS (prstatus structure)"},

Completed in 278 milliseconds