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

Method rodata_bytes

crates/asm-to-binary/src/assembler/output.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 .iter()
61 .map(|reloc| reloc.symbol.as_str())
62 .filter(|symbol| !self.symbol_table.contains_key(*symbol))
63 .collect()
64 }
65
66 /// Look up a section by kind, returning its byte content (or an empty slice).
67 pub fn section_bytes(&self, kind: &SectionKind) -> &[u8] {

Callers 1

linkFunction · 0.80

Calls 1

section_bytesMethod · 0.80

Tested by

no test coverage detected