summaryrefslogtreecommitdiff
path: root/src/format/symbol-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-04-12 22:25:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-04-12 22:25:43 (GMT)
commit8d4c5ae6dfd812b753109a25d7e84f7e524d4bf0 (patch)
treeb437de37b5447daa02263901aca4ef7a7d2d0386 /src/format/symbol-int.h
parentb4cbeedf6ed4e04dd85c92e8345b4cb8dcaab27d (diff)
Improved support of type prefix for symbols.
Diffstat (limited to 'src/format/symbol-int.h')
-rw-r--r--src/format/symbol-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/symbol-int.h b/src/format/symbol-int.h
index 77ffd39..5e77a4d 100644
--- a/src/format/symbol-int.h
+++ b/src/format/symbol-int.h
@@ -41,6 +41,9 @@ typedef union _sym_obj_extra
{
SymbolType stype; /* Type du symbole */
SymbolStatus status; /* Visibilité du symbole */
+
+ char nm_prefix; /* Eventuel préfixe "nm" */
+
SymbolFlag flags; /* Informations complémentaires*/
};