Searched refs:EmulateInstructionPPC64 (Results 1 – 4 of 4) sorted by relevance
29 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) in EmulateInstructionPPC64() function in EmulateInstructionPPC6432 void EmulateInstructionPPC64::Initialize() { in Initialize()37 void EmulateInstructionPPC64::Terminate() { in Terminate()41 ConstString EmulateInstructionPPC64::GetPluginNameStatic() { in GetPluginNameStatic()46 ConstString EmulateInstructionPPC64::GetPluginName() { in GetPluginName()56 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance()62 return new EmulateInstructionPPC64(arch); in CreateInstance()117 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction()133 bool EmulateInstructionPPC64::CreateFunctionEntryUnwind( in CreateFunctionEntryUnwind()151 EmulateInstructionPPC64::Opcode *[all …]
19 class EmulateInstructionPPC64 : public EmulateInstruction {21 EmulateInstructionPPC64(const ArchSpec &arch);76 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member
398 EmulateInstructionPPC64::Initialize(); in Initialize()549 EmulateInstructionPPC64::Terminate(); in Terminate()
328 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp