Struct Section
Section 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 Section : IEquatable<Section>
Properties
Address | Gets the address of the section |
ContainingBinary | Gets the TargetBinary this section belongs to |
Contents | Gets the contents of the section |
Name | Gets the name of the section |
Relocations | Gets the Relocations in this TargetBinary |
Methods
ContainsSymbol(Symbol) | Tests whether the section contains a given symbol |
Equals(Object) | Tests an Object for equality |
Equals(Section) | Tests an Section for equality |
GetHashCode() | Gets a hash code for this Section |
MoveToContainingSection(Symbol) | Move the iterator to the section containing the provided symbol |
Operators
Equality(Section, Section) | Equality comparison |
Inequality(Section, Section) | Inequality comparison |