github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/src/pkg/runtime/rt0_linux_386.s (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 TEXT _rt0_386_linux(SB),7,$8 6 MOVL 8(SP), AX 7 LEAL 12(SP), BX 8 MOVL AX, 0(SP) 9 MOVL BX, 4(SP) 10 CALL runtime·linux_setup_vdso(SB) 11 CALL main(SB) 12 INT $3 13 14 TEXT main(SB),7,$0 15 JMP _rt0_386(SB) 16 17 TEXT _fallback_vdso(SB),7,$0 18 INT $0x80 19 RET 20 21 DATA runtime·_vdso(SB)/4, $_fallback_vdso(SB) 22 GLOBL runtime·_vdso(SB), $4 23