Searched refs:LookupError (Results 1 – 3 of 3) sorted by relevance
10 class LookupError(Exception): class85 raise LookupError("No shadow mapping for {:#x}".format(shaddr))394 raise LookupError("Address {:#x} not found in zones".format(addr))455 raise LookupError("Left redzone of {:#x} not found".format(addr))459 raise LookupError("Unknown left redzone {:#x}".format(left_rz))467 raise LookupError(475 raise LookupError(999 except LookupError as e:
656 except LookupError:661 except LookupError:
386 raise LookupError("Symbol not found: " + name)