| ... | @@ -241,6 +241,9 @@ pub const AT_const_expr = 0x6c; | ... | @@ -241,6 +241,9 @@ pub const AT_const_expr = 0x6c; |
| 241 | pub const AT_enum_class = 0x6d; | 241 | pub const AT_enum_class = 0x6d; |
| 242 | pub const AT_linkage_name = 0x6e; | 242 | pub const AT_linkage_name = 0x6e; |
| 243 | | 243 | |
| | 244 | // DWARF 5 |
| | 245 | pub const AT_alignment = 0x88; |
| | 246 | |
| 244 | pub const AT_lo_user = 0x2000; // Implementation-defined range start. | 247 | pub const AT_lo_user = 0x2000; // Implementation-defined range start. |
| 245 | pub const AT_hi_user = 0x3fff; // Implementation-defined range end. | 248 | pub const AT_hi_user = 0x3fff; // Implementation-defined range end. |
| 246 | | 249 | |