Struct Relocation
Relocation entry in an Ubiquity.NET.Llvm.ObjectFile
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 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(Object) | Performs equality checks against an Object |
Equals(Relocation) | Performs equality checks against another Relocation |
GetHashCode() | Gets a hash code for this Relocation |
Operators
Equality(Relocation, Relocation) | Equality comparison |
Inequality(Relocation, Relocation) | Inequality comparison |