Searched refs:_except_start (Results 1 – 2 of 2) sorted by relevance
49 extern int _except_start, _except_end; in copy_exception_trampoline()52 if (&_except_start != except_target) { in copy_exception_trampoline()53 memcpy(except_target, &_except_start, in copy_exception_trampoline()54 &_except_end - &_except_start); in copy_exception_trampoline()56 &_except_end - &_except_start); in copy_exception_trampoline()
23 .global _start, _except_start, _except_end47 _except_start: label