Search code examples
Does removing a struct constitute an ABI break?...


cabi

Read More
x86 ABI : Should DF flag be always 0?...


gccabi

Read More
How does sizeof(struct) help provide ABI compatibility?...


ccompatibilityabi

Read More
How consistent is the size of std::size_t...


c++c++11abisize-t

Read More
sctp uapi mismatch with kernel?...


linuxlinux-kernelabisctp

Read More
C++ Modules and the C++ ABI...


c++modulestandardsabi

Read More
Are C structs ABI compliant?...


c++cstructabi

Read More
Type punning: int[] and struct { int … }...


cc99memory-alignmentabitype-punning

Read More
What initial value should %ebp take?...


assemblyx86abi

Read More
Is there an ABI compatibility issue if part of the code of a C project is rewritten in C++, but with...


c++cabi

Read More
ABI call to __aeabi_idivmod doesn't behave as expected...


armabistm32f4discovery

Read More
Shared library: break the ABI compatibility without breaking API compatibility...


cshared-librariesabi

Read More
C++ ABI issue related to STL...


c++stlabi

Read More
Changing struct to class (and other type changes) and ABI/code generation...


c++swigabi

Read More
Can you mix c++ compiled with different versions of the same compiler...


c++gccabigcc4.9gcc4.6

Read More
Why should the same compiler as the dynamic library be used for the dependent application?...


c++qtlinkageabi

Read More
gcc x86 / x86_64 ABI : Must ss be equal to ds/es/fs/gs?...


gccx86x86-64abi

Read More
calling memset from x86_64 assembly...


cassemblyx86-64abi

Read More
Passed array with more elements that expected in subroutine...


fortranshared-librariesabi

Read More
What changes causes an ABI breaking in C++?...


c++c++11standardscompatibilityabi

Read More
Classes And Recompilation...


c++abi

Read More
"ABI-volatile" register treated as non-volatile across function call...


windowsx86-64cpu-registerscalling-conventionabi

Read More
Best Practise and Semantics of namespace nested functions and the use of extern "C"...


c++portabilityabi

Read More
[NSArray arrayWithObjects: nil, nil]...


objective-carraysabifunction-call

Read More
Create automatic C wrapper for C++ library?...


c++cwrapperabi

Read More
Is std::unique_ptr ABI-compatible with raw pointers?...


c++c++11unique-ptrabibinary-compatibility

Read More
Do Visual Studio 2012 updates break C++ ABI?...


c++visual-studio-2012abi

Read More
GCC API unable to demangle its own exported symbols...


c++gccabiname-mangling

Read More
Type specifications in platform ABIs...


cplatformabi

Read More
Running executables of different format on any OS...


iphonecarmexecutableabi

Read More
BackNext