Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

Why does the x86-64 Linux ABI pass structs by value smaller than 16 bytes in registers, instead of 8?

c linux assembly x86-64 abi

What is the calling convention for floating-point values in C for x86_64 in System V?

How are oversized struct returned on the stack?

What is the difference between ABI and CPU architecture type?

Why doesn't gcc reference the PLT for function calls?

c gcc assembly abi

Do C compilers guarantee two eightbyte field structs will be passed as INTEGER on SysV x64?

c assembly x86-64 abi sysv

Purpose of rdi register for no argument function

What's the best way to remember the x86-64 System V arg register order?

MSVC function name mangling [duplicate]

c++ windows visual-c++ abi

Is std::unique_ptr ABI-compatible with raw pointers?

ARM register r9 in the Linux kernel

Compatibility between GCC and LLVM

gcc llvm abi

Is the ABI part of the C standard? [duplicate]

c abi

Multiple build variants with cpu architectures in Android Studio

Why is declval present in a mangled symbol name?

c++ abi