Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp544 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes()
555 case ELF::NT_PRSTATUS: in parseFreeBSDNotes()
821 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseLinuxNotes()
832 case ELF::NT_PRSTATUS: { in parseLinuxNotes()
/freebsd-12-stable/contrib/file/src/
Dreadelf.h275 #define NT_PRSTATUS 1 macro
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h386 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cpp592 bool fail = !append(NT_PRSTATUS); in GetRegistersAndSP()
/freebsd-12-stable/sys/sys/
Delf_common.h797 #define NT_PRSTATUS 1 /* Process status. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1451 NT_PRSTATUS = 1, enumerator
/freebsd-12-stable/contrib/elftoolchain/size/
Dsize.c306 case NT_PRSTATUS: { in handle_core_note()
/freebsd-12-stable/usr.bin/gcore/
Delfcore.c379 elf_putnote(NT_PRSTATUS, elf_note_prstatus, tids + i, sb); in elf_putnotes()
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c7951 case NT_PRSTATUS: in elfcore_grok_note()
8367 NT_PRSTATUS, in elfcore_write_prstatus()
8383 NT_PRSTATUS, &prstat, sizeof (prstat)); in elfcore_write_prstatus()
8395 NT_PRSTATUS, &prstat, sizeof (prstat)); in elfcore_write_prstatus()
Delf32-ppc.c1900 case NT_PRSTATUS: in ppc_elf_write_core_note()
Delf64-ppc.c2566 case NT_PRSTATUS: in ppc64_elf_write_core_note()
DChangeLog-98994801 NT_PRSTATUS note section encountered, it contains the status of
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h2489 _ELF_DEFINE_NT(NT_PRSTATUS, 1, "Process status") \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp83 ECase(NT_PRSTATUS); in enumeration()
/freebsd-12-stable/sys/kern/
Dimgact_elf.c1854 size += register_note(list, NT_PRSTATUS, in __elfN()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c9090 case NT_PRSTATUS: in get_note_type()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5306 {ELF::NT_PRSTATUS, "NT_PRSTATUS (prstatus structure)"},
/freebsd-12-stable/contrib/binutils/binutils/po/
Dbinutils.pot4462 msgid "NT_PRSTATUS (prstatus structure)"