Searched refs:OP_ILLEGAL (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/unwinding/libunwindstack/ |
H A D | DwarfOp.cpp | 36 OP_ILLEGAL = 0, enumerator 101 {"", OP_ILLEGAL, 0, 0, {}}, // 0x00 illegal op 102 {"", OP_ILLEGAL, 0, 0, {}}, // 0x01 illegal op 103 {"", OP_ILLEGAL, 0, 0, {}}, // 0x02 illegal op 112 {"", OP_ILLEGAL, 0, 0, {}}, // 0x04 illegal op 113 {"", OP_ILLEGAL, 0, 0, {}}, // 0x05 illegal op 122 {"", OP_ILLEGAL, 0, 0, {}}, // 0x07 illegal op 1339 {"", OP_ILLEGAL, 0, 0, {}}, // 0xa0 illegal op 1439 [OP_ILLEGAL] = nullptr, 1543 if (op->handle_func == OP_ILLEGAL) { in Decode() [all …]
|