cod3_thunk

Generate code for, and output a thunk.

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
cod3_thunk
(,,
uint p
,
tym_t thisty
,
uint d
,
int i
,
uint d2
)

Parameters

sthunk Symbol*

Symbol of thunk

sfunc Symbol*

Symbol of thunk's target function

thisty tym_t

Type of this pointer

p uint

ESP parameter offset to this pointer

d uint

offset to add to 'this' pointer

d2 uint

offset from 'this' to vptr

i int

offset into vtbl[]

Suggestion Box / Bug Report