Line 186... |
Line 186... |
DW_FORM_indirect = 0x16,
|
DW_FORM_indirect = 0x16,
|
/* DWARF 4. */
|
/* DWARF 4. */
|
DW_FORM_sec_offset = 0x17,
|
DW_FORM_sec_offset = 0x17,
|
DW_FORM_exprloc = 0x18,
|
DW_FORM_exprloc = 0x18,
|
DW_FORM_flag_present = 0x19,
|
DW_FORM_flag_present = 0x19,
|
DW_FORM_ref_sig8 = 0x20
|
DW_FORM_ref_sig8 = 0x20,
|
|
/* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
|
|
DW_FORM_GNU_ref_index = 0x1f00,
|
|
DW_FORM_GNU_addr_index = 0x1f01,
|
|
DW_FORM_GNU_str_index = 0x1f02
|
};
|
};
|
|
|
/* Attribute names and codes. */
|
/* Attribute names and codes. */
|
enum dwarf_attribute
|
enum dwarf_attribute
|
{
|
{
|
Line 366... |
Line 370... |
DW_AT_GNU_all_tail_call_sites = 0x2116,
|
DW_AT_GNU_all_tail_call_sites = 0x2116,
|
DW_AT_GNU_all_call_sites = 0x2117,
|
DW_AT_GNU_all_call_sites = 0x2117,
|
DW_AT_GNU_all_source_call_sites = 0x2118,
|
DW_AT_GNU_all_source_call_sites = 0x2118,
|
/* Section offset into .debug_macro section. */
|
/* Section offset into .debug_macro section. */
|
DW_AT_GNU_macros = 0x2119,
|
DW_AT_GNU_macros = 0x2119,
|
|
/* Extensions for Fission. See http://gcc.gnu.org/wiki/DebugFission. */
|
|
DW_AT_GNU_dwo_name = 0x2130,
|
|
DW_AT_GNU_dwo_id = 0x2131,
|
|
DW_AT_GNU_ref_base = 0x2132,
|
|
DW_AT_GNU_addr_base = 0x2133,
|
|
DW_AT_GNU_pubnames = 0x2134,
|
|
DW_AT_GNU_pubtypes = 0x2135,
|
/* VMS extensions. */
|
/* VMS extensions. */
|
DW_AT_VMS_rtnbeg_pd_address = 0x2201,
|
DW_AT_VMS_rtnbeg_pd_address = 0x2201,
|
/* GNAT extensions. */
|
/* GNAT extensions. */
|
/* GNAT descriptive type.
|
/* GNAT descriptive type.
|
See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type . */
|
See http://gcc.gnu.org/wiki/DW_AT_GNAT_descriptive_type . */
|