This commit is contained in:
xushiwei
2024-04-20 00:44:36 +08:00
parent e5d789ddae
commit adacbd262b
4 changed files with 211 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ const (
LocalText = SymbolType('t') // Local text (code) section symbol
LocalData = SymbolType('d') // Local data (local var) section symbol
LocalBSS = SymbolType('b') // Local BSS (uninitialized local var) section symbol
LocalASym = SymbolType('s') // Local symbol in an assembler source file
)
// Symbol represents a symbol in an object file.