cod3_thunk

Generate code for, and output a thunk.

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

Parameters

sthunk
Type: Symbol*

Symbol of thunk

sfunc
Type: Symbol*

Symbol of thunk's target function

thisty
Type: tym_t

Type of this pointer

p
Type: uint

ESP parameter offset to this pointer

d
Type: uint

offset to add to 'this' pointer

d2
Type: uint

offset from 'this' to vptr

i
Type: int

offset into vtbl[]

Meta