Class: Keg::DynamicStringReferences Private

Inherits:
T::Struct
  • Object
show all
Defined in:
keg_relocate.rb

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(string_table_range: nil, offsets:) ⇒ void

Parameters:

  • string_table_range (Range<Integer>, nil) (defaults to: nil)

    The file range of the dynamic string table, when its size is known.

  • offsets (Array<Integer>)

    Absolute file offsets of the strings the loader references in it.



# File ''

const :string_table_range, T.nilable(T::Range[Integer])

Instance Attribute Details

#offsetsArray<Integer> (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Absolute file offsets of the strings the loader references in it.

Returns:



# File ''

#string_table_rangeRange<Integer>? (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

The file range of the dynamic string table, when its size is known.

Returns:



# File ''

const :string_table_range, T.nilable(T::Range[Integer])