Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
j
l
m
p
s
w
Typedefs
Enumerations
Enumerator
c
e
o
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
m
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
▼
Twilight Princess
►
About
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
docs
►
include
▼
src
►
amcstubs
►
c
►
d
►
dolphin
►
f_ap
►
f_op
►
f_pc
►
JSystem
►
m_Do
►
odemuexi2
►
odenotstub
▼
PowerPC_EABI_Support
►
MetroTRK
►
MSL
▼
Runtime
▼
Inc
__init_cpp_exceptions.h
►
__ppc_eabi_linker.h
►
__va_arg.h
CPlusLibPPC.h
GCN_mem_alloc.h
Gecko_ExceptionPPC.h
global_destructor_chain.h
►
MWCPlusLib.h
►
NMWException.h
►
ptmf.h
runtime.h
►
Src
►
REL
►
SSystem
►
TRK_MINNOW_DOLPHIN
►
Z2AudioLib
►
DynamicLink.cpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
ptmf.h
Go to the documentation of this file.
1
#ifndef PTMF_H
2
#define PTMF_H
3
4
typedef
struct
__ptmf
{
5
long
this_delta
;
// self-explanatory
6
long
v_offset
;
// vtable offset
7
union
{
8
void
*
f_addr
;
// function address
9
long
ve_offset
;
// virtual function entry offset (of vtable)
10
}
f_data
;
11
}
__ptmf
;
4
typedef
struct
__ptmf
{
…
};
12
13
#endif
/* PTMF_H */
__ptmf
struct __ptmf __ptmf
__ptmf
Definition
ptmf.h:4
__ptmf::f_data
union __ptmf::@27 f_data
__ptmf::this_delta
long this_delta
Definition
ptmf.h:5
__ptmf::f_addr
void * f_addr
Definition
ptmf.h:8
__ptmf::v_offset
long v_offset
Definition
ptmf.h:6
__ptmf::ve_offset
long ve_offset
Definition
ptmf.h:9
src
PowerPC_EABI_Support
Runtime
Inc
ptmf.h
Generated by
1.12.0