Searched refs:NT_PRPSINFO (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 617 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) { in parseFreeBSDNotes() 631 case ELF::NT_PRPSINFO: in parseFreeBSDNotes() 894 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) { in parseLinuxNotes() 917 case ELF::NT_PRPSINFO: { in parseLinuxNotes()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 277 #define NT_PRPSINFO 3 macro
|
H A D | readelf.c | 805 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/sys/compat/linux/ |
H A D | linux_elf.c | 125 NT_PRPSINFO, __linuxN(note_prpsinfo), p); in __linuxN()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 811 #define NT_PRPSINFO 3 /* Process state info. */ macro
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 437 case NT_PRPSINFO: { in handle_core_note()
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 355 elf_putnote(NT_PRPSINFO, elf_note_prpsinfo, &pid, sb); in elf_putnotes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1649 NT_PRPSINFO = 3, enumerator
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2495 _ELF_DEFINE_NT(NT_PRPSINFO, 3, "Process information") \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 88 ECase(NT_PRPSINFO); in enumeration()
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1863 size += __elfN(register_note)(td, list, NT_PRPSINFO, in __elfN()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5971 {ELF::NT_PRPSINFO, "NT_PRPSINFO (prpsinfo structure)"},
|