Search code examples
i386 vs. AMD64 ABI Differences...


x86abix86-64i386

Read More
Using C++11 versus GCC 4.8 default causes link error with private inheritance and boost...


c++linuxc++11gccabi

Read More
libstdc++ static linking & System V ABI...


c++gccstatic-linkingabigcc7

Read More
How to pass a variable list of parameters to vprintf in a portable way?...


cgccabigcc4.7

Read More
abi::__cxa_demangle -- why buffer needs to be `malloc`-ed?...


c++apiabidemangler

Read More
Two native libraries has different cpu architecture set...


androidandroid-ndkshared-librariescpu-architectureabi

Read More
Binary compatibility between VS2017 and VS2015...


abibinary-compatibilityvisual-c++-2015visual-c++-2017

Read More
What alignment is needed on 8-bit AVR?...


avrmemory-alignmentabi

Read More
Do C interfaces care about the pointed-to type?...


c++pointerscalling-conventiondlopenabi

Read More
errors linking clang-built executable with g++-v6-built boost library...


c++c++11g++clang++abi

Read More
Using erlang wx module results in an error: Mismatch between the program and library build versions ...


erlangwxwidgetsabiwxerlang

Read More
Can't get CUDA working on Tango, or: how do I mangle code for another ARM EABI?...


androidcudaandroid-ndkgoogle-project-tangoabi

Read More
Why are there extra ASM instructions in a naked Rust function?...


x86rustwrapperabi

Read More
Will removing `static` from a private function break ABI compatibility?...


cbackwards-compatibilityabi

Read More
Does adding an arguments with default values to functions break ABI?...


c++backwards-compatibilityabi

Read More
What could C/C++ "lose" if they defined a standard ABI?...


c++cstandardsabi

Read More
How does libvirt communicate with kvm?...


socketsdbuskvmabilibvirt

Read More
CXX11 undefined references with GCC 6.2.0...


c++c++11gccabigcc5

Read More
What is "compatibility for C++ mangling"?...


c++ccompatibilityglibcabi

Read More
Why does libcxx apply __forceinline or the GCC equivalent to its already hidden inline functions?...


c++dllshared-librariesabilibc++

Read More
Does C++ ABI specify how vTable and RTTI information should exist?...


c++pointerspolymorphismvtableabi

Read More
Windows and ABI Compatibility...


windowswindows-server-2008abi

Read More
Order that arguments are pushed on stack on x64...


x86-64abi

Read More
Dlang - Understaning std.cycle() in assembly...


assemblystddx86-64abi

Read More
how to pass to printf more than 8 floating point values in assembly...


assemblyx86-64abi

Read More
Why CPSR register is not saved during function call in ARM ABI?...


assemblyarmabi

Read More
Android native library without an x86 abi...


androidabi

Read More
ABI Compatibility between release and debug...


c++gcccompilationshared-ptrabi

Read More
Why "x86" library is installed on a "armeabi-v7a" emulator instead of "arme...


androidandroid-ndkjava-native-interfaceabiandroid-ffmpeg

Read More
Will 'Guaranteed Copy Elision' (P0135, C++1z) potentially require ABI breakage?...


c++language-lawyerabic++17copy-elision

Read More
BackNext