Lines 27-33
Link Here
|
27 |
#define __libc_fatal(x) {/*write(STDERR_FILENO, x, strlen(x));*/ abort();} |
27 |
#define __libc_fatal(x) {/*write(STDERR_FILENO, x, strlen(x));*/ abort();} |
28 |
|
28 |
|
29 |
static void *libgcc_s_handle; |
29 |
static void *libgcc_s_handle; |
30 |
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc); |
30 |
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc) |
|
|
31 |
__attribute_used__; |
31 |
static _Unwind_Reason_Code (*libgcc_s_personality) |
32 |
static _Unwind_Reason_Code (*libgcc_s_personality) |
32 |
(_Unwind_State, struct _Unwind_Exception *, struct _Unwind_Context *); |
33 |
(_Unwind_State, struct _Unwind_Exception *, struct _Unwind_Context *); |
33 |
static _Unwind_Reason_Code (*libgcc_s_forcedunwind) |
34 |
static _Unwind_Reason_Code (*libgcc_s_forcedunwind) |