Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp388 ELFLinuxSigInfo::ELFLinuxSigInfo() { memset(this, 0, sizeof(ELFLinuxSigInfo)); } in ELFLinuxSigInfo() function in ELFLinuxSigInfo
390 size_t ELFLinuxSigInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
392 return sizeof(ELFLinuxSigInfo); in GetSize()
395 return sizeof(ELFLinuxSigInfo); in GetSize()
405 Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch) { in Parse()
DThreadElfCore.h70 struct ELFLinuxSigInfo { struct
75 ELFLinuxSigInfo(); argument
88 static_assert(sizeof(ELFLinuxSigInfo) == 12,
DProcessElfCore.cpp817 ELFLinuxSigInfo siginfo; in parseLinuxNotes()