Relocation
public struct RelocationA 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. DeclarationSwift public let type: Int
- 
                  
                  The offset the relocated symbol resides at. DeclarationSwift public let offset: Int
- 
                  
                  The symbol that is the subject of the relocation. DeclarationSwift public let symbol: Symbol
- 
                  
                  Get a string that represents the type of this relocation for display purposes. DeclarationSwift public let typeName: String
 Relocation Structure Reference
        Relocation Structure Reference