nx_outbuf.nx
buildroot/runtime/nx_outbuf.nx
about
dependencies 1 imports · 36 importers
diagram shows first 10 each side; +0 more imports, +26 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: crt0.nxnx_aarch64.nxnx_compile_wat.nxnx_compile_x86.nxnx_dom_oracle_gate.nxnx_nxc.nxnx_riscv.nxnx_smoke_nxc_pipeline.nxnx_smoke_nxc_pipeline10.nxnx_smoke_nxc_pipeline11.nxnx_smoke_nxc_pipeline12.nxnx_smoke_nxc_pipeline13.nxnx_smoke_nxc_pipeline14.nxnx_smoke_nxc_pipeline15.nxnx_smoke_nxc_pipeline2.nxnx_smoke_nxc_pipeline3.nxnx_smoke_nxc_pipeline4.nxnx_smoke_nxc_pipeline5.nxnx_smoke_nxc_pipeline7.nxnx_smoke_nxc_pipeline8.nxnx_smoke_nxc_pipeline9.nxnx_smoke_nxc_tilde.nxnx_tensor_lower.nxnx_vcc_color_wat.nxnx_vcc_probe_wat.nxnx_wasm.nxnx_x86_64.nxnx_x86_64_arith_test.nxnx_x86_64_branch_test.nxnx_x86_64_call_test.nxnx_x86_64_ctx.nxnx_x86_64_ctx_test.nxnx_x86_64_loadstore_test.nxnx_x86_64_module_test.nxnx_x86_64_test.nxoutbuf.nx
structs
| 16 | struct OutBuf |
consts
| none |
functions
| 22 | func out_new(cap: i64) -> *OutBuf |
| 31 | func out_char(o: *OutBuf, c: i64) -> i64 |
| 39 | func out_str(o: *OutBuf, s: *u8) -> i64 called by 240: mainemit_crt0_startcompilea64_emit_section_texta64_emit_section_rodataa64_emit_label+234 calls 1: out_char |
| 49 | func out_i64(o: *OutBuf, n: i64) -> i64 called by 75: a64_emit_prologuea64_emit_epiloguea64_emit_mov_imm64nxc_compilereg_nameemit_sp_adjust+69 calls 2: out_charsys_mmap |
| 92 | func out_indent(o: *OutBuf, n: i64) -> i64 called by 25: wat_push_operandwat_store_resultwat_emit_binopwat_emit_cmpwat_emit_v128sadwat_emit_call+19 calls 1: out_char |