Lines Matching refs:exception
582 or exception table data is required or permitted.
707 Marks the end of the current function, and the start of the exception table
709 @code{.fnend} directive will be added to the exception table entry.
1046 exception unwind information. This information is used when an
1047 exception is thrown to determine where control should be transferred.
1049 function called the function that threw the exception, and which
1052 catching the exception.
1056 pseudo ops to ensure that appropriate exception unwind information is
1058 code throws an exception, the run-time library will be unable to
1077 This example does not show how to throw or catch an exception from
1120 we assume that the assembly code does not itself throw an exception,
1121 the only point where an exception can be thrown is from a call, such
1147 returns. If an exception is thrown, the run-time library restores the
1149 returning control to the exception handler. (Of course, if an
1150 exception is not thrown, the function that contains the @code{.save}
1159 might throw an exception. And, you must use the @code{.save} pseudo