Module calling_convention

Module calling_convention 

Source
Expand description

Contains and provides information about different systems’ calling conventions to analysis.

Structs§

CallLayout
ConventionBuilder
A builder for a calling convention defined entirely by its register sets and flags.
CoreCallingConvention

Traits§

CallingConvention
Describes how parameters, return values, and the stack are handled when a function is called.

Functions§

register_calling_convention
Registers a new calling convention with the given architecture.