Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
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-12-stable/contrib/file/src/
Dreadelf.h277 #define NT_PRPSINFO 3 macro
Dreadelf.c805 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { in do_core_note()
827 if (type == NT_PRPSINFO && *flags & FLAGS_IS_CORE) { in do_core_note()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h388 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/freebsd-12-stable/sys/sys/
Delf_common.h799 #define NT_PRPSINFO 3 /* Process state info. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1453 NT_PRPSINFO = 3, enumerator
/freebsd-12-stable/contrib/elftoolchain/size/
Dsize.c408 case NT_PRPSINFO: { in handle_core_note()
/freebsd-12-stable/usr.bin/gcore/
Delfcore.c376 elf_putnote(NT_PRPSINFO, elf_note_prpsinfo, &pid, sb); in elf_putnotes()
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c7986 case NT_PRPSINFO: in elfcore_grok_note()
8309 NT_PRPSINFO, fname, psargs); in elfcore_write_prpsinfo()
8322 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
8339 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
Delf32-ppc.c1886 case NT_PRPSINFO: in ppc_elf_write_core_note()
Delf64-ppc.c2552 case NT_PRPSINFO: in ppc64_elf_write_core_note()
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h2491 _ELF_DEFINE_NT(NT_PRPSINFO, 3, "Process information") \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp85 ECase(NT_PRPSINFO); in enumeration()
/freebsd-12-stable/sys/kern/
Dimgact_elf.c1844 size += register_note(list, NT_PRPSINFO, __elfN(note_prpsinfo), p); in __elfN()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c9094 case NT_PRPSINFO: in get_note_type()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5308 {ELF::NT_PRPSINFO, "NT_PRPSINFO (prpsinfo structure)"},
/freebsd-12-stable/contrib/binutils/binutils/po/
Dbinutils.pot4470 msgid "NT_PRPSINFO (prpsinfo structure)"