CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
abi
09-10
other
Implications of Derived class having a different ABI, than Base class?
07-02
Blockchain
Singleton and ABI stability
06-24
database
Int argument passed from C to Assembly loses it's sign
06-12
Blockchain
Why is GCC with __attribute__((__ms_abi__)) returning values differently than MSVC does?
05-03
Software engineering
How can a reference be present in a signature of a function callable from C code?
04-18
Software design
Undefined Symbol at Runtime
03-21
database
How is MacOS stack initialized at the start of the process?
03-20
Net
Using C wrapper of C code for ABI stability?
03-16
database
C abi compatability without pimpl using abstract class
03-02
Software engineering
How are non-static, non-virtual methods implemented in C ?
02-27
OS
What makes the calling convention different?
02-27
OS
How to access assembly language symbols without a leading _ from C on 6502 (cc65)
02-25
Enterprise
C fibers crashing on printf
02-18
Software engineering
Consequence of violating macOS's ARM64 calling convention
12-28
OS
PowerPC r13 Register Small Data Pointer Example in C Source Code
12-09
Blockchain
Can a library detect/prevent linking in case of detected missmatched ABI?
11-12
Enterprise
How are the entries for Global Symbols that are not functions initialized in the Global Offset Table
11-02
other
gcc 8.2 doesn't always align the stack before a call on x86?
10-18
front end
Limited API support for Py_buffer
10-07
Mobile
Compiler version in C vs pre-compiled C libraries
Links:
CodePudding