Struct Section
Section in an ObjectFile
Namespace: Llvm.NET.ObjectFile
Assembly: Llvm.NET.dll
Syntax
public struct Section : IEquatable<Section>
Properties
Address | Gets the address of the section |
Contents | Gets the contents of the section |
Name | Gets the name of the section |
ObjectFile | Gets the object file this section belongs to |
Relocations | Gets the Relocations in this TargetObjectFile |
Methods
ContainsSymbol(Symbol) | Tests whether the section contains a given symbol |
Equals(Section) | |
Equals(Object) | |
GetHashCode() | |
MoveToContainingSection(Symbol) | Move the iterator to the section containing the provided symbol |
Operators
Equality(Section, Section) | Equality comparison |
Inequality(Section, Section) | Inequality comparison |