summaryrefslogtreecommitdiff
path: root/plugins/itanium/component-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-04 10:24:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-04 10:24:39 (GMT)
commit1ade82e135d4e815db5b33c9ebd67632b74e5e1d (patch)
treeeafda5b3e4062922ee4f0b64e8f90695bfbde9c3 /plugins/itanium/component-int.h
parent8dc83465a6ca2d5b94b983b39f6c06d37e4126a0 (diff)
Fixed various mistakes in Itanium C++ demangling.
Diffstat (limited to 'plugins/itanium/component-int.h')
-rw-r--r--plugins/itanium/component-int.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/itanium/component-int.h b/plugins/itanium/component-int.h
index fb8c423..20b2c8d 100644
--- a/plugins/itanium/component-int.h
+++ b/plugins/itanium/component-int.h
@@ -36,8 +36,6 @@ struct _itanium_component
unsigned int refcount; /* Compteur de références */
- fnv64_t hash; /* Empreinte en cache */
-
union
{
/* ICT_NAME */
@@ -66,8 +64,9 @@ struct _itanium_component
/* ICT_VIRTUAL_OFFSET */
ssize_t offset; /* Décalage de fonction */
- /* ICT_STD_SUBST */
/* ICT_TYPE */
+ /* ICT_VENDOR_TYPE */
+ /* ICT_STD_SUBST */
GDataType *dtype; /* Type instancié */
/* ICT_QUALIFIED_TYPE */