(&self, addr: Address, name: Name)
| 235 | pub hints: Vec<(Address, ReducibilityHints)>, |
| 236 | /// §6 comms (tiny in practice; empty for compile-produced envs). |
| 237 | pub comms: Vec<(Address, Comm)>, |
| 238 | /// Byte offset (within the parsed buffer) of §5's entry count — where |
| 239 | /// a [`crate::serialize::NamedMetaCursor`] starts its streaming walk. |
| 240 | pub named_section_offset: usize, |
| 241 | /// §4 positional index → name-component address, retained so §5 |
| 242 | /// entries can be re-parsed standalone (`get_named_indexed`) without |