Struct Symbol
Symbol in an TargetBinary
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
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) | Tests an Object for equality |
Equals(Symbol) | Tests an Symbol for equality |
GetHashCode() | Gets a hash code for this Section |
Operators
Equality(Symbol, Symbol) | Equality comparison |
Inequality(Symbol, Symbol) | Inequality comparison |