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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp532 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) {
546 case ELF::NT_PRPSINFO:
762 /// - NT_PRPSINFO - General process information like pid, uid, name, ...
782 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) {
805 case ELF::NT_PRPSINFO: {
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h277 #define NT_PRPSINFO 3 macro
H A Dreadelf.c297 * for a PT_NOTE section of type NT_PRPSINFO, with a name "CORE" or
308 * NT_PRPSINFO (old) and NT_PSINFO (new). These structs contain the
312 * NT_PRPSINFO and NT_PSINFO sections are always in order and adjacent;
798 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) {
820 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1378 NT_PRPSINFO = 3,
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c437 case NT_PRPSINFO: {
/freebsd-13-stable/sys/sys/
H A Delf_common.h805 #define NT_PRPSINFO 3 /* Process state info. */ macro
/freebsd-13-stable/usr.bin/gcore/
H A Delfcore.c376 elf_putnote(NT_PRPSINFO, elf_note_prpsinfo, &pid, sb);
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2491 _ELF_DEFINE_NT(NT_PRPSINFO, 3, "Process information") \
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c1917 size += register_note(list, NT_PRPSINFO, __elfN(note_prpsinfo), p);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4940 {ELF::NT_PRPSINFO, "NT_PRPSINFO (prpsinfo structure)"},

Completed in 317 milliseconds