nx_outbuf.nx
buildroot/runtime/nx_outbuf.nx
about
dependencies 1 imports · 43 importers
diagram shows first 10 each side; +0 more imports, +33 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: crt0.nxnx_aarch64.nxnx_compile_field_candidate_t280.nxnx_compile_wat.nxnx_compile_wat_call_operands_t143.nxnx_compile_wat_scalararm.nxnx_compile_x86.nxnx_dom_oracle_gate.nxnx_nxc.nxnx_riscv.nxnx_rv64_atomic_gate.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_wasm_call_operands_t143.nxnx_wasm_data.nxnx_wasm_scalararm.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 81: mainemit_crt0_startcompilea64_emit_section_texta64_emit_section_rodataa64_emit_label+75 calls 1: out_char |
| 49 | func out_i64(o: *OutBuf, n: i64) -> i64 called by 38: a64_emit_prologuea64_emit_epiloguea64_emit_mov_imm64nxc_compilereg_nameemit_sp_adjust+32 calls 2: out_charsys_mmap |
| 92 | func out_indent(o: *OutBuf, n: i64) -> i64 calls 1: out_char |