4 Answered Questions
[SOLVED] Why does Windows64 use a different calling convention from all other OSes on x86-64?
- 2010-12-13 13:45:52
- JanKanis
- 20032 View
- 97 Score
- 4 Answer
- Tags: windows x86-64 calling-convention
2 Answered Questions
[SOLVED] Where is the x86-64 System V ABI documented?
- 2013-08-08 18:50:55
- Jeffrey Yasskin
- 15620 View
- 44 Score
- 2 Answer
- Tags: linux assembly x86-64 calling-convention abi
5 Answered Questions
[SOLVED] What registers to save in the ARM C calling convention?
- 2008-11-04 10:16:46
- richq
- 63127 View
- 51 Score
- 5 Answer
- Tags: c assembly arm calling-convention function-call
6 Answered Questions
[SOLVED] What are the different calling conventions in C/C++ and what do each mean?
- 2009-06-04 11:00:25
- Prabhu R
- 15721 View
- 22 Score
- 6 Answer
- Tags: c++ c winapi visual-c++ calling-convention
7 Answered Questions
[SOLVED] Retrieving the calling method name from within a method
- 2009-03-05 18:22:37
- Scott Vercuski
- 69617 View
- 57 Score
- 7 Answer
- Tags: c# reflection methods calling-convention
1 Answered Questions
[SOLVED] glibc scanf Segmentation faults when called from a function that doesn't align RSP
- 2018-06-27 20:13:25
- user3057544
- 518 View
- 2 Score
- 1 Answer
- Tags: linux assembly nasm x86-64 calling-convention
8 Answered Questions
[SOLVED] What is __stdcall?
- 2008-11-18 02:15:39
- Tristan Havelick
- 98753 View
- 139 Score
- 8 Answer
- Tags: c winapi calling-convention stdcall
1 Answered Questions
[SOLVED] Calling printf in extended inline ASM
- 2016-05-28 19:05:07
- Banex
- 1268 View
- 4 Score
- 1 Answer
- Tags: gcc printf x86-64 inline-assembly calling-convention
10 Answered Questions
[SOLVED] Why does the Mac ABI require 16-byte stack alignment for x86-32?
- 2009-03-04 21:12:41
- Allen Bauer
- 6722 View
- 31 Score
- 10 Answer
- Tags: macos stack alignment calling-convention abi
4 Answered Questions
[SOLVED] How are variable arguments implemented in gcc?
- 2012-09-11 13:58:55
- Bruce
- 13729 View
- 23 Score
- 4 Answer
- Tags: c gcc variadic-functions calling-convention
9 Answered Questions
[SOLVED] Why should default parameters be added last in C++ functions?
- 2009-07-14 06:18:33
- yesraaj
- 9129 View
- 21 Score
- 9 Answer
- Tags: c++ function default calling-convention
8 Answered Questions
[SOLVED] Pass function as a parameter
- 2014-03-02 15:37:07
- woter324
- 22709 View
- 33 Score
- 8 Answer
- Tags: powershell parameter-passing calling-convention
4 Answered Questions
[SOLVED] Why does gcc use movl instead of push to pass function args?
- 2010-12-26 17:42:35
- Pooya
- 4262 View
- 17 Score
- 4 Answer
- Tags: c gcc assembly callstack calling-convention
1 Answered Questions
[SOLVED] Segmentation fault on printf - NASM 64bit Linux
- 2014-09-05 20:53:37
- ctzdev
- 755 View
- 1 Score
- 1 Answer
- Tags: linux assembly x86-64 nasm calling-convention
19 Answered Questions
[SOLVED] Weird MSC 8.0 error: "The value of ESP was not properly saved across a function call..."
- 2008-09-27 00:45:46
- user11180
- 63358 View
- 48 Score
- 19 Answer
- Tags: c++ visual-c++ x86 stack calling-convention
1 Answered Questions
[SOLVED] Changing a C# delegate's calling convention to CDECL
- 2011-03-01 13:34:18
- Armen Tsirunyan
- 9739 View
- 21 Score
- 1 Answer
- Tags: c# c++ interop pinvoke calling-convention
4 Answered Questions
[SOLVED] Delete call from call log after call end
- 2011-03-19 10:08:20
- Shivalinga
- 17143 View
- 11 Score
- 4 Answer
- Tags: android calling-convention
5 Answered Questions
[SOLVED] How do C compilers implement functions that return large structures?
- 2010-01-28 15:42:10
- Steve Hanov
- 6785 View
- 25 Score
- 5 Answer
- Tags: c compiler-optimization calling-convention abi compiler-theory
2 Answered Questions
[SOLVED] Why not store function parameters in XMM vector registers?
- 2015-11-14 10:04:04
- denis631
- 1211 View
- 15 Score
- 2 Answer
- Tags: assembly x86 parameter-passing x86-64 calling-convention
1 Answered Questions
[SOLVED] how to specify vc11 lambda calling convention
- 2013-01-05 06:25:52
- andrew young
- 5082 View
- 18 Score
- 1 Answer
- Tags: c++ visual-c++ c++11 lambda calling-convention
1 Answered Questions
[SOLVED] Is garbage allowed in high bits of parameter and return value registers in x86-64 SysV ABI?
- 2016-11-07 22:33:57
- BeeOnRope
- 410 View
- 8 Score
- 1 Answer
- Tags: linux x86 x86-64 calling-convention
2 Answered Questions
[SOLVED] Does each PUSH instruction push a multiple of 8 bytes on x64?
- 2016-10-28 13:18:32
- Demi
- 3129 View
- 7 Score
- 2 Answer
- Tags: assembly x86-64 calling-convention
1 Answered Questions
[SOLVED] What kind of C11 data type is an array according to the AMD64 ABI
- 2016-08-06 02:33:32
- DanZimm
- 188 View
- 2 Score
- 1 Answer
- Tags: c assembly types x86-64 calling-convention
9 Answered Questions
[SOLVED] What is the meaning and usage of __stdcall?
- 2009-08-20 14:03:10
- vehomzzz
- 38176 View
- 70 Score
- 9 Answer
- Tags: c++ windows calling-convention
4 Answered Questions
[SOLVED] How do vararg functions find out the number of arguments in machine code?
- 2011-03-11 12:08:38
- masterxilo
- 5313 View
- 12 Score
- 4 Answer
- Tags: assembly printf calling-convention abi variadic
4 Answered Questions
[SOLVED] Why does IA-32 have a non-intuitive caller and callee register saving convention?
- 2011-12-01 01:45:53
- Bruce
- 2547 View
- 4 Score
- 4 Answer
- Tags: assembly calling-convention x86
3 Answered Questions
[SOLVED] What prevents the usage of a function argument as hidden pointer?
- 2019-08-06 13:34:14
- ead
- 236 View
- 13 Score
- 3 Answer
- Tags: c gcc optimization x86-64 calling-convention
6 Answered Questions
[SOLVED] How exactly does the callstack work?
- 2014-06-01 15:27:06
- Christoph
- 18890 View
- 99 Score
- 6 Answer
- Tags: assembly cpu callstack low-level calling-convention
1 Answered Questions
[SOLVED] Is returning a 2-tuple less efficient than std::pair?
- 2017-10-24 03:24:19
- John Zwinck
- 1494 View
- 21 Score
- 1 Answer
- Tags: c++ gcc clang calling-convention stdtuple
3 Answered Questions
[SOLVED] Can Scala call by reference?
- 2011-01-25 04:39:45
- royco
- 23183 View
- 20 Score
- 3 Answer
- Tags: scala calling-convention evaluation-strategy