Class: Keg::DynamicStringReferences Private
- 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
-
#offsets ⇒ Array<Integer>
readonly
private
Absolute file offsets of the strings the loader references in it.
-
#string_table_range ⇒ Range<Integer>?
readonly
private
The file range of the dynamic string table, when its size is known.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#offsets ⇒ Array<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.
|
|
# File ''
|
#string_table_range ⇒ Range<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.
|
|
# File '' const :string_table_range, T.nilable(T::Range[Integer]) |