Struct Relocation
Relocation entry in an Llvm.NET.ObjectFile
Namespace: Llvm.NET.ObjectFile
Assembly: Llvm.NET.dll
Syntax
public struct Relocation : IEquatable<Relocation>
Properties
Description | Gets the kind of relocation as a string for display purposes |
Kind | Gets the relocation type for this relocation |
Offset | Gets the offset for this relocation |
Section | Gets the Section this relocation belongs to |
Symbol | Gets the symbol associated with this relocation |
Value | Gets the relocation value as a string |
Methods
Equals(Relocation) | |
Equals(Object) | |
GetHashCode() |
Operators
Equality(Relocation, Relocation) | Equality comparison |
Inequality(Relocation, Relocation) | Inequality comparison |