Home
last modified time | relevance | path

Searched refs:ELFLinuxSigInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp406 ELFLinuxSigInfo::ELFLinuxSigInfo() { memset(this, 0, sizeof(ELFLinuxSigInfo)); } in ELFLinuxSigInfo() function in ELFLinuxSigInfo
408 size_t ELFLinuxSigInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
410 return sizeof(ELFLinuxSigInfo); in GetSize()
413 return sizeof(ELFLinuxSigInfo); in GetSize()
423 Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch) { in Parse()
H A DThreadElfCore.h70 struct ELFLinuxSigInfo { struct
75 ELFLinuxSigInfo(); argument
88 static_assert(sizeof(ELFLinuxSigInfo) == 12,
H A DProcessElfCore.cpp928 ELFLinuxSigInfo siginfo; in parseLinuxNotes()