Interface SyscallCallingConvention

Hierarchy

Properties

Properties

ARG0: string

The name of the register holding the 1st arg Example : 'r0' for armv7

Field

ARG1: string

The name of the register holding the 2nd arg Example : 'r1' for armv7

Field

ARG2: string

The name of the register holding the 3rd arg Example : 'r2' for armv7

Field

ARG3: string

The name of the register holding the 4th arg Example : 'r3' for armv7

Field

ARG4: string

The name of the register holding the 5th arg Example : 'r4' for armv7

Field

ARG5: string

The name of the register holding the 6th arg Example : 'r5' for armv7

Field

NR: string

The name of the register holding the syscall number Example : 'r7' for armv7

Field

OP: string

The mmemonic of the opcode performing the interruption Example : 'swi' for armv7

Field

PC: string

The name of the register holding the program counter / current instruction Example : 'pc' for armv7 , 'EIP', ...

Field

RET: string

The name of the register holding the error code / return value after the syscall Example : 'r7' for armv7

Field

Generated using TypeDoc