diff options
Diffstat (limited to 'src/readelf.c')
| -rw-r--r-- | src/readelf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/readelf.c b/src/readelf.c index 2197d840..83949b7c 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -4104,6 +4104,7 @@ attr_callback (Dwarf_Attribute *attrp, void *arg) switch (attr) { case DW_AT_location: + case DW_AT_data_location: case DW_AT_data_member_location: case DW_AT_vtable_elem_location: case DW_AT_string_length: @@ -4192,6 +4193,7 @@ attr_callback (Dwarf_Attribute *attrp, void *arg) switch (attr) { case DW_AT_location: + case DW_AT_data_location: case DW_AT_data_member_location: case DW_AT_vtable_elem_location: case DW_AT_string_length: |
