From: Seva Alekseyev Date: Sat, 6 Nov 2021 20:58:46 +0000 (-0400) Subject: DW_AT_virtual (#380) X-Git-Tag: v0.28~9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87c7eba57d1423abffa78bb1058eb3bb2b513f02;p=pyelftools.git DW_AT_virtual (#380) * DWARF 5 tags and attributes * DW_AT_virtual Co-authored-by: Seva Alekseyev --- diff --git a/elftools/dwarf/enums.py b/elftools/dwarf/enums.py index c900867..5baa7ce 100644 --- a/elftools/dwarf/enums.py +++ b/elftools/dwarf/enums.py @@ -152,6 +152,7 @@ ENUM_DW_AT = dict( DW_AT_bit_stride = 0x2e, DW_AT_stride_size = 0x2e, DW_AT_upper_bound = 0x2f, + DW_AT_virtual = 0x30, DW_AT_abstract_origin = 0x31, DW_AT_accessibility = 0x32, DW_AT_address_class = 0x33,