Searched refs:SEH (Results 1 – 3 of 3) sorted by relevance
19 ; | ESI | EBX | EBP | EIP | to | data | EH NXT |SEH HNDLR|42 ; additional space is required for SEH96 ; load 'next' member of current SEH into EDX98 ; test if 'next' of current SEH is last (== 0xffffffff)102 ; exchange content; ECX contains address of next SEH104 ; inspect next SEH108 ; load 'handler' member of SEH == address of last SEH handler installed by Windows110 ; save address in ECX as SEH handler for context114 ; save ECX as next SEH item116 ; load address of next SEH item[all …]
19 ; | ESI | EBX | EBP | EIP | to | data | EH NXT |SEH HNDLR|54 ; load current SEH exception list95 ; restore current SEH exception list
300 #define SEH (HI(31) | (24 << 6) | LO(32)) macro1519 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()1527 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
Completed in 29 milliseconds