Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in calling-convention

Why does the Mac ABI require 16-byte stack alignment for x86-32?

How to declare an __stdcall function pointer

What does "cdecl" stand for?

Is fastcall really faster?

Why is %eax zeroed before a call to printf?

Pass function as a parameter

What registers are preserved through a linux x86-64 function call

Weird MSC 8.0 error: "The value of ESP was not properly saved across a function call..."

What registers to save in the ARM C calling convention?

What are callee and caller saved registers?

Retrieving the calling method name from within a method [duplicate]

Where is the x86-64 System V ABI documented?

What is the meaning and usage of __stdcall?

__cdecl or __stdcall on Windows?

Why can a T* be passed in register, but a unique_ptr<T> cannot?

How exactly does the callstack work?

Why does Windows64 use a different calling convention from all other OSes on x86-64?

What is __stdcall?

What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i386 and x86-64