code wiki / _hdl_build / nx_mrds_probe_b.nx

nx_mrds_probe_b.nx

buildroot/runtime/_hdl_build/nx_mrds_probe_b.nx

718 B10 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind probe
docsdependenciesstructsconstsfunctions

about

nx_mrds_probe_b.nx -- deadshadow NEGATIVE control: subset-variant g_pn, NO lib import. deadshadow mode must SKIP this file (nothing shadows the local). license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_mrds_probe_b.nx

imports: nx_syscalls.nxnx_itoa_lib.nx

imported by: nobody (leaf or entry point)

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

main g_pn nxi_out nxi_fd 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 nxa_dump_sizes ccz_cat_num nxi_buf sys_write ↻ sys_munmap

structs

none

consts

none

functions

9func g_pn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
10func main() -> i64 { g_pn(9); return 0 }
calls 1: g_pn