Skip to main content

Module arch

Module arch 

Source
Expand description

Architecture-specific DWARF register maps and compact unwind encoding decoders.

Modules§

arm64_compact
ARM64 compact unwind mode (bits 27-24).
x86_64_compact
x86_64 compact unwind mode (bits 27-24).

Functions§

arm64_decode_frameless_regs
Decodes ARM64 frameless permutation encoding. Returns the DWARF register numbers of saved register pairs.
arm64_reg_name
Returns the register name for an ARM64 DWARF register number.
return_address_register
Returns the return address register for the given CPU type.
x86_64_decode_permutation
Decodes x86_64 permutation encoding for frameless functions. Returns the DWARF register numbers in stack order (bottom to top).
x86_64_reg_name
Returns the register name for an x86_64 DWARF register number.