Home | History | Annotate | Download | only in runtime
      1 // Copyright 2014 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 #include "textflag.h"
      6 
      7 // funcdata for functions with no local variables in frame.
      8 // Define two zero-length bitmaps, because the same index is used
      9 // for the local variables as for the argument frame, and assembly
     10 // frames have two argument bitmaps, one without results and one with results.
     11 DATA runtimeno_pointers_stackmap+0x00(SB)/4, $2
     12 DATA runtimeno_pointers_stackmap+0x04(SB)/4, $0
     13 GLOBL runtimeno_pointers_stackmap(SB),RODATA, $8
     14 
     15 TEXT runtimenop(SB),NOSPLIT,$0-0
     16 	RET
     17 
     18 GLOBL runtimemheap_(SB), NOPTR, $0
     19 GLOBL runtimememstats(SB), NOPTR, $0
     20