Class: Rubycc::Link::SharedLinker::Placed
- Inherits:
-
Struct
- Object
- Struct
- Rubycc::Link::SharedLinker::Placed
- Defined in:
- lib/rubycc/link/shared_linker.rb
Overview
A section placed into the image: its ELF section-header fields plus the
assigned load address and file offset. data holds the file bytes (nil
for a NOBITS section, which reserves memory only). index is its position
in the emitted section header table, resolved during layout.