|
My Project
|
Go to the source code of this file.
Functions | |
| void | __libc_init_array (void) |
| void | __libc_fini_array (void) |
| void | __destroy_handle_list (void) |
| void | __attribute__ ((noreturn)) |
| void | initSystem (void(*retAddr)(void)) |
Variables | |
| int | __system_argc |
| char ** | __system_argv |
| void(* | __system_retAddr )(void) |
| u32 | __linear_heap |
| void * | __service_ptr |
| u32 | __heap_size |
| u32 | __linear_heap_size |
| const char * | __system_arglist |
| char * | fake_heap_start |
| char * | fake_heap_end |
| void __attribute__ | ( | (noreturn) | ) |
Definition at line 27 of file initSystem.c.
| void __libc_fini_array | ( | void | ) |
| void __libc_init_array | ( | void | ) |
| void initSystem | ( | void(*)(void) | retAddr | ) |
Definition at line 51 of file initSystem.c.
| u32 __heap_size |
| u32 __linear_heap |
Definition at line 9 of file initSystem.c.
| u32 __linear_heap_size |
| void* __service_ptr |
| int __system_argc |
Definition at line 6 of file initSystem.c.
| const char* __system_arglist |
| char** __system_argv |
Definition at line 7 of file initSystem.c.
| void(* __system_retAddr)(void) |
Definition at line 8 of file initSystem.c.
| char* fake_heap_end |
| char* fake_heap_start |