Expand description
Shared native-object collection helpers.
Structs§
- Native
Symbol Range - Transient native-symbol data used only by format-specific join code.
Functions§
- collect_
sections - Copy the section, read-only data, and relocation facts common to native object formats into format-neutral IR.
- collect_
text_ symbols - Collect text symbols using the shared native identity and boundary rules.
- collect_
undefined_ imports - Collect undefined native-object symbols as imports.
- data_
fingerprint - Build the common native data-segment identity from its section and bytes.
- infer_
text_ regions - Add one explicitly inferred region for every non-empty text section.
- symbol_
fingerprint - Build the common native-symbol identity from unambiguous fields.
- symbol_
size - Determine a native symbol’s byte extent without attributing bytes to a zero-size alias.
- trim_
inferred_ symbol_ padding - Remove only conventional trailing padding from an inferred native symbol.