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

Method data_bytes

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

Source from the content-addressed store, hash-verified

56 /// Symbols this object references but does not define locally, i.e. the
57 /// names the linker must resolve from other objects.
58 pub fn undefined_symbol_names(&self) -> std::collections::HashSet<&str> {
59 self.relocations
60 .iter()
61 .map(|reloc| reloc.symbol.as_str())
62 .filter(|symbol| !self.symbol_table.contains_key(*symbol))
63 .collect()

Callers 1

linkFunction · 0.80

Calls 1

section_bytesMethod · 0.80

Tested by

no test coverage detected