tools/elf4rom/libs/dwarf-20071209/dwarfdump/tag_attr.list
changeset 34 92d87f2e53c2
equal deleted inserted replaced
33:1af5c1be89f8 34:92d87f2e53c2
       
     1 /* 
       
     2   Copyright (C) 2000,2002,2004,2005 Silicon Graphics, Inc.  All Rights Reserved.
       
     3 
       
     4   This program is free software; you can redistribute it and/or modify it
       
     5   under the terms of version 2.1 of the GNU Lesser General Public License
       
     6   as published by the Free Software Foundation.
       
     7 
       
     8   This program is distributed in the hope that it would be useful, but
       
     9   WITHOUT ANY WARRANTY; without even the implied warranty of
       
    10   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
       
    11 
       
    12   Further, this software is distributed without any warranty that it is
       
    13   free of the rightful claim of any third person regarding infringement
       
    14   or the like.  Any license provided herein, whether implied or
       
    15   otherwise, applies only to this software file.  Patent licenses, if
       
    16   any, provided herein do not apply to combinations of this program with
       
    17   other software, or any other product whatsoever.
       
    18 
       
    19   You should have received a copy of the GNU Lesser General Public
       
    20   License along with this program; if not, write the Free Software
       
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307,
       
    22   USA.
       
    23 
       
    24   Contact information:  Silicon Graphics, Inc., 1500 Crittenden Lane,
       
    25   Mountain View, CA 94043, or:
       
    26 
       
    27   http://www.sgi.com
       
    28 
       
    29   For further information regarding this notice, see:
       
    30 
       
    31   http://oss.sgi.com/projects/GenInfo/NoticeExplan
       
    32 
       
    33 
       
    34 $Header: /plroot/cmplrs.src/v7.4.5m/.RCS/PL/dwarfdump/RCS/tag_attr.list,v 1.7 2005/12/01 17:34:59 davea Exp $ 
       
    35 */
       
    36 #include <dwarf.h>
       
    37 
       
    38 /*
       
    39    list for semantic check of tag-attr relation.  
       
    40    
       
    41    0xffffffff is a "punctuation."  The final line of this file 
       
    42    must be 0xffffffff.  The next line after each 0xffffffff 
       
    43    (except the final line) is a tag.  The lines after this line 
       
    44    before the next 0xffffffff are the attributes that can be given 
       
    45    to the tag."
       
    46 
       
    47    For example, 
       
    48 
       
    49 	0xffffffff
       
    50 	DW_TAG_access_declaration
       
    51 	DW_AT_decl_column
       
    52 	DW_AT_decl_file
       
    53 	DW_AT_decl_line
       
    54 	DW_AT_accessibility
       
    55 	DW_AT_name
       
    56 	DW_AT_sibling
       
    57 	0xffffffff
       
    58 
       
    59    means "only DW_AT_decl_column, DW_AT_decl_file, DW_AT_decl_line, 
       
    60    DW_AT_accessibility, DW_AT_name and DW_AT_sibling can be given to 
       
    61    DW_TAG_access_declaration."
       
    62 
       
    63    This file is applied to the preprocessor, thus any C comment and 
       
    64    preprocessor control line is available.  
       
    65  */
       
    66 
       
    67 0xffffffff
       
    68 DW_TAG_access_declaration
       
    69 DW_AT_decl_column
       
    70 DW_AT_decl_file
       
    71 DW_AT_decl_line
       
    72 DW_AT_accessibility
       
    73 DW_AT_name
       
    74 DW_AT_sibling
       
    75 0xffffffff
       
    76 DW_TAG_array_type
       
    77 DW_AT_decl_column
       
    78 DW_AT_decl_file
       
    79 DW_AT_decl_line
       
    80 DW_AT_abstract_origin
       
    81 DW_AT_accessibility
       
    82 DW_AT_allocated
       
    83 DW_AT_associated
       
    84 DW_AT_bit_stride
       
    85 DW_AT_byte_size
       
    86 DW_AT_data_location
       
    87 DW_AT_declaration
       
    88 DW_AT_description
       
    89 DW_AT_name
       
    90 DW_AT_ordering
       
    91 DW_AT_sibling
       
    92 DW_AT_specification
       
    93 DW_AT_start_scope
       
    94 DW_AT_type
       
    95 DW_AT_visibility
       
    96 0xffffffff
       
    97 DW_TAG_base_type
       
    98 DW_AT_allocated
       
    99 DW_AT_associated
       
   100 DW_AT_binary_scale
       
   101 DW_AT_bit_offset
       
   102 DW_AT_bit_size
       
   103 DW_AT_byte_size
       
   104 DW_AT_data_location
       
   105 DW_AT_decimal_scale 
       
   106 DW_AT_decimal_sign
       
   107 DW_AT_description
       
   108 DW_AT_digit_count
       
   109 DW_AT_encoding
       
   110 DW_AT_endianity
       
   111 DW_AT_name
       
   112 DW_AT_name
       
   113 DW_AT_picture_string
       
   114 DW_AT_sibling
       
   115 DW_AT_small
       
   116 0xffffffff
       
   117 DW_TAG_catch_block
       
   118 DW_AT_abstract_origin
       
   119 DW_AT_high_pc
       
   120 DW_AT_low_pc
       
   121 DW_AT_ranges
       
   122 DW_AT_segment
       
   123 DW_AT_sibling
       
   124 0xffffffff
       
   125 DW_TAG_class_type
       
   126 DW_AT_decl_column
       
   127 DW_AT_decl_file
       
   128 DW_AT_decl_line
       
   129 DW_AT_abstract_origin
       
   130 DW_AT_accessibility
       
   131 DW_AT_allocated
       
   132 DW_AT_associated
       
   133 DW_AT_byte_size
       
   134 DW_AT_data_location
       
   135 DW_AT_declaration
       
   136 DW_AT_description
       
   137 DW_AT_name
       
   138 DW_AT_sibling
       
   139 DW_AT_specification
       
   140 DW_AT_start_scope
       
   141 DW_AT_visibility
       
   142 0xffffffff
       
   143 DW_TAG_common_block
       
   144 DW_AT_decl_column
       
   145 DW_AT_decl_file
       
   146 DW_AT_decl_line
       
   147 DW_AT_declaration
       
   148 DW_AT_location
       
   149 DW_AT_name
       
   150 DW_AT_segment
       
   151 DW_AT_sibling
       
   152 DW_AT_visibility
       
   153 0xffffffff
       
   154 DW_TAG_common_inclusion
       
   155 DW_AT_decl_column
       
   156 DW_AT_decl_file
       
   157 DW_AT_decl_line
       
   158 DW_AT_common_reference
       
   159 DW_AT_declaration
       
   160 DW_AT_sibling
       
   161 DW_AT_visibility
       
   162 0xffffffff
       
   163 DW_TAG_compile_unit
       
   164 DW_AT_base_types
       
   165 DW_AT_comp_dir
       
   166 DW_AT_identifier_case
       
   167 DW_AT_high_pc
       
   168 DW_AT_language
       
   169 DW_AT_low_pc
       
   170 DW_AT_macro_info
       
   171 DW_AT_name
       
   172 DW_AT_producer
       
   173 DW_AT_ranges
       
   174 DW_AT_segment
       
   175 DW_AT_sibling
       
   176 DW_AT_stmt_list
       
   177 DW_AT_use_UTF8
       
   178 0xffffffff
       
   179 DW_TAG_condition
       
   180 DW_AT_decl_column
       
   181 DW_AT_decl_file
       
   182 DW_AT_decl_line
       
   183 DW_AT_name
       
   184 DW_AT_sibling
       
   185 0xffffffff
       
   186 DW_TAG_const_type
       
   187 DW_AT_allocated
       
   188 DW_AT_associated
       
   189 DW_AT_data_location
       
   190 DW_AT_name
       
   191 DW_AT_sibling
       
   192 DW_AT_type
       
   193 0xffffffff
       
   194 DW_TAG_constant
       
   195 DW_AT_decl_column
       
   196 DW_AT_decl_file
       
   197 DW_AT_decl_line
       
   198 DW_AT_accessibility
       
   199 DW_AT_const_value
       
   200 DW_AT_declaration
       
   201 DW_AT_description
       
   202 DW_AT_endianity
       
   203 DW_AT_external
       
   204 DW_AT_name
       
   205 DW_AT_sibling
       
   206 DW_AT_start_scope
       
   207 DW_AT_type
       
   208 DW_AT_visibility
       
   209 0xffffffff
       
   210 DW_TAG_dwarf_procedure
       
   211 DW_AT_location
       
   212 0xffffffff
       
   213 DW_TAG_entry_point
       
   214 DW_AT_address_class
       
   215 DW_AT_description
       
   216 DW_AT_low_pc
       
   217 DW_AT_name
       
   218 DW_AT_return_addr
       
   219 DW_AT_segment
       
   220 DW_AT_sibling
       
   221 DW_AT_static_link
       
   222 DW_AT_type
       
   223 0xffffffff
       
   224 DW_TAG_enumeration_type
       
   225 DW_AT_decl_column
       
   226 DW_AT_decl_file
       
   227 DW_AT_decl_line
       
   228 DW_AT_abstract_origin
       
   229 DW_AT_accessibility
       
   230 DW_AT_allocated
       
   231 DW_AT_associated
       
   232 DW_AT_bit_stride
       
   233 DW_AT_byte_size
       
   234 DW_AT_byte_stride
       
   235 DW_AT_data_location
       
   236 DW_AT_declaration
       
   237 DW_AT_description
       
   238 DW_AT_name
       
   239 DW_AT_sibling
       
   240 DW_AT_specification
       
   241 DW_AT_start_scope
       
   242 DW_AT_type
       
   243 DW_AT_visibility
       
   244 0xffffffff
       
   245 DW_TAG_enumerator
       
   246 DW_AT_decl_column
       
   247 DW_AT_decl_file
       
   248 DW_AT_decl_line
       
   249 DW_AT_const_value
       
   250 DW_AT_description
       
   251 DW_AT_name
       
   252 DW_AT_sibling
       
   253 0xffffffff
       
   254 DW_TAG_file_type
       
   255 DW_AT_decl_column
       
   256 DW_AT_decl_file
       
   257 DW_AT_decl_line
       
   258 DW_AT_abstract_origin
       
   259 DW_AT_allocated
       
   260 DW_AT_associated
       
   261 DW_AT_byte_size
       
   262 DW_AT_data_location
       
   263 DW_AT_description
       
   264 DW_AT_name
       
   265 DW_AT_sibling
       
   266 DW_AT_start_scope
       
   267 DW_AT_type
       
   268 DW_AT_visibility
       
   269 0xffffffff
       
   270 DW_TAG_formal_parameter
       
   271 DW_AT_decl_column
       
   272 DW_AT_decl_file
       
   273 DW_AT_decl_line
       
   274 DW_AT_abstract_origin
       
   275 DW_AT_artificial
       
   276 DW_AT_const_value
       
   277 DW_AT_default_value
       
   278 DW_AT_description
       
   279 DW_AT_endianity
       
   280 DW_AT_is_optional
       
   281 DW_AT_location
       
   282 DW_AT_name
       
   283 DW_AT_segment
       
   284 DW_AT_sibling
       
   285 DW_AT_type
       
   286 DW_AT_variable_parameter
       
   287 0xffffffff
       
   288 DW_TAG_friend
       
   289 DW_AT_decl_column
       
   290 DW_AT_decl_file
       
   291 DW_AT_decl_line
       
   292 DW_AT_abstract_origin
       
   293 DW_AT_friend
       
   294 DW_AT_sibling
       
   295 0xffffffff
       
   296 DW_TAG_imported_declaration
       
   297 DW_AT_decl_column
       
   298 DW_AT_decl_file
       
   299 DW_AT_decl_line
       
   300 DW_AT_accessibility
       
   301 DW_AT_description
       
   302 DW_AT_import
       
   303 DW_AT_name
       
   304 DW_AT_sibling
       
   305 DW_AT_start_scope
       
   306 0xffffffff
       
   307 DW_TAG_imported_module
       
   308 DW_AT_decl_column
       
   309 DW_AT_decl_file
       
   310 DW_AT_decl_line
       
   311 DW_AT_import
       
   312 DW_AT_sibling
       
   313 DW_AT_start_scope
       
   314 0xffffffff
       
   315 DW_TAG_imported_unit
       
   316 DW_AT_import
       
   317 0xffffffff
       
   318 DW_TAG_inheritance
       
   319 DW_AT_decl_column
       
   320 DW_AT_decl_file
       
   321 DW_AT_decl_line
       
   322 DW_AT_accessibility
       
   323 DW_AT_data_member_location
       
   324 DW_AT_sibling
       
   325 DW_AT_type
       
   326 DW_AT_virtuality
       
   327 0xffffffff
       
   328 DW_TAG_inlined_subroutine
       
   329 DW_AT_abstract_origin
       
   330 DW_AT_call_column
       
   331 DW_AT_call_file
       
   332 DW_AT_call_line
       
   333 DW_AT_entry_pc
       
   334 DW_AT_high_pc
       
   335 DW_AT_low_pc
       
   336 DW_AT_ranges
       
   337 DW_AT_return_addr
       
   338 DW_AT_segment
       
   339 DW_AT_sibling
       
   340 DW_AT_start_scope
       
   341 DW_AT_trampoline
       
   342 0xffffffff
       
   343 DW_TAG_interface_type
       
   344 DW_AT_decl_column
       
   345 DW_AT_decl_file
       
   346 DW_AT_decl_line
       
   347 DW_AT_accessibility
       
   348 DW_AT_description
       
   349 DW_AT_name
       
   350 DW_AT_sibling
       
   351 DW_AT_start_scope
       
   352 0xffffffff
       
   353 DW_TAG_label
       
   354 DW_AT_decl_column
       
   355 DW_AT_decl_file
       
   356 DW_AT_decl_line
       
   357 DW_AT_abstract_origin
       
   358 DW_AT_description
       
   359 DW_AT_low_pc
       
   360 DW_AT_name
       
   361 DW_AT_segment
       
   362 DW_AT_start_scope
       
   363 DW_AT_sibling
       
   364 0xffffffff
       
   365 DW_TAG_lexical_block
       
   366 DW_AT_abstract_origin
       
   367 DW_AT_description
       
   368 DW_AT_high_pc
       
   369 DW_AT_low_pc
       
   370 DW_AT_name
       
   371 DW_AT_ranges
       
   372 DW_AT_segment
       
   373 DW_AT_sibling
       
   374 0xffffffff
       
   375 DW_TAG_member
       
   376 DW_AT_decl_column
       
   377 DW_AT_decl_file
       
   378 DW_AT_decl_line
       
   379 DW_AT_accessibility
       
   380 DW_AT_bit_offset
       
   381 DW_AT_bit_size
       
   382 DW_AT_byte_size
       
   383 DW_AT_data_member_location
       
   384 DW_AT_declaration
       
   385 DW_AT_description
       
   386 DW_AT_mutable
       
   387 DW_AT_name
       
   388 DW_AT_sibling
       
   389 DW_AT_type
       
   390 DW_AT_visibility
       
   391 0xffffffff
       
   392 DW_TAG_module
       
   393 DW_AT_decl_column
       
   394 DW_AT_decl_file
       
   395 DW_AT_decl_line
       
   396 DW_AT_accessibility
       
   397 DW_AT_declaration
       
   398 DW_AT_description
       
   399 DW_AT_entry_pc
       
   400 DW_AT_high_pc
       
   401 DW_AT_low_pc
       
   402 DW_AT_name
       
   403 DW_AT_priority
       
   404 DW_AT_segment
       
   405 DW_AT_sibling
       
   406 DW_AT_specification
       
   407 DW_AT_visibility
       
   408 0xffffffff
       
   409 DW_TAG_namelist
       
   410 DW_AT_decl_column
       
   411 DW_AT_decl_file
       
   412 DW_AT_decl_line
       
   413 DW_AT_accessibility
       
   414 DW_AT_abstract_origin
       
   415 DW_AT_declaration
       
   416 DW_AT_name
       
   417 DW_AT_sibling
       
   418 DW_AT_visibility
       
   419 0xffffffff
       
   420 DW_TAG_namelist_item
       
   421 DW_AT_decl_column
       
   422 DW_AT_decl_file
       
   423 DW_AT_decl_line
       
   424 DW_AT_namelist_item
       
   425 DW_AT_sibling
       
   426 0xffffffff
       
   427 DW_TAG_namespace
       
   428 DW_AT_decl_column
       
   429 DW_AT_decl_file
       
   430 DW_AT_decl_line
       
   431 DW_AT_description
       
   432 DW_AT_extension
       
   433 DW_AT_name
       
   434 DW_AT_sibling
       
   435 DW_AT_start_scope
       
   436 0xffffffff
       
   437 DW_TAG_packed_type
       
   438 DW_AT_allocated
       
   439 DW_AT_associated
       
   440 DW_AT_data_location
       
   441 DW_AT_name
       
   442 DW_AT_sibling
       
   443 DW_AT_type
       
   444 0xffffffff
       
   445 DW_TAG_partial_unit
       
   446 DW_AT_base_types
       
   447 DW_AT_comp_dir
       
   448 DW_AT_description
       
   449 DW_AT_identifier_case
       
   450 DW_AT_high_pc
       
   451 DW_AT_language
       
   452 DW_AT_low_pc
       
   453 DW_AT_macro_info
       
   454 DW_AT_name
       
   455 DW_AT_producer
       
   456 DW_AT_ranges
       
   457 DW_AT_segment
       
   458 DW_AT_sibling
       
   459 DW_AT_stmt_list
       
   460 DW_AT_use_UTF8
       
   461 0xffffffff
       
   462 DW_TAG_pointer_type
       
   463 DW_AT_address_class
       
   464 DW_AT_allocated
       
   465 DW_AT_associated
       
   466 DW_AT_data_location
       
   467 DW_AT_name
       
   468 DW_AT_sibling
       
   469 DW_AT_specification
       
   470 DW_AT_type
       
   471 /* Comment from 1993:
       
   472    "Though DWARF spec doesn't refer to DW_AT_byte_size, it may well be 
       
   473    given to DW_TAG_pointer_type."  
       
   474    Comment 29 Nov 2005 by David Anderrson
       
   475    DW_AT_byte_size  would be legal, but what would it mean, given
       
   476    not specifically defined by the DWARF spec?
       
   477    Byte size of the pointer or the pointed-to item?
       
   478    Both should already be known for the ABI/instruction-set
       
   479    in use.
       
   480    Cannot recall why, but SGI/IRIX/MIPS uses this.
       
   481  */
       
   482 DW_AT_byte_size
       
   483 0xffffffff
       
   484 DW_TAG_ptr_to_member_type
       
   485 DW_AT_decl_column
       
   486 DW_AT_decl_file
       
   487 DW_AT_decl_line
       
   488 DW_AT_abstract_origin
       
   489 DW_AT_address_class
       
   490 DW_AT_allocated
       
   491 DW_AT_associated
       
   492 DW_AT_containing_type
       
   493 DW_AT_data_location
       
   494 DW_AT_declaration
       
   495 DW_AT_description
       
   496 DW_AT_name
       
   497 DW_AT_sibling
       
   498 DW_AT_type
       
   499 DW_AT_use_location
       
   500 DW_AT_visibility
       
   501 0xffffffff
       
   502 DW_TAG_reference_type
       
   503 DW_AT_address_class
       
   504 DW_AT_allocated
       
   505 DW_AT_associated
       
   506 DW_AT_data_location
       
   507 DW_AT_name
       
   508 DW_AT_sibling
       
   509 DW_AT_type
       
   510 0xffffffff
       
   511 DW_TAG_restrict_type
       
   512 DW_AT_allocated
       
   513 DW_AT_associated
       
   514 DW_AT_data_location
       
   515 DW_AT_name
       
   516 DW_AT_sibling
       
   517 DW_AT_type
       
   518 0xffffffff
       
   519 DW_TAG_set_type
       
   520 DW_AT_decl_column
       
   521 DW_AT_decl_file
       
   522 DW_AT_decl_line
       
   523 DW_AT_abstract_origin
       
   524 DW_AT_accessibility
       
   525 DW_AT_allocated
       
   526 DW_AT_associated
       
   527 DW_AT_byte_size
       
   528 DW_AT_data_location
       
   529 DW_AT_declaration
       
   530 DW_AT_description
       
   531 DW_AT_name
       
   532 DW_AT_start_scope
       
   533 DW_AT_sibling
       
   534 DW_AT_type
       
   535 DW_AT_visibility
       
   536 0xffffffff
       
   537 DW_TAG_shared_type
       
   538 DW_AT_decl_column
       
   539 DW_AT_decl_file
       
   540 DW_AT_decl_line
       
   541 DW_AT_count
       
   542 DW_AT_name
       
   543 DW_AT_sibling
       
   544 DW_AT_type
       
   545 0xffffffff
       
   546 DW_TAG_string_type
       
   547 DW_AT_decl_column
       
   548 DW_AT_decl_file
       
   549 DW_AT_decl_line
       
   550 DW_AT_abstract_origin
       
   551 DW_AT_accessibility
       
   552 DW_AT_allocated
       
   553 DW_AT_associated
       
   554 DW_AT_byte_size
       
   555 DW_AT_data_location
       
   556 DW_AT_declaration
       
   557 DW_AT_description
       
   558 DW_AT_name
       
   559 DW_AT_segment
       
   560 DW_AT_sibling
       
   561 DW_AT_start_scope
       
   562 DW_AT_string_length
       
   563 DW_AT_visibility
       
   564 0xffffffff
       
   565 DW_TAG_structure_type
       
   566 DW_AT_decl_column
       
   567 DW_AT_decl_file
       
   568 DW_AT_decl_line
       
   569 DW_AT_abstract_origin
       
   570 DW_AT_accessibility
       
   571 DW_AT_allocated
       
   572 DW_AT_associated
       
   573 DW_AT_byte_size
       
   574 DW_AT_data_location
       
   575 DW_AT_declaration
       
   576 DW_AT_description
       
   577 DW_AT_name
       
   578 DW_AT_sibling
       
   579 DW_AT_specification
       
   580 DW_AT_start_scope
       
   581 DW_AT_visibility
       
   582 0xffffffff
       
   583 DW_TAG_subprogram
       
   584 DW_AT_decl_column
       
   585 DW_AT_decl_file
       
   586 DW_AT_decl_line
       
   587 DW_AT_abstract_origin
       
   588 DW_AT_accessibility
       
   589 DW_AT_address_class
       
   590 DW_AT_artificial
       
   591 DW_AT_calling_convention
       
   592 DW_AT_declaration
       
   593 DW_AT_description
       
   594 DW_AT_elemental
       
   595 DW_AT_entry_pc
       
   596 DW_AT_explicit
       
   597 DW_AT_external
       
   598 DW_AT_frame_base
       
   599 DW_AT_high_pc
       
   600 DW_AT_inline
       
   601 DW_AT_low_pc
       
   602 DW_AT_name
       
   603 DW_AT_object_pointer
       
   604 DW_AT_prototyped
       
   605 DW_AT_pure
       
   606 DW_AT_ranges
       
   607 DW_AT_recursive
       
   608 DW_AT_return_addr
       
   609 DW_AT_segment
       
   610 DW_AT_sibling
       
   611 DW_AT_specification
       
   612 DW_AT_start_scope
       
   613 DW_AT_static_link
       
   614 DW_AT_trampoline
       
   615 DW_AT_type
       
   616 DW_AT_visibility
       
   617 DW_AT_virtuality
       
   618 DW_AT_vtable_elem_location
       
   619 0xffffffff
       
   620 DW_TAG_subrange_type
       
   621 DW_AT_decl_column
       
   622 DW_AT_decl_file
       
   623 DW_AT_decl_line
       
   624 DW_AT_abstract_origin
       
   625 DW_AT_accessibility
       
   626 DW_AT_allocated
       
   627 DW_AT_associated
       
   628 DW_AT_bit_stride
       
   629 DW_AT_byte_size
       
   630 DW_AT_byte_stride
       
   631 DW_AT_count
       
   632 DW_AT_data_location
       
   633 DW_AT_declaration
       
   634 DW_AT_description
       
   635 DW_AT_lower_bound
       
   636 DW_AT_name
       
   637 DW_AT_sibling
       
   638 DW_AT_threads_scaled
       
   639 DW_AT_type
       
   640 DW_AT_upper_bound
       
   641 DW_AT_visibility
       
   642 0xffffffff
       
   643 DW_TAG_subroutine_type
       
   644 DW_AT_decl_column
       
   645 DW_AT_decl_file
       
   646 DW_AT_decl_line
       
   647 DW_AT_abstract_origin
       
   648 DW_AT_accessibility
       
   649 DW_AT_address_class
       
   650 DW_AT_allocated
       
   651 DW_AT_associated
       
   652 DW_AT_data_location
       
   653 DW_AT_declaration
       
   654 DW_AT_description
       
   655 DW_AT_name
       
   656 DW_AT_prototyped
       
   657 DW_AT_sibling
       
   658 DW_AT_start_scope
       
   659 DW_AT_type
       
   660 DW_AT_visibility
       
   661 0xffffffff
       
   662 DW_TAG_template_type_parameter
       
   663 DW_AT_decl_column
       
   664 DW_AT_decl_file
       
   665 DW_AT_decl_line
       
   666 DW_AT_description
       
   667 DW_AT_name
       
   668 DW_AT_sibling
       
   669 DW_AT_type
       
   670 0xffffffff
       
   671 DW_TAG_template_value_parameter
       
   672 DW_AT_decl_column
       
   673 DW_AT_decl_file
       
   674 DW_AT_decl_line
       
   675 DW_AT_const_value
       
   676 DW_AT_description
       
   677 DW_AT_name
       
   678 DW_AT_sibling
       
   679 DW_AT_type
       
   680 0xffffffff
       
   681 DW_TAG_thrown_type
       
   682 DW_AT_decl_column
       
   683 DW_AT_decl_file
       
   684 DW_AT_decl_line
       
   685 DW_AT_allocated
       
   686 DW_AT_associated
       
   687 DW_AT_data_location
       
   688 DW_AT_sibling
       
   689 DW_AT_type
       
   690 0xffffffff
       
   691 DW_TAG_try_block
       
   692 DW_AT_abstract_origin
       
   693 DW_AT_high_pc
       
   694 DW_AT_low_pc
       
   695 DW_AT_ranges
       
   696 DW_AT_segment
       
   697 DW_AT_sibling
       
   698 0xffffffff
       
   699 DW_TAG_typedef
       
   700 DW_AT_decl_column
       
   701 DW_AT_decl_file
       
   702 DW_AT_decl_line
       
   703 DW_AT_abstract_origin
       
   704 DW_AT_accessibility
       
   705 DW_AT_allocated
       
   706 DW_AT_associated
       
   707 DW_AT_data_location
       
   708 DW_AT_declaration
       
   709 DW_AT_description
       
   710 DW_AT_name
       
   711 DW_AT_sibling
       
   712 DW_AT_start_scope
       
   713 DW_AT_type
       
   714 DW_AT_visibility
       
   715 0xffffffff
       
   716 DW_TAG_union_type
       
   717 DW_AT_decl_column
       
   718 DW_AT_decl_file
       
   719 DW_AT_decl_line
       
   720 DW_AT_abstract_origin
       
   721 DW_AT_accessibility
       
   722 DW_AT_allocated
       
   723 DW_AT_associated
       
   724 DW_AT_byte_size
       
   725 DW_AT_data_location
       
   726 DW_AT_declaration
       
   727 DW_AT_description
       
   728 DW_AT_name
       
   729 DW_AT_sibling
       
   730 DW_AT_specification
       
   731 DW_AT_start_scope
       
   732 DW_AT_visibility
       
   733 0xffffffff
       
   734 DW_TAG_unspecified_parameters
       
   735 DW_AT_decl_column
       
   736 DW_AT_decl_file
       
   737 DW_AT_decl_line
       
   738 DW_AT_abstract_origin
       
   739 DW_AT_artificial
       
   740 DW_AT_sibling
       
   741 0xffffffff
       
   742 DW_TAG_unspecified_type
       
   743 DW_AT_decl_column
       
   744 DW_AT_decl_file
       
   745 DW_AT_decl_line
       
   746 DW_AT_description
       
   747 DW_AT_sibling
       
   748 0xffffffff
       
   749 DW_TAG_variable
       
   750 DW_AT_decl_column
       
   751 DW_AT_decl_file
       
   752 DW_AT_decl_line
       
   753 DW_AT_abstract_origin
       
   754 DW_AT_accessibility
       
   755 DW_AT_byte_size
       
   756 DW_AT_const_value
       
   757 DW_AT_declaration
       
   758 DW_AT_description
       
   759 DW_AT_endianity
       
   760 DW_AT_external
       
   761 DW_AT_location
       
   762 DW_AT_name
       
   763 DW_AT_segment
       
   764 DW_AT_sibling
       
   765 DW_AT_specification
       
   766 DW_AT_start_scope
       
   767 DW_AT_type
       
   768 DW_AT_visibility
       
   769 0xffffffff
       
   770 DW_TAG_variant
       
   771 DW_AT_decl_column
       
   772 DW_AT_decl_file
       
   773 DW_AT_decl_line
       
   774 DW_AT_accessibility
       
   775 DW_AT_abstract_origin
       
   776 DW_AT_declaration
       
   777 DW_AT_discr_list
       
   778 DW_AT_discr_value
       
   779 DW_AT_sibling
       
   780 0xffffffff
       
   781 DW_TAG_variant_part
       
   782 DW_AT_decl_column
       
   783 DW_AT_decl_file
       
   784 DW_AT_decl_line
       
   785 DW_AT_accessibility
       
   786 DW_AT_abstract_origin
       
   787 DW_AT_declaration
       
   788 DW_AT_discr
       
   789 DW_AT_sibling
       
   790 DW_AT_type
       
   791 0xffffffff
       
   792 DW_TAG_volatile_type
       
   793 DW_AT_allocated
       
   794 DW_AT_associated
       
   795 DW_AT_data_location
       
   796 DW_AT_name
       
   797 DW_AT_sibling
       
   798 DW_AT_type
       
   799 0xffffffff
       
   800 DW_TAG_with_stmt
       
   801 DW_AT_accessibility
       
   802 DW_AT_address_class
       
   803 DW_AT_declaration
       
   804 DW_AT_high_pc
       
   805 DW_AT_location
       
   806 DW_AT_low_pc
       
   807 DW_AT_ranges
       
   808 DW_AT_segment
       
   809 DW_AT_sibling
       
   810 DW_AT_type
       
   811 DW_AT_visibility
       
   812 0xffffffff