Package envi :: Package archs :: Package i386 :: Module emu :: Class ThisCall
[hide private]
[frames] | no frames]

Class ThisCall

source code

CallingConvention --+        
                    |        
            IntelCall --+    
                        |    
                  StdCall --+
                            |
                           ThisCall

Instance Methods [hide private]
 
getCallArgs(self, emu, count)
Standard intel stack arg parsing
source code
 
setReturnValue(self, emu, value, argc)
A return routine which cleans up it's stack args.
source code

Inherited from CallingConvention: getSymbolikArgs, setSymbolikReturn

Method Details [hide private]

getCallArgs(self, emu, count)

source code 

Standard intel stack arg parsing

Overrides: CallingConvention.getCallArgs

setReturnValue(self, emu, value, argc)

source code 

A return routine which cleans up it's stack args.

Overrides: CallingConvention.setReturnValue