ghc-7.10.3: The GHC API

Safe HaskellNone
LanguageHaskell2010

Dwarf.Constants

Description

Constants describing the DWARF format. Most of this simply mirrors usrinclude/dwarf.h.

Synopsis

Documentation

dW_LANG_Haskell :: Word Source

Language ID used for Haskell.

dW_AT_name :: Word Source

Dwarf attributes

dW_AT_stmt_list :: Word Source

Dwarf attributes

dW_AT_low_pc :: Word Source

Dwarf attributes

dW_AT_high_pc :: Word Source

Dwarf attributes

dW_AT_language :: Word Source

Dwarf attributes

dW_AT_comp_dir :: Word Source

Dwarf attributes

dW_AT_producer :: Word Source

Dwarf attributes

dW_AT_external :: Word Source

Dwarf attributes

dW_AT_frame_base :: Word Source

Dwarf attributes

dW_AT_use_UTF8 :: Word Source

Dwarf attributes

dW_CHILDREN_no :: Word8 Source

Abbrev declaration

dW_CHILDREN_yes :: Word8 Source

Abbrev declaration

dW_ATE_address :: Word Source

Dwarf native types

dW_ATE_boolean :: Word Source

Dwarf native types

dW_ATE_float :: Word Source

Dwarf native types

dW_ATE_signed :: Word Source

Dwarf native types

dW_ATE_signed_char :: Word Source

Dwarf native types

dW_ATE_unsigned :: Word Source

Dwarf native types

dW_ATE_unsigned_char :: Word Source

Dwarf native types

dW_CFA_set_loc :: Word8 Source

Call frame information

dW_CFA_undefined :: Word8 Source

Call frame information

dW_CFA_same_value :: Word8 Source

Call frame information

dW_CFA_def_cfa :: Word8 Source

Call frame information

dW_CFA_def_cfa_offset :: Word8 Source

Call frame information

dW_CFA_def_cfa_expression :: Word8 Source

Call frame information

dW_CFA_expression :: Word8 Source

Call frame information

dW_CFA_offset_extended_sf :: Word8 Source

Call frame information

dW_CFA_def_cfa_offset_sf :: Word8 Source

Call frame information

dW_CFA_def_cfa_sf :: Word8 Source

Call frame information

dW_CFA_val_offset :: Word8 Source

Call frame information

dW_CFA_val_expression :: Word8 Source

Call frame information

dW_CFA_offset :: Word8 Source

Call frame information

dW_OP_deref :: Word8 Source

Operations

dW_OP_minus :: Word8 Source

Operations

dW_OP_mul :: Word8 Source

Operations

dW_OP_plus :: Word8 Source

Operations

dW_OP_lit0 :: Word8 Source

Operations

dW_OP_breg0 :: Word8 Source

Operations

dwarfInfoSection :: SDoc Source

Dwarf section declarations

dwarfAbbrevSection :: SDoc Source

Dwarf section declarations

dwarfLineSection :: SDoc Source

Dwarf section declarations

dwarfFrameSection :: SDoc Source

Dwarf section declarations

dwarfGhcSection :: SDoc Source

Dwarf section declarations

dwarfInfoLabel :: LitString Source

Dwarf section labels

dwarfAbbrevLabel :: LitString Source

Dwarf section labels

dwarfLineLabel :: LitString Source

Dwarf section labels

dwarfFrameLabel :: LitString Source

Dwarf section labels

dwarfRegNo :: Platform -> Reg -> Word8 Source

Mapping of registers to DWARF register numbers

dwarfReturnRegNo :: Platform -> Word8 Source

Virtual register number to use for return address.