Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in calling-convention

In the Win64 ABI, can the reserved argument stack space be used for general purpose storage?

How to tell gcc to not align function parameters on the stack?

What kinds of C++ functions can be placed in a C function pointer?

Function parameter passing in a Linux kernel interrupt handler (from asm to C)

glibc scanf Segmentation faults when called from a function that doesn't align RSP

Why did Microsoft choose stdcall as their API convention?

When to use calling conventions

Acceptability of regular usage of r10 and r11

Where, and why, is the x64 frame pointer supposed to point? (Windows x64 ABI)

Getting calling conventions from DWARF info

calling-convention dwarf

EBP, ESP and stack frame in assembly

What is the point of passing arguments in the reverse order in C?

Why are there so many different calling conventions?

Calling convention on x64 [duplicate]

Trouble understanding an x86-64 function preamble

Does each PUSH instruction push a multiple of 8 bytes on x64?

MS Visual C++: When should you care about using calling conventions?

c++ c calling-convention

__cdecl, __stdcall and __fastcall are all called the exact same way?

Question about Objective C calling convention and argument passing on ARM

__cdecl and __declspec calling conventions confusion