H A D | CodeView.h | 185 NearC = 0x00, // near right to left push, caller pops stack 187 NearPascal = 0x02, // near left to right push, callee pops stack 189 NearFast = 0x04, // near left to right push with regs, callee pops stack 191 NearStdCall = 0x07, // near standard call 193 NearSysCall = 0x09, // near sys call 209 NearVector = 0x18, // near left to right push with regs, callee pops stack 305 Near = 0x0, enumerator 404 Near = 0x05, enumerator
|