Struct Symbol
Symbol in an TargetBinary
Namespace: Ubiquity.NET.Llvm.ObjectFile
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public struct Symbol : IEquatable<Symbol>
Properties
Address | Gets the address of the symbol |
ContainingBinary | Gets the TargetBinary this symbol belongs to |
Name | Gets the name of the symbol |
Section | Gets the section this symbol belongs to |
Size | Gets the size of the symbol |
Methods
Equals(Object) | |
Equals(Symbol) | |
GetHashCode() |
Operators
Equality(Symbol, Symbol) | Equality comparison |
Inequality(Symbol, Symbol) | Inequality comparison |