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 D | ProcessElfCore.cpp | 545 (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 D | readelf.h | 277 #define NT_PRPSINFO 3 macro
|
| H A D | readelf.c | 804 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 D | elf_common.h | 812 #define NT_PRPSINFO 3 /* Process state info. */ macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1453 NT_PRPSINFO = 3, enumerator
|
| /freebsd-13.1/contrib/elftoolchain/size/ |
| H A D | size.c | 437 case NT_PRPSINFO: { in handle_core_note()
|
| /freebsd-13.1/usr.bin/gcore/ |
| H A D | elfcore.c | 376 elf_putnote(NT_PRPSINFO, elf_note_prpsinfo, &pid, sb); in elf_putnotes()
|
| /freebsd-13.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 2491 _ELF_DEFINE_NT(NT_PRPSINFO, 3, "Process information") \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 85 ECase(NT_PRPSINFO); in enumeration()
|
| /freebsd-13.1/sys/kern/ |
| H A D | imgact_elf.c | 1991 size += register_note(list, NT_PRPSINFO, __elfN(note_prpsinfo), p); in __elfN()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5308 {ELF::NT_PRPSINFO, "NT_PRPSINFO (prpsinfo structure)"},
|