Newbetuts
.
New posts in calling-convention
How does C return a structure? [duplicate]
c
struct
x86-64
return-value
calling-convention
Changing a C# delegate's calling convention to CDECL
c#
c++
interop
pinvoke
calling-convention
Pass function as a parameter
powershell
parameter-passing
calling-convention
Weird MSC 8.0 error: "The value of ESP was not properly saved across a function call..."
c++
visual-c++
x86
stack
calling-convention
Why is RCX not used for passing parameters to system calls, being replaced with R10? [duplicate]
linux
assembly
x86-64
system-calls
calling-convention
Is garbage allowed in high bits of parameter and return value registers in x86-64 SysV ABI?
linux
x86
x86-64
calling-convention
How do vararg functions find out the number of arguments in machine code?
assembly
printf
calling-convention
abi
variadic
What kind of C11 data type is an array according to the AMD64 ABI
c
assembly
types
x86-64
calling-convention
Segmentation fault on printf - NASM 64bit Linux
linux
assembly
x86-64
nasm
calling-convention
Why not store function parameters in XMM vector registers?
assembly
x86
parameter-passing
x86-64
calling-convention
How do C compilers implement functions that return large structures?
c
compiler-optimization
calling-convention
abi
compiler-theory
C++ on x86-64: when are structs/classes passed and returned in registers?
c++
assembly
x86-64
calling-convention
abi
What is the meaning and usage of __stdcall?
c++
windows
calling-convention
Why does the Mac ABI require 16-byte stack alignment for x86-32?
macos
memory-alignment
callstack
calling-convention
abi
__cdecl or __stdcall on Windows?
c++
windows
dll
calling-convention
binary-compatibility
What registers must be preserved by an x86 function?
assembly
x86
calling-convention
Why can a T* be passed in register, but a unique_ptr<T> cannot?
c++
assembly
unique-ptr
calling-convention
abi
How are variable arguments implemented in gcc?
c
gcc
variadic-functions
calling-convention
Retrieving the calling method name from within a method [duplicate]
c#
reflection
methods
calling-convention
How exactly does the callstack work?
assembly
cpu
callstack
low-level
calling-convention
Prev
Next