comparison doc/manual/manual_dyncall_api.tex @ 340:6e33db95e724

- syscall infos in doc
author Tassilo Philipp
date Sat, 04 Jan 2020 22:48:51 +0100
parents b74f30d19967
children 32736025371f
comparison
equal deleted inserted replaced
339:4f9f49fb82ce 340:6e33db95e724
186 \lstinline@DC_CALL_C_SPARC32@ & C sparc32 call\\ 186 \lstinline@DC_CALL_C_SPARC32@ & C sparc32 call\\
187 \lstinline@DC_CALL_C_SPARC64@ & C sparc64 call\\ 187 \lstinline@DC_CALL_C_SPARC64@ & C sparc64 call\\
188 \lstinline@DC_CALL_SYS_DEFAULT@ & C default syscall for current platform\\ 188 \lstinline@DC_CALL_SYS_DEFAULT@ & C default syscall for current platform\\
189 \lstinline@DC_CALL_SYS_X86_INT80H_BSD@ & C syscall for x86 BSD platforms\\ 189 \lstinline@DC_CALL_SYS_X86_INT80H_BSD@ & C syscall for x86 BSD platforms\\
190 \lstinline@DC_CALL_SYS_X86_INT80H_LINUX@ & C syscall for x86 Linux\\ 190 \lstinline@DC_CALL_SYS_X86_INT80H_LINUX@ & C syscall for x86 Linux\\
191 \lstinline@DC_CALL_SYS_X64_SYSCALL_SYSV@ & C syscall for x64 System V platforms\\
191 \lstinline@DC_CALL_SYS_PPC32@ & C syscall for ppc32\\ 192 \lstinline@DC_CALL_SYS_PPC32@ & C syscall for ppc32\\
192 \lstinline@DC_CALL_SYS_PPC64@ & C syscall for ppc64\\ 193 \lstinline@DC_CALL_SYS_PPC64@ & C syscall for ppc64\\
193 \end{tabular*} 194 \end{tabular*}
194 \caption{CallVM calling convention modes} 195 \caption{CallVM calling convention modes}
195 \label{callingconventionmodes} 196 \label{callingconventionmodes}