Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

What's the difference of section and segment in ELF file format

linux debian gnu elf abi

What exactly does GCC's -Wpsabi option do? What are the implications of supressing it?

c++ linux gcc gcc-warning abi

Why can a T* be passed in register, but a unique_ptr<T> cannot?

What is the direction of stack growth in most modern systems?

How do I safely pass objects, especially STL objects, to and from a DLL?

c++ windows dll stl abi

Why does Windows64 use a different calling convention from all other OSes on x86-64?

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

What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i386 and x86-64

Why is a boolean 1 byte and not 1 bit of size?

Difference between API and ABI

api abi

Does the C++ standard allow for an uninitialized bool to crash a program?

What is an application binary interface (ABI)?

compiler-construction abi