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

Function pcrel_split

crates/asm-to-binary/src/object_linker.rs:392–396  ·  view source on GitHub ↗
(offset: i64)

Source from the content-addressed store, hash-verified

390 for pass_bss in [false, true] {
391 for sec in &module.sections {
392 let Some(kind) = &sec.kind else {
393 continue;
394 };
395 if matches!(kind, SectionKind::Bss) == pass_bss {
396 out.push(sec);
397 }
398 }
399 }

Callers 2

patch_call_pairFunction · 0.70
patch_laFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected