github.com/DQNEO/babygo@v0.0.3/src/runtime/_.s (about) 1 // This file is nothing more than a dummy to deceive Goland. Babygo is actually not using this. 2 #include "textflag.h" 3 4 TEXT runtime·Write(SB), NOSPLIT 5 RET 6 7 TEXT runtime·Syscall(SB), NOSPLIT 8 RET 9 10 TEXT runtime·makeSlice1(SB), NOSPLIT 11 RET 12 13 TEXT runtime·makeSlice8(SB), NOSPLIT 14 RET 15 16 TEXT runtime·makeSlice16(SB), NOSPLIT 17 RET 18 19 TEXT runtime·makeSlice24(SB), NOSPLIT 20 RET