Text file test/asmhdr.dir/main.s

     1  // Copyright 2021 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 "go_asm.h"
     6  #define RODATA	8
     7  
     8  DATA ·smallIntAsm(SB)/8, $const_smallInt
     9  GLOBL ·smallIntAsm(SB),RODATA,$8
    10  
    11  DATA ·bigIntAsm(SB)/8, $const_bigInt
    12  GLOBL ·bigIntAsm(SB),RODATA,$8
    13  
    14  DATA ·stringAsm(SB)/4, $const_stringVal
    15  GLOBL ·stringAsm(SB),RODATA,$4
    16  
    17  DATA ·longStringAsm(SB)/91, $const_longStringVal
    18  GLOBL ·longStringAsm(SB),RODATA,$91
    19  
    20  DATA ·typSize(SB)/8, $typ__size
    21  GLOBL ·typSize(SB),RODATA,$8
    22  
    23  DATA ·typA(SB)/8, $typ_a
    24  GLOBL ·typA(SB),RODATA,$8
    25  
    26  DATA ·typB(SB)/8, $typ_b
    27  GLOBL ·typB(SB),RODATA,$8
    28  
    29  DATA ·typC(SB)/8, $typ_c
    30  GLOBL ·typC(SB),RODATA,$8
    31  

View as plain text