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

Method effective_load_base

src/compilation_pipeline.rs:270–272  ·  view source on GitHub ↗

Effective load base address (shorthand for `effective_link_layout().load_base`).

(&self)

Source from the content-addressed store, hash-verified

268 TargetMode::Freestanding => "kmain",
269 TargetMode::Kernel => "_kernel_start",
270 }
271 }
272 }
273
274 pub fn target_mode(&self) -> TargetMode {
275 self.target_mode

Callers 3

cmd_linkFunction · 0.80
compileMethod · 0.80

Calls 1

effective_link_layoutMethod · 0.80

Tested by

no test coverage detected