| author | |
| committer | |
| log | 29ec409b52827ae815564deaecb8f7529bb47444 |
| tree | 09ffee2a6261e7d8b4c9dde8880bb9d066497ae0 |
| parent | 795b3e9b68986a587ac1fc9a2df6d87067d6f955 |
Even though it's been standardized in DWARF5 some compilers produce it
anyway for DWARF4 infos too.1 files changed, 3 insertions(+), 0 deletions(-)
std/dwarf.zig+3| ... | ... | @@ -241,6 +241,9 @@ pub const AT_const_expr = 0x6c; |
| 241 | 241 | pub const AT_enum_class = 0x6d; |
| 242 | 242 | pub const AT_linkage_name = 0x6e; |
| 243 | 243 | |
| 244 | // DWARF 5 | |
| 245 | pub const AT_alignment = 0x88; | |
| 246 | ||
| 244 | 247 | pub const AT_lo_user = 0x2000; // Implementation-defined range start. |
| 245 | 248 | pub const AT_hi_user = 0x3fff; // Implementation-defined range end. |
| 246 | 249 |