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