Searched refs:_except_start (Results 1 – 2 of 2) sorted by relevance
48 extern int _except_start, _except_end; in copy_exception_trampoline()51 if (&_except_start != except_target) { in copy_exception_trampoline()52 memcpy(except_target, &_except_start, in copy_exception_trampoline()53 &_except_end - &_except_start); in copy_exception_trampoline()55 &_except_end - &_except_start); in copy_exception_trampoline()
22 .global _start, _except_start, _except_end46 _except_start: label