SSBM Decomp
Loading...
Searching...
No Matches
Gecko_ExceptionPPC.h
Go to the documentation of this file.
1#ifndef RUNTIME_GECKO_EXCEPTIONPPC_H
2#define RUNTIME_GECKO_EXCEPTIONPPC_H
3
4typedef struct __eti_init_info {
5 void* eti_start;
6 void* eti_end;
7 void* code_start;
8 unsigned long code_size;
10
13
14#endif // RUNTIME_GECKO_EXCEPTIONPPC_H
int __register_fragment(__eti_init_info *, char *TOC)
Definition Gecko_ExceptionPPC.c:24
void __unregister_fragment(int fragmentID)
Definition Gecko_ExceptionPPC.c:13
static int fragmentID
Definition __init_cpp_exceptions.c:7
Definition Gecko_ExceptionPPC.h:4
unsigned long code_size
Definition Gecko_ExceptionPPC.h:8
void * code_start
Definition Gecko_ExceptionPPC.h:7
void * eti_start
Definition Gecko_ExceptionPPC.h:5
void * eti_end
Definition Gecko_ExceptionPPC.h:6