code wiki / _hdl_build / nx_doc_build_resolve.nx
nx_doc_build_resolve.nx
buildroot/runtime/_hdl_build/nx_doc_build_resolve.nx
about
nx_doc_build_resolve.nx -- Automatically builds, diagnoses, and heals modules with real-time error resolution and rebuild verification.
dependencies 5 imports · 0 importers
imports: nx_gate_gn.nxnx_syscalls.nxnx_doc_autoheal.nxnx_doc_kwscan.nxnx_doc_mainscan.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 16 | const K_MAGIC_8192: i64 = 8192 |
| 17 | const K_MAGIC_2048: i64 = 2048 |
functions
| 19 | func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 20 | func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: main |
| 21 | func dcat(dst: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var i: i64=0; while s[i]!=(0 as u8){ dst[o]=s[i]; o=o+1; i=i+1 } dst[o]=0 as u8; return o } called by 1: main |
| 24 | func dbr_run(path: *u8, argv: *i64, envp: *i64, ro: i64, re: i64) -> i64 |
| 39 | func dbr_build(name: *u8, buildonly: i64, logpath: *u8) -> i64 |
| 50 | func write_all(path: *u8, buf: *u8, len: i64) -> i64 |
| 55 | func main(argc: i64, argv: *i64) -> i64 |