MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / AssembledOutput

Class AssembledOutput

crates/asm-to-binary/src/assembler/output.rs:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/// location that produced it. `file_id` indexes [`AssembledOutput::file_name`].
32#[derive(Debug, Clone, Copy, PartialEq, Eq)]
33pub struct LineEntry {
34 pub addr: u64,
35 pub file_id: u32,
36 pub line: u32,
37}
38
39/// The final output produced by the assembler: byte blobs per section, symbol table, relocations.
40#[derive(Debug, Default, Clone)]
41pub struct AssembledOutput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected