Searched refs:LookupError (Results 1 – 3 of 3) sorted by relevance
14 class LookupError(Exception): class90 raise LookupError("No shadow mapping for {:#x}".format(shaddr))399 raise LookupError("Address {:#x} not found in zones".format(addr))460 raise LookupError("Left redzone of {:#x} not found".format(addr))464 raise LookupError("Unknown left redzone {:#x}".format(left_rz))472 raise LookupError(480 raise LookupError(1006 except LookupError as e:
641 except LookupError:646 except LookupError:
377 raise LookupError("Symbol not found: " + name)