Safe Haskell | None |
---|---|
Language | Haskell2010 |
Constants describing the DWARF format. Most of this simply mirrors usrinclude/dwarf.h.
- dW_LANG_Haskell :: Word
- dW_TAG_compile_unit :: Word
- dW_TAG_subroutine_type :: Word
- dW_TAG_file_type :: Word
- dW_TAG_subprogram :: Word
- dW_TAG_lexical_block :: Word
- dW_TAG_base_type :: Word
- dW_TAG_structure_type :: Word
- dW_TAG_pointer_type :: Word
- dW_TAG_array_type :: Word
- dW_TAG_subrange_type :: Word
- dW_TAG_typedef :: Word
- dW_TAG_variable :: Word
- dW_TAG_arg_variable :: Word
- dW_TAG_auto_variable :: Word
- dW_AT_name :: Word
- dW_AT_stmt_list :: Word
- dW_AT_low_pc :: Word
- dW_AT_high_pc :: Word
- dW_AT_language :: Word
- dW_AT_comp_dir :: Word
- dW_AT_producer :: Word
- dW_AT_external :: Word
- dW_AT_frame_base :: Word
- dW_AT_use_UTF8 :: Word
- dW_AT_MIPS_linkage_name :: Word
- dW_CHILDREN_no :: Word8
- dW_CHILDREN_yes :: Word8
- dW_FORM_addr :: Word
- dW_FORM_data4 :: Word
- dW_FORM_string :: Word
- dW_FORM_flag :: Word
- dW_FORM_block1 :: Word
- dW_FORM_ref4 :: Word
- dW_ATE_address :: Word
- dW_ATE_boolean :: Word
- dW_ATE_float :: Word
- dW_ATE_signed :: Word
- dW_ATE_signed_char :: Word
- dW_ATE_unsigned :: Word
- dW_ATE_unsigned_char :: Word
- dW_CFA_set_loc :: Word8
- dW_CFA_undefined :: Word8
- dW_CFA_same_value :: Word8
- dW_CFA_def_cfa :: Word8
- dW_CFA_def_cfa_offset :: Word8
- dW_CFA_def_cfa_expression :: Word8
- dW_CFA_expression :: Word8
- dW_CFA_offset_extended_sf :: Word8
- dW_CFA_def_cfa_offset_sf :: Word8
- dW_CFA_def_cfa_sf :: Word8
- dW_CFA_val_offset :: Word8
- dW_CFA_val_expression :: Word8
- dW_CFA_offset :: Word8
- dW_OP_deref :: Word8
- dW_OP_consts :: Word8
- dW_OP_minus :: Word8
- dW_OP_mul :: Word8
- dW_OP_plus :: Word8
- dW_OP_lit0 :: Word8
- dW_OP_breg0 :: Word8
- dW_OP_call_frame_cfa :: Word8
- dwarfInfoSection :: SDoc
- dwarfAbbrevSection :: SDoc
- dwarfLineSection :: SDoc
- dwarfFrameSection :: SDoc
- dwarfGhcSection :: SDoc
- dwarfSection :: String -> SDoc
- dwarfInfoLabel :: LitString
- dwarfAbbrevLabel :: LitString
- dwarfLineLabel :: LitString
- dwarfFrameLabel :: LitString
- dwarfRegNo :: Platform -> Reg -> Word8
- dwarfReturnRegNo :: Platform -> Word8
Documentation
dW_LANG_Haskell :: Word Source
Language ID used for Haskell.
dW_TAG_compile_unit :: Word Source
Dwarf tags
dW_TAG_subroutine_type :: Word Source
Dwarf tags
dW_TAG_file_type :: Word Source
Dwarf tags
dW_TAG_subprogram :: Word Source
Dwarf tags
dW_TAG_lexical_block :: Word Source
Dwarf tags
dW_TAG_base_type :: Word Source
Dwarf tags
dW_TAG_structure_type :: Word Source
Dwarf tags
dW_TAG_pointer_type :: Word Source
Dwarf tags
dW_TAG_array_type :: Word Source
Dwarf tags
dW_TAG_subrange_type :: Word Source
Dwarf tags
Dwarf tags
dW_TAG_variable :: Word Source
Dwarf tags
dW_TAG_arg_variable :: Word Source
Dwarf tags
dW_TAG_auto_variable :: Word Source
Dwarf tags
dW_AT_name :: Word Source
Dwarf attributes
dW_AT_stmt_list :: Word Source
Dwarf attributes
Dwarf attributes
Dwarf attributes
Dwarf attributes
Dwarf attributes
Dwarf attributes
Dwarf attributes
dW_AT_frame_base :: Word Source
Dwarf attributes
Dwarf attributes
dW_AT_MIPS_linkage_name :: Word Source
Dwarf attributes
dW_CHILDREN_no :: Word8 Source
Abbrev declaration
dW_CHILDREN_yes :: Word8 Source
Abbrev declaration
Dwarf native types
Dwarf native types
Dwarf native types
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
Call frame information
Operations
Operations
Operations
Operations
Operations
Operations
dW_OP_call_frame_cfa :: 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
dwarfSection :: String -> SDoc Source
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.