Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

std::type_info::hash_code() uniqueness and the meaning of "should"

c++ language-lawyer rtti abi

Why does Clang coerce struct parameters to ints

How to avoid STT_GNU_IFUNC symbols in your binary?

linux gcc abi

What is a "virtual thunk" to a virtual function that inherits from a virtual base class?

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

Are the default constructor and destructor ever inline?

32-bit pointers with the x86-64 ISA: why not?

Does reordering public non-virtual methods in a stand-alone class break ABI?

x86_64 Linux syscall arguments

No implementation found for void com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator()

C# interface breakage, ABI

To what extent does the Itanium ABI really specify padding and alignment?

c++ gcc abi

Architectures/ABIs where sizeof(long long) != 8

c abi

Why do x86-64 Linux system calls work with 6 registers set?

How to optimize function return values in C and C++ on x86-64?

c++ c performance x86-64 abi

Difference in ABI between x86_64 Linux functions and syscalls

How do called functions return to their caller, after being called?

Does making a derived C++ class "final" change the ABI?