Lines Matching refs:ArmExidx

36 void ArmExidx::LogRawData() {  in LogRawData()
44 bool ArmExidx::ExtractEntryData(uint32_t entry_offset) { in ExtractEntryData()
176 inline bool ArmExidx::GetByte(uint8_t* byte) { in GetByte()
186 inline bool ArmExidx::DecodePrefix_10_00(uint8_t byte) { in DecodePrefix_10_00()
259 inline bool ArmExidx::DecodePrefix_10_01(uint8_t byte) { in DecodePrefix_10_01()
290 inline bool ArmExidx::DecodePrefix_10_10(uint8_t byte) { in DecodePrefix_10_10()
349 inline bool ArmExidx::DecodePrefix_10_11_0000() { in DecodePrefix_10_11_0000()
365 inline bool ArmExidx::DecodePrefix_10_11_0001() { in DecodePrefix_10_11_0001()
433 inline void ArmExidx::AdjustRegisters(int32_t offset) { in AdjustRegisters()
442 inline bool ArmExidx::DecodePrefix_10_11_0010() { in DecodePrefix_10_11_0010()
473 inline bool ArmExidx::DecodePrefix_10_11_0011() { in DecodePrefix_10_11_0011()
502 inline bool ArmExidx::DecodePrefix_10_11_01nn() { in DecodePrefix_10_11_01nn()
511 inline bool ArmExidx::DecodePrefix_10_11_1nnn(uint8_t byte) { in DecodePrefix_10_11_1nnn()
536 inline bool ArmExidx::DecodePrefix_10(uint8_t byte) { in DecodePrefix_10()
566 inline bool ArmExidx::DecodePrefix_11_000(uint8_t byte) { in DecodePrefix_11_000()
665 inline bool ArmExidx::DecodePrefix_11_001(uint8_t byte) { in DecodePrefix_11_001()
730 inline bool ArmExidx::DecodePrefix_11_010(uint8_t byte) { in DecodePrefix_11_010()
754 inline bool ArmExidx::DecodePrefix_11(uint8_t byte) { in DecodePrefix_11()
774 bool ArmExidx::Decode() { in Decode()
824 bool ArmExidx::Eval() { in Eval()
830 void ArmExidx::LogByReg() { in LogByReg()