Skip to content

Commit

Permalink
Add symtabAPI/h/Symbol.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent ab698ec commit 7e1e31e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symtabAPI/h/Symbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,17 @@ class SYMTAB_EXPORT Symbol : public AnnotatableSparse
SymbolLinkage linkage_;
SymbolVisibility visibility_;
Offset offset_;
Offset ptr_offset_; // Function descriptor offset. Not available on all platforms.
Offset ptr_offset_;
Offset localTOC_;
Region* region_;
Symbol* referring_;
unsigned size_; // size of this symbol. This is NOT available on all platforms.
unsigned size_;

bool isDynamic_;
bool isAbsolute_;
bool isDebug_;

Aggregate * aggregate_; // Pointer to Function or Variable container, if appropriate.
Aggregate * aggregate_;

std::string mangledName_;

Expand Down

0 comments on commit 7e1e31e

Please sign in to comment.