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

Method text_bytes

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

Source from the content-addressed store, hash-verified

52 pub fn new() -> Self {
53 Self::default()
54 }
55
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

Callers 8

encode_jal_resolvesFunction · 0.80
linkFunction · 0.80
generate_rom_imageFunction · 0.80

Calls 1

section_bytesMethod · 0.80