Home
last modified time | relevance | path

Searched refs:NT_PRPSINFO (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp545 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) { in parseFreeBSDNotes()
559 case ELF::NT_PRPSINFO: in parseFreeBSDNotes()
822 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) { in parseLinuxNotes()
845 case ELF::NT_PRPSINFO: { in parseLinuxNotes()
/freebsd-13.1/contrib/file/src/
H A Dreadelf.h277 #define NT_PRPSINFO 3 macro
H A Dreadelf.c804 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { in do_core_note()
826 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { in do_core_note()
/freebsd-13.1/sys/sys/
H A Delf_common.h812 #define NT_PRPSINFO 3 /* Process state info. */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1453 NT_PRPSINFO = 3, enumerator
/freebsd-13.1/contrib/elftoolchain/size/
H A Dsize.c437 case NT_PRPSINFO: { in handle_core_note()
/freebsd-13.1/usr.bin/gcore/
H A Delfcore.c376 elf_putnote(NT_PRPSINFO, elf_note_prpsinfo, &pid, sb); in elf_putnotes()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h2491 _ELF_DEFINE_NT(NT_PRPSINFO, 3, "Process information") \
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp85 ECase(NT_PRPSINFO); in enumeration()
/freebsd-13.1/sys/kern/
H A Dimgact_elf.c1991 size += register_note(list, NT_PRPSINFO, __elfN(note_prpsinfo), p); in __elfN()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5308 {ELF::NT_PRPSINFO, "NT_PRPSINFO (prpsinfo structure)"},