#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | exit (int) |
Abort execution. | |
void | __sjthrow () |
Throw an execption in a setjmp environment. | |
void * | __get_eh_context () |
Return current exception handler context. | |
int | __rtti_si () |
FIXME: rtti nop hack. | |
int | __rtti_user () |
FIXME: rtti nop hack. | |
void | __builtin_delete (void *ptr) |
builtin delete function | |
void * | __builtin_new (unsigned int size) |
builtin new function | |
void | __pure_virtual () |
Several features are still amiss:
Definition in file stub.c.
|
builtin delete function frees the memory block
Definition at line 80 of file stub.c. References free(). |
|
builtin new function creates a memory block for an object.
Definition at line 88 of file stub.c. References malloc(). |
|
Return current exception handler context. FIXME: null pointer returned |
|
|
|
FIXME: rtti nop hack.
|
|
FIXME: rtti nop hack.
|
|
Throw an execption in a setjmp environment. FIXME: this just terminates the task. |
|
Abort execution. Functional version, calls exit(1) Definition at line 43 of file stub.c. Referenced by fatal(), image_dl(), image_load(), keepaliveSend(), lnp_download(), LNPinit(), lx_from_images(), main(), nbread(), rcx_init(), rcx_send(), rcx_wakeup_tower(), rcxInit(), srec_load(), and symbols_load(). |