added name field to AttributeValue
diff --git a/scripts/readelf.py b/scripts/readelf.py
index 0688f40..283ad92 100755
--- a/scripts/readelf.py
+++ b/scripts/readelf.py
@@ -524,7 +524,7 @@
                         attr.offset - section_offset,
                         attrname,
                         describe_attr_value(
-                            attrname, attr, die, section_offset)))
+                            attr, die, section_offset)))
                 
                 if die.has_children:
                     die_depth += 1