code wiki / (root) / bf_probe.nx

bf_probe.nx

buildroot/runtime/bf_probe.nx

1263 B38 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probetopic bf
docsdependenciesstructsconstsfunctions

about

GENERATED by nx_bugforge -- do not hand-edit

dependencies 1 imports · 0 importers

nx_syscalls.nx bf_probe.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main bf_orig bf_mut cw sys_write cn cw ↻ sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_write ↻

structs

none

consts

none

functions

3func cw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: cnmain calls 1: sys_write
4func cn(v: i64) -> i64
called by 1: main calls 3: cwsys_mmapsys_write
17func bf_orig(a: i64) -> i64
called by 2: mainbf_gen_head
21func bf_mut(a: i64) -> i64
called by 2: mainbf_gen_head
25func main() -> i64