CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
calling-convention
09-15
Software engineering
Printing `NSRect` argument passed to Cocoa method in lldb
08-16
Blockchain
Is it safe to call a function after casting it to a void return type?
08-06
OS
Call C function from Assembly, passing args and getting the return value in the ARM calling conventi
08-02
Net
C# Getting System.DIINotFoundException in An Integration Test But Not When I'm Actually Running
08-01
Back-end
Is the caller or callee responsible for freeing shadow store in x64 assembly (windows)?
07-29
Mobile
How does kernel_thread_helper pass parameters to kernel thread function using inline assembly?
07-21
OS
Why can't stdcall handle varying amounts of arguments?
07-17
Enterprise
Is there a method in Python where I can take a list, and print out the corresponding value from a di
06-14
Net
How did my variable turn into a function?
06-13
database
beginner_question = 'When do we add arguments to functions?'
06-12
Blockchain
Why is GCC with __attribute__((__ms_abi__)) returning values differently than MSVC does?
06-08
Blockchain
Specifying registers for function arguments?
05-14
database
What calling convention does printf() in C use?
04-28
Enterprise
Why does `printf` with `%hu%` takes 4 bytes from stack instead 2?
04-25
Blockchain
Why does printf still work with RAX lower than the number of FP args in XMM registers?
04-15
front end
Get G to use a custom calling convention to pass larger structs in registers instead of memory?
02-27
OS
What makes the calling convention different?
02-22
Mobile
How passing parameters by ref works in assembly
02-18
Software engineering
Consequence of violating macOS's ARM64 calling convention
12-26
other
How does this assembly function return a value?
12-25
front end
Clang doesn't pass value via register as the code specified
12-23
database
Understanding assembly instructions for a function summing three ints of an std::array
11-02
Mobile
receiving "TypeError: list indices must be integers or slices, not dict" when calling a va
10-10
Mobile
Win64 and Linux-x86_64 Calling Convention Unused registers modified or not
10-08
Back-end
How to determine if a register should be preserved
10-08
Back-end
In assembly, how to handle Windows API with a return value that's documented as less than nativ
10-07
Mobile
what is the scope of assembly code registers?
10-05
Enterprise
What happens when a 64-bit value is passed as a parameter in a function on a 32-bit architecture?
10-03
Enterprise
C# equivalent to C ’s “¶m” in Method Signature
10-03
Net
Why should certain registers be saved? What could go wrong if not? [duplicate]
10-01
database
Trouble understanding calling function in c#
09-30
Mobile
Passing memory address to subroutine in C64 Assembly?
09-21
Enterprise
Why can functions with different calling conventions still call each other?
Links:
CodePudding