Symbol

public struct Symbol

A symbol is a top-level addressable entity in an object file.

  • The symbol name.

    Declaration

    Swift

    public let name: String
  • The size of the data in the symbol.

    Declaration

    Swift

    public let size: Int
  • The address of the symbol in the object file.

    Declaration

    Swift

    public let address: Int