Prettier ppc disasm.
This commit is contained in:
@@ -20,6 +20,11 @@ namespace ppc {
|
||||
|
||||
class PPCFrontend;
|
||||
|
||||
typedef struct BlockInfo_t {
|
||||
uint64_t start_address;
|
||||
uint64_t end_address;
|
||||
} BlockInfo;
|
||||
|
||||
|
||||
class PPCScanner {
|
||||
public:
|
||||
@@ -28,6 +33,8 @@ public:
|
||||
|
||||
int FindExtents(runtime::FunctionInfo* symbol_info);
|
||||
|
||||
std::vector<BlockInfo> FindBlocks(runtime::FunctionInfo* symbol_info);
|
||||
|
||||
private:
|
||||
bool IsRestGprLr(uint64_t address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user