summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-01-04 10:55:56 -0700
committerRusty Wagner <rusty.wagner@gmail.com>2024-01-04 12:42:14 -0700
commite27a7226a23f0276360542a69570e58b0edc9747 (patch)
treeae2a49a42a7a05aa2c4ef4e58d4de9d00e1164b1 /python/types.py
parent5a2d058c381a5fa0889464772b7399df2f39ebe8 (diff)
Add local label symbol type to always prioritize normal local symbols over compiler generated labels
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/types.py b/python/types.py
index 87e092bb..3aea1fca 100644
--- a/python/types.py
+++ b/python/types.py
@@ -398,6 +398,7 @@ class Symbol(CoreSymbol):
ExternalSymbol Symbols for data and code that reside outside the BinaryView
LibraryFunctionSymbol Symbols for functions identified as belonging to a shared library
SymbolicFunctionSymbol Symbols for functions without a concrete implementation or which have been abstractly represented
+ LocalLabelSymbol Symbol for a local label in the current binary
=========================== =================================================================
"""
def __init__(