Newbetuts
.
New posts in abi
Where exactly is the red zone on x86-64?
assembly
x86-64
calling-convention
abi
red-zone
Is it safe to link C++17, C++14, and C++11 objects
c++
c++11
linker
c++14
abi
Are there any downsides to passing structs by value in C, rather than passing a pointer?
c
struct
parameter-passing
abi
Why is a boolean 1 byte and not 1 bit of size?
c++
boolean
byte
cpu-architecture
abi
Why does this function push RAX to the stack as the first operation?
c++
assembly
x86
x86-64
abi
What is the direction of stack growth in most modern systems?
assembly
stack
callstack
abi
stack-frame
Difference between API and ABI
abi
What's the difference of section and segment in ELF file format
linux
debian
gnu
elf
abi
Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?
assembly
x86-64
compiler-optimization
abi
sign-extension
How do I safely pass objects, especially STL objects, to and from a DLL?
c++
windows
dll
stl
abi
How can get json interface of the smart contract
javascript
blockchain
solidity
web3
abi
Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?
assembly
x86-64
memory-alignment
abi
What are callee and caller saved registers?
assembly
cpu-registers
calling-convention
abi
What registers are preserved through a linux x86-64 function call
linux
assembly
x86-64
calling-convention
abi
Why does Windows64 use a different calling convention from all other OSes on x86-64?
windows
assembly
x86-64
calling-convention
abi
Does the C++ standard allow for an uninitialized bool to crash a program?
c++
llvm
undefined-behavior
abi
llvm-codegen
Where is the x86-64 System V ABI documented?
linux
assembly
x86-64
calling-convention
abi
What is an application binary interface (ABI)?
compiler-construction
abi
What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i386 and x86-64
linux
assembly
x86-64
calling-convention
abi
What happens if you use the 32-bit int 0x80 Linux ABI in 64-bit code?
linux
assembly
x86-64
system-calls
abi
Prev