Relocation
public struct Relocation
A Relocation represents the contents of a relocated symbol in the dynamic linker.
-
Retrieves the type of this relocation.
The value of this integer is dependent upon the type of object file it was retrieved from.
Declaration
Swift
public let type: Int -
The offset the relocated symbol resides at.
Declaration
Swift
public let offset: Int -
The symbol that is the subject of the relocation.
Declaration
Swift
public let symbol: Symbol -
Get a string that represents the type of this relocation for display purposes.
Declaration
Swift
public let typeName: String
Relocation Structure Reference