Repository URL to install this package:
|
Version:
1.0 ▾
|
!<arch>
__.PKGDEF 0 0 0 644 61187 `
go object linux amd64 go1.6 X:none
build id "b4534e3306c36826b4f863ecc5422d56e37e6bfa"
$$
package elf
import strconv "strconv"
import errors "errors"
import bytes "bytes"
import io "io"
import zlib "compress/zlib"
import fmt "fmt"
import dwarf "debug/dwarf"
import binary "encoding/binary"
import os "os"
import strings "strings"
const @"".EI_CLASS = 0x4
const @"".EI_DATA = 0x5
const @"".EI_VERSION = 0x6
const @"".EI_OSABI = 0x7
const @"".EI_ABIVERSION = 0x8
const @"".EI_PAD = 0x9
const @"".EI_NIDENT = 0x10
const @"".ELFMAG = "\u007fELF"
type @"".Version uint8
func (@"".i·2 @"".Version) GoString () (? string)
func (@"".i·2 @"".Version) String () (? string)
const @"".EV_NONE @"".Version = 0x0
const @"".EV_CURRENT @"".Version = 0x1
type @"".Class uint8
func (@"".i·2 @"".Class) GoString () (? string)
func (@"".i·2 @"".Class) String () (? string)
const @"".ELFCLASSNONE @"".Class = 0x0
const @"".ELFCLASS32 @"".Class = 0x1
const @"".ELFCLASS64 @"".Class = 0x2
type @"".Data uint8
func (@"".i·2 @"".Data) GoString () (? string)
func (@"".i·2 @"".Data) String () (? string)
const @"".ELFDATANONE @"".Data = 0x0
const @"".ELFDATA2LSB @"".Data = 0x1
const @"".ELFDATA2MSB @"".Data = 0x2
type @"".OSABI uint8
func (@"".i·2 @"".OSABI) GoString () (? string)
func (@"".i·2 @"".OSABI) String () (? string)
const @"".ELFOSABI_NONE @"".OSABI = 0x0
const @"".ELFOSABI_HPUX @"".OSABI = 0x1
const @"".ELFOSABI_NETBSD @"".OSABI = 0x2
const @"".ELFOSABI_LINUX @"".OSABI = 0x3
const @"".ELFOSABI_HURD @"".OSABI = 0x4
const @"".ELFOSABI_86OPEN @"".OSABI = 0x5
const @"".ELFOSABI_SOLARIS @"".OSABI = 0x6
const @"".ELFOSABI_AIX @"".OSABI = 0x7
const @"".ELFOSABI_IRIX @"".OSABI = 0x8
const @"".ELFOSABI_FREEBSD @"".OSABI = 0x9
const @"".ELFOSABI_TRU64 @"".OSABI = 0xa
const @"".ELFOSABI_MODESTO @"".OSABI = 0xb
const @"".ELFOSABI_OPENBSD @"".OSABI = 0xc
const @"".ELFOSABI_OPENVMS @"".OSABI = 0xd
const @"".ELFOSABI_NSK @"".OSABI = 0xe
const @"".ELFOSABI_ARM @"".OSABI = 0x61
const @"".ELFOSABI_STANDALONE @"".OSABI = 0xff
type @"".Type uint16
func (@"".i·2 @"".Type) GoString () (? string)
func (@"".i·2 @"".Type) String () (? string)
const @"".ET_NONE @"".Type = 0x0
const @"".ET_REL @"".Type = 0x1
const @"".ET_EXEC @"".Type = 0x2
const @"".ET_DYN @"".Type = 0x3
const @"".ET_CORE @"".Type = 0x4
const @"".ET_LOOS @"".Type = 0xfe00
const @"".ET_HIOS @"".Type = 0xfeff
const @"".ET_LOPROC @"".Type = 0xff00
const @"".ET_HIPROC @"".Type = 0xffff
type @"".Machine uint16
func (@"".i·2 @"".Machine) GoString () (? string)
func (@"".i·2 @"".Machine) String () (? string)
const @"".EM_NONE @"".Machine = 0x0
const @"".EM_M32 @"".Machine = 0x1
const @"".EM_SPARC @"".Machine = 0x2
const @"".EM_386 @"".Machine = 0x3
const @"".EM_68K @"".Machine = 0x4
const @"".EM_88K @"".Machine = 0x5
const @"".EM_860 @"".Machine = 0x7
const @"".EM_MIPS @"".Machine = 0x8
const @"".EM_S370 @"".Machine = 0x9
const @"".EM_MIPS_RS3_LE @"".Machine = 0xa
const @"".EM_PARISC @"".Machine = 0xf
const @"".EM_VPP500 @"".Machine = 0x11
const @"".EM_SPARC32PLUS @"".Machine = 0x12
const @"".EM_960 @"".Machine = 0x13
const @"".EM_PPC @"".Machine = 0x14
const @"".EM_PPC64 @"".Machine = 0x15
const @"".EM_S390 @"".Machine = 0x16
const @"".EM_V800 @"".Machine = 0x24
const @"".EM_FR20 @"".Machine = 0x25
const @"".EM_RH32 @"".Machine = 0x26
const @"".EM_RCE @"".Machine = 0x27
const @"".EM_ARM @"".Machine = 0x28
const @"".EM_SH @"".Machine = 0x2a
const @"".EM_SPARCV9 @"".Machine = 0x2b
const @"".EM_TRICORE @"".Machine = 0x2c
const @"".EM_ARC @"".Machine = 0x2d
const @"".EM_H8_300 @"".Machine = 0x2e
const @"".EM_H8_300H @"".Machine = 0x2f
const @"".EM_H8S @"".Machine = 0x30
const @"".EM_H8_500 @"".Machine = 0x31
const @"".EM_IA_64 @"".Machine = 0x32
const @"".EM_MIPS_X @"".Machine = 0x33
const @"".EM_COLDFIRE @"".Machine = 0x34
const @"".EM_68HC12 @"".Machine = 0x35
const @"".EM_MMA @"".Machine = 0x36
const @"".EM_PCP @"".Machine = 0x37
const @"".EM_NCPU @"".Machine = 0x38
const @"".EM_NDR1 @"".Machine = 0x39
const @"".EM_STARCORE @"".Machine = 0x3a
const @"".EM_ME16 @"".Machine = 0x3b
const @"".EM_ST100 @"".Machine = 0x3c
const @"".EM_TINYJ @"".Machine = 0x3d
const @"".EM_X86_64 @"".Machine = 0x3e
const @"".EM_AARCH64 @"".Machine = 0xb7
const @"".EM_486 @"".Machine = 0x6
const @"".EM_MIPS_RS4_BE @"".Machine = 0xa
const @"".EM_ALPHA_STD @"".Machine = 0x29
const @"".EM_ALPHA @"".Machine = 0x9026
type @"".SectionIndex int
func (@"".i·2 @"".SectionIndex) GoString () (? string)
func (@"".i·2 @"".SectionIndex) String () (? string)
const @"".SHN_UNDEF @"".SectionIndex = 0x0
const @"".SHN_LORESERVE @"".SectionIndex = 0xff00
const @"".SHN_LOPROC @"".SectionIndex = 0xff00
const @"".SHN_HIPROC @"".SectionIndex = 0xff1f
const @"".SHN_LOOS @"".SectionIndex = 0xff20
const @"".SHN_HIOS @"".SectionIndex = 0xff3f
const @"".SHN_ABS @"".SectionIndex = 0xfff1
const @"".SHN_COMMON @"".SectionIndex = 0xfff2
const @"".SHN_XINDEX @"".SectionIndex = 0xffff
const @"".SHN_HIRESERVE @"".SectionIndex = 0xffff
type @"".SectionType uint32
func (@"".i·2 @"".SectionType) GoString () (? string)
func (@"".i·2 @"".SectionType) String () (? string)
const @"".SHT_NULL @"".SectionType = 0x0
const @"".SHT_PROGBITS @"".SectionType = 0x1
const @"".SHT_SYMTAB @"".SectionType = 0x2
const @"".SHT_STRTAB @"".SectionType = 0x3
const @"".SHT_RELA @"".SectionType = 0x4
const @"".SHT_HASH @"".SectionType = 0x5
const @"".SHT_DYNAMIC @"".SectionType = 0x6
const @"".SHT_NOTE @"".SectionType = 0x7
const @"".SHT_NOBITS @"".SectionType = 0x8
const @"".SHT_REL @"".SectionType = 0x9
const @"".SHT_SHLIB @"".SectionType = 0xa
const @"".SHT_DYNSYM @"".SectionType = 0xb
const @"".SHT_INIT_ARRAY @"".SectionType = 0xe
const @"".SHT_FINI_ARRAY @"".SectionType = 0xf
const @"".SHT_PREINIT_ARRAY @"".SectionType = 0x10
const @"".SHT_GROUP @"".SectionType = 0x11
const @"".SHT_SYMTAB_SHNDX @"".SectionType = 0x12
const @"".SHT_LOOS @"".SectionType = 0x60000000
const @"".SHT_GNU_ATTRIBUTES @"".SectionType = 0x6ffffff5
const @"".SHT_GNU_HASH @"".SectionType = 0x6ffffff6
const @"".SHT_GNU_LIBLIST @"".SectionType = 0x6ffffff7
const @"".SHT_GNU_VERDEF @"".SectionType = 0x6ffffffd
const @"".SHT_GNU_VERNEED @"".SectionType = 0x6ffffffe
const @"".SHT_GNU_VERSYM @"".SectionType = 0x6fffffff
const @"".SHT_HIOS @"".SectionType = 0x6fffffff
const @"".SHT_LOPROC @"".SectionType = 0x70000000
const @"".SHT_HIPROC @"".SectionType = 0x7fffffff
const @"".SHT_LOUSER @"".SectionType = 0x80000000
const @"".SHT_HIUSER @"".SectionType = 0xffffffff
type @"".SectionFlag uint32
func (@"".i·2 @"".SectionFlag) GoString () (? string)
func (@"".i·2 @"".SectionFlag) String () (? string)
const @"".SHF_WRITE @"".SectionFlag = 0x1
const @"".SHF_ALLOC @"".SectionFlag = 0x2
const @"".SHF_EXECINSTR @"".SectionFlag = 0x4
const @"".SHF_MERGE @"".SectionFlag = 0x10
const @"".SHF_STRINGS @"".SectionFlag = 0x20
const @"".SHF_INFO_LINK @"".SectionFlag = 0x40
const @"".SHF_LINK_ORDER @"".SectionFlag = 0x80
const @"".SHF_OS_NONCONFORMING @"".SectionFlag = 0x100
const @"".SHF_GROUP @"".SectionFlag = 0x200
const @"".SHF_TLS @"".SectionFlag = 0x400
const @"".SHF_COMPRESSED @"".SectionFlag = 0x800
const @"".SHF_MASKOS @"".SectionFlag = 0xff00000
const @"".SHF_MASKPROC @"".SectionFlag = 0xf0000000
type @"".CompressionType int
func (@"".i·2 @"".CompressionType) GoString () (? string)
func (@"".i·2 @"".CompressionType) String () (? string)
const @"".COMPRESS_ZLIB @"".CompressionType = 0x1
const @"".COMPRESS_LOOS @"".CompressionType = 0x60000000
const @"".COMPRESS_HIOS @"".CompressionType = 0x6fffffff
const @"".COMPRESS_LOPROC @"".CompressionType = 0x70000000
const @"".COMPRESS_HIPROC @"".CompressionType = 0x7fffffff
type @"".ProgType int
func (@"".i·2 @"".ProgType) GoString () (? string)
func (@"".i·2 @"".ProgType) String () (? string)
const @"".PT_NULL @"".ProgType = 0x0
const @"".PT_LOAD @"".ProgType = 0x1
const @"".PT_DYNAMIC @"".ProgType = 0x2
const @"".PT_INTERP @"".ProgType = 0x3
const @"".PT_NOTE @"".ProgType = 0x4
const @"".PT_SHLIB @"".ProgType = 0x5
const @"".PT_PHDR @"".ProgType = 0x6
const @"".PT_TLS @"".ProgType = 0x7
const @"".PT_LOOS @"".ProgType = 0x60000000
const @"".PT_HIOS @"".ProgType = 0x6fffffff
const @"".PT_LOPROC @"".ProgType = 0x70000000
const @"".PT_HIPROC @"".ProgType = 0x7fffffff
type @"".ProgFlag uint32
func (@"".i·2 @"".ProgFlag) GoString () (? string)
func (@"".i·2 @"".ProgFlag) String () (? string)
const @"".PF_X @"".ProgFlag = 0x1
const @"".PF_W @"".ProgFlag = 0x2
const @"".PF_R @"".ProgFlag = 0x4
const @"".PF_MASKOS @"".ProgFlag = 0xff00000
const @"".PF_MASKPROC @"".ProgFlag = 0xf0000000
type @"".DynTag int
func (@"".i·2 @"".DynTag) GoString () (? string)
func (@"".i·2 @"".DynTag) String () (? string)
const @"".DT_NULL @"".DynTag = 0x0
const @"".DT_NEEDED @"".DynTag = 0x1
const @"".DT_PLTRELSZ @"".DynTag = 0x2
const @"".DT_PLTGOT @"".DynTag = 0x3
const @"".DT_HASH @"".DynTag = 0x4
const @"".DT_STRTAB @"".DynTag = 0x5
const @"".DT_SYMTAB @"".DynTag = 0x6
const @"".DT_RELA @"".DynTag = 0x7
const @"".DT_RELASZ @"".DynTag = 0x8
const @"".DT_RELAENT @"".DynTag = 0x9
const @"".DT_STRSZ @"".DynTag = 0xa
const @"".DT_SYMENT @"".DynTag = 0xb
const @"".DT_INIT @"".DynTag = 0xc
const @"".DT_FINI @"".DynTag = 0xd
const @"".DT_SONAME @"".DynTag = 0xe
const @"".DT_RPATH @"".DynTag = 0xf
const @"".DT_SYMBOLIC @"".DynTag = 0x10
const @"".DT_REL @"".DynTag = 0x11
const @"".DT_RELSZ @"".DynTag = 0x12
const @"".DT_RELENT @"".DynTag = 0x13
const @"".DT_PLTREL @"".DynTag = 0x14
const @"".DT_DEBUG @"".DynTag = 0x15
const @"".DT_TEXTREL @"".DynTag = 0x16
const @"".DT_JMPREL @"".DynTag = 0x17
const @"".DT_BIND_NOW @"".DynTag = 0x18
const @"".DT_INIT_ARRAY @"".DynTag = 0x19
const @"".DT_FINI_ARRAY @"".DynTag = 0x1a
const @"".DT_INIT_ARRAYSZ @"".DynTag = 0x1b
const @"".DT_FINI_ARRAYSZ @"".DynTag = 0x1c
const @"".DT_RUNPATH @"".DynTag = 0x1d
const @"".DT_FLAGS @"".DynTag = 0x1e
const @"".DT_ENCODING @"".DynTag = 0x20
const @"".DT_PREINIT_ARRAY @"".DynTag = 0x20
const @"".DT_PREINIT_ARRAYSZ @"".DynTag = 0x21
const @"".DT_LOOS @"".DynTag = 0x6000000d
const @"".DT_HIOS @"".DynTag = 0x6ffff000
const @"".DT_VERSYM @"".DynTag = 0x6ffffff0
const @"".DT_VERNEED @"".DynTag = 0x6ffffffe
const @"".DT_VERNEEDNUM @"".DynTag = 0x6fffffff
const @"".DT_LOPROC @"".DynTag = 0x70000000
const @"".DT_HIPROC @"".DynTag = 0x7fffffff
type @"".DynFlag int
func (@"".i·2 @"".DynFlag) GoString () (? string)
func (@"".i·2 @"".DynFlag) String () (? string)
const @"".DF_ORIGIN @"".DynFlag = 0x1
const @"".DF_SYMBOLIC @"".DynFlag = 0x2
const @"".DF_TEXTREL @"".DynFlag = 0x4
const @"".DF_BIND_NOW @"".DynFlag = 0x8
const @"".DF_STATIC_TLS @"".DynFlag = 0x10
type @"".NType int
func (@"".i·2 @"".NType) GoString () (? string)
func (@"".i·2 @"".NType) String () (? string)
const @"".NT_PRSTATUS @"".NType = 0x1
const @"".NT_FPREGSET @"".NType = 0x2
const @"".NT_PRPSINFO @"".NType = 0x3
type @"".SymBind int
func (@"".i·2 @"".SymBind) GoString () (? string)
func (@"".i·2 @"".SymBind) String () (? string)
const @"".STB_LOCAL @"".SymBind = 0x0
const @"".STB_GLOBAL @"".SymBind = 0x1
const @"".STB_WEAK @"".SymBind = 0x2
const @"".STB_LOOS @"".SymBind = 0xa
const @"".STB_HIOS @"".SymBind = 0xc
const @"".STB_LOPROC @"".SymBind = 0xd
const @"".STB_HIPROC @"".SymBind = 0xf
type @"".SymType int
func (@"".i·2 @"".SymType) GoString () (? string)
func (@"".i·2 @"".SymType) String () (? string)
const @"".STT_NOTYPE @"".SymType = 0x0
const @"".STT_OBJECT @"".SymType = 0x1
const @"".STT_FUNC @"".SymType = 0x2
const @"".STT_SECTION @"".SymType = 0x3
const @"".STT_FILE @"".SymType = 0x4
const @"".STT_COMMON @"".SymType = 0x5
const @"".STT_TLS @"".SymType = 0x6
const @"".STT_LOOS @"".SymType = 0xa
const @"".STT_HIOS @"".SymType = 0xc
const @"".STT_LOPROC @"".SymType = 0xd
const @"".STT_HIPROC @"".SymType = 0xf
type @"".SymVis int
func (@"".i·2 @"".SymVis) GoString () (? string)
func (@"".i·2 @"".SymVis) String () (? string)
const @"".STV_DEFAULT @"".SymVis = 0x0
const @"".STV_INTERNAL @"".SymVis = 0x1
const @"".STV_HIDDEN @"".SymVis = 0x2
const @"".STV_PROTECTED @"".SymVis = 0x3
type @"".R_X86_64 int
func (@"".i·2 @"".R_X86_64) GoString () (? string)
func (@"".i·2 @"".R_X86_64) String () (? string)
const @"".R_X86_64_NONE @"".R_X86_64 = 0x0
const @"".R_X86_64_64 @"".R_X86_64 = 0x1
const @"".R_X86_64_PC32 @"".R_X86_64 = 0x2
const @"".R_X86_64_GOT32 @"".R_X86_64 = 0x3
const @"".R_X86_64_PLT32 @"".R_X86_64 = 0x4
const @"".R_X86_64_COPY @"".R_X86_64 = 0x5
const @"".R_X86_64_GLOB_DAT @"".R_X86_64 = 0x6
const @"".R_X86_64_JMP_SLOT @"".R_X86_64 = 0x7
const @"".R_X86_64_RELATIVE @"".R_X86_64 = 0x8
const @"".R_X86_64_GOTPCREL @"".R_X86_64 = 0x9
const @"".R_X86_64_32 @"".R_X86_64 = 0xa
const @"".R_X86_64_32S @"".R_X86_64 = 0xb
const @"".R_X86_64_16 @"".R_X86_64 = 0xc
const @"".R_X86_64_PC16 @"".R_X86_64 = 0xd
const @"".R_X86_64_8 @"".R_X86_64 = 0xe
const @"".R_X86_64_PC8 @"".R_X86_64 = 0xf
const @"".R_X86_64_DTPMOD64 @"".R_X86_64 = 0x10
const @"".R_X86_64_DTPOFF64 @"".R_X86_64 = 0x11
const @"".R_X86_64_TPOFF64 @"".R_X86_64 = 0x12
const @"".R_X86_64_TLSGD @"".R_X86_64 = 0x13
const @"".R_X86_64_TLSLD @"".R_X86_64 = 0x14
const @"".R_X86_64_DTPOFF32 @"".R_X86_64 = 0x15
const @"".R_X86_64_GOTTPOFF @"".R_X86_64 = 0x16
const @"".R_X86_64_TPOFF32 @"".R_X86_64 = 0x17
type @"".R_AARCH64 int
func (@"".i·2 @"".R_AARCH64) GoString () (? string)
func (@"".i·2 @"".R_AARCH64) String () (? string)
const @"".R_AARCH64_NONE @"".R_AARCH64 = 0x0
const @"".R_AARCH64_P32_ABS32 @"".R_AARCH64 = 0x1
const @"".R_AARCH64_P32_ABS16 @"".R_AARCH64 = 0x2
const @"".R_AARCH64_P32_PREL32 @"".R_AARCH64 = 0x3
const @"".R_AARCH64_P32_PREL16 @"".R_AARCH64 = 0x4
const @"".R_AARCH64_P32_MOVW_UABS_G0 @"".R_AARCH64 = 0x5
const @"".R_AARCH64_P32_MOVW_UABS_G0_NC @"".R_AARCH64 = 0x6
const @"".R_AARCH64_P32_MOVW_UABS_G1 @"".R_AARCH64 = 0x7
const @"".R_AARCH64_P32_MOVW_SABS_G0 @"".R_AARCH64 = 0x8
const @"".R_AARCH64_P32_LD_PREL_LO19 @"".R_AARCH64 = 0x9
const @"".R_AARCH64_P32_ADR_PREL_LO21 @"".R_AARCH64 = 0xa
const @"".R_AARCH64_P32_ADR_PREL_PG_HI21 @"".R_AARCH64 = 0xb
const @"".R_AARCH64_P32_ADD_ABS_LO12_NC @"".R_AARCH64 = 0xc
const @"".R_AARCH64_P32_LDST8_ABS_LO12_NC @"".R_AARCH64 = 0xd
const @"".R_AARCH64_P32_LDST16_ABS_LO12_NC @"".R_AARCH64 = 0xe
const @"".R_AARCH64_P32_LDST32_ABS_LO12_NC @"".R_AARCH64 = 0xf
const @"".R_AARCH64_P32_LDST64_ABS_LO12_NC @"".R_AARCH64 = 0x10
const @"".R_AARCH64_P32_LDST128_ABS_LO12_NC @"".R_AARCH64 = 0x11
const @"".R_AARCH64_P32_TSTBR14 @"".R_AARCH64 = 0x12
const @"".R_AARCH64_P32_CONDBR19 @"".R_AARCH64 = 0x13
const @"".R_AARCH64_P32_JUMP26 @"".R_AARCH64 = 0x14
const @"".R_AARCH64_P32_CALL26 @"".R_AARCH64 = 0x15
const @"".R_AARCH64_P32_GOT_LD_PREL19 @"".R_AARCH64 = 0x19
const @"".R_AARCH64_P32_ADR_GOT_PAGE @"".R_AARCH64 = 0x1a
const @"".R_AARCH64_P32_LD32_GOT_LO12_NC @"".R_AARCH64 = 0x1b
const @"".R_AARCH64_P32_TLSGD_ADR_PAGE21 @"".R_AARCH64 = 0x51
const @"".R_AARCH64_P32_TLSGD_ADD_LO12_NC @"".R_AARCH64 = 0x52
const @"".R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 @"".R_AARCH64 = 0x67
const @"".R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC @"".R_AARCH64 = 0x68
const @"".R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 @"".R_AARCH64 = 0x69
const @"".R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 @"".R_AARCH64 = 0x6a
const @"".R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 @"".R_AARCH64 = 0x6b
const @"".R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC @"".R_AARCH64 = 0x6c
const @"".R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 @"".R_AARCH64 = 0x6d
const @"".R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 @"".R_AARCH64 = 0x6e
const @"".R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC @"".R_AARCH64 = 0x6f
const @"".R_AARCH64_P32_TLSDESC_LD_PREL19 @"".R_AARCH64 = 0x7a
const @"".R_AARCH64_P32_TLSDESC_ADR_PREL21 @"".R_AARCH64 = 0x7b
const @"".R_AARCH64_P32_TLSDESC_ADR_PAGE21 @"".R_AARCH64 = 0x7c
const @"".R_AARCH64_P32_TLSDESC_LD32_LO12_NC @"".R_AARCH64 = 0x7d
const @"".R_AARCH64_P32_TLSDESC_ADD_LO12_NC @"".R_AARCH64 = 0x7e
const @"".R_AARCH64_P32_TLSDESC_CALL @"".R_AARCH64 = 0x7f
const @"".R_AARCH64_P32_COPY @"".R_AARCH64 = 0xb4
const @"".R_AARCH64_P32_GLOB_DAT @"".R_AARCH64 = 0xb5
const @"".R_AARCH64_P32_JUMP_SLOT @"".R_AARCH64 = 0xb6
const @"".R_AARCH64_P32_RELATIVE @"".R_AARCH64 = 0xb7
const @"".R_AARCH64_P32_TLS_DTPMOD @"".R_AARCH64 = 0xb8
const @"".R_AARCH64_P32_TLS_DTPREL @"".R_AARCH64 = 0xb9
const @"".R_AARCH64_P32_TLS_TPREL @"".R_AARCH64 = 0xba
const @"".R_AARCH64_P32_TLSDESC @"".R_AARCH64 = 0xbb
const @"".R_AARCH64_P32_IRELATIVE @"".R_AARCH64 = 0xbc
const @"".R_AARCH64_NULL @"".R_AARCH64 = 0x100
const @"".R_AARCH64_ABS64 @"".R_AARCH64 = 0x101
const @"".R_AARCH64_ABS32 @"".R_AARCH64 = 0x102
const @"".R_AARCH64_ABS16 @"".R_AARCH64 = 0x103
const @"".R_AARCH64_PREL64 @"".R_AARCH64 = 0x104
const @"".R_AARCH64_PREL32 @"".R_AARCH64 = 0x105
const @"".R_AARCH64_PREL16 @"".R_AARCH64 = 0x106
const @"".R_AARCH64_MOVW_UABS_G0 @"".R_AARCH64 = 0x107
const @"".R_AARCH64_MOVW_UABS_G0_NC @"".R_AARCH64 = 0x108
const @"".R_AARCH64_MOVW_UABS_G1 @"".R_AARCH64 = 0x109
const @"".R_AARCH64_MOVW_UABS_G1_NC @"".R_AARCH64 = 0x10a
const @"".R_AARCH64_MOVW_UABS_G2 @"".R_AARCH64 = 0x10b
const @"".R_AARCH64_MOVW_UABS_G2_NC @"".R_AARCH64 = 0x10c
const @"".R_AARCH64_MOVW_UABS_G3 @"".R_AARCH64 = 0x10d
const @"".R_AARCH64_MOVW_SABS_G0 @"".R_AARCH64 = 0x10e
const @"".R_AARCH64_MOVW_SABS_G1 @"".R_AARCH64 = 0x10f
const @"".R_AARCH64_MOVW_SABS_G2 @"".R_AARCH64 = 0x110
const @"".R_AARCH64_LD_PREL_LO19 @"".R_AARCH64 = 0x111
const @"".R_AARCH64_ADR_PREL_LO21 @"".R_AARCH64 = 0x112
const @"".R_AARCH64_ADR_PREL_PG_HI21 @"".R_AARCH64 = 0x113
const @"".R_AARCH64_ADR_PREL_PG_HI21_NC @"".R_AARCH64 = 0x114
const @"".R_AARCH64_ADD_ABS_LO12_NC @"".R_AARCH64 = 0x115
const @"".R_AARCH64_LDST8_ABS_LO12_NC @"".R_AARCH64 = 0x116
const @"".R_AARCH64_TSTBR14 @"".R_AARCH64 = 0x117
const @"".R_AARCH64_CONDBR19 @"".R_AARCH64 = 0x118
const @"".R_AARCH64_JUMP26 @"".R_AARCH64 = 0x11a
const @"".R_AARCH64_CALL26 @"".R_AARCH64 = 0x11b
const @"".R_AARCH64_LDST16_ABS_LO12_NC @"".R_AARCH64 = 0x11c
const @"".R_AARCH64_LDST32_ABS_LO12_NC @"".R_AARCH64 = 0x11d
const @"".R_AARCH64_LDST64_ABS_LO12_NC @"".R_AARCH64 = 0x11e
const @"".R_AARCH64_LDST128_ABS_LO12_NC @"".R_AARCH64 = 0x12b
const @"".R_AARCH64_GOT_LD_PREL19 @"".R_AARCH64 = 0x135
const @"".R_AARCH64_ADR_GOT_PAGE @"".R_AARCH64 = 0x137
const @"".R_AARCH64_LD64_GOT_LO12_NC @"".R_AARCH64 = 0x138
const @"".R_AARCH64_TLSGD_ADR_PAGE21 @"".R_AARCH64 = 0x201
const @"".R_AARCH64_TLSGD_ADD_LO12_NC @"".R_AARCH64 = 0x202
const @"".R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 @"".R_AARCH64 = 0x21b
const @"".R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC @"".R_AARCH64 = 0x21c
const @"".R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 @"".R_AARCH64 = 0x21d
const @"".R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC @"".R_AARCH64 = 0x21e
const @"".R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 @"".R_AARCH64 = 0x21f
const @"".R_AARCH64_TLSLE_MOVW_TPREL_G2 @"".R_AARCH64 = 0x220
const @"".R_AARCH64_TLSLE_MOVW_TPREL_G1 @"".R_AARCH64 = 0x221
const @"".R_AARCH64_TLSLE_MOVW_TPREL_G1_NC @"".R_AARCH64 = 0x222
const @"".R_AARCH64_TLSLE_MOVW_TPREL_G0 @"".R_AARCH64 = 0x223
const @"".R_AARCH64_TLSLE_MOVW_TPREL_G0_NC @"".R_AARCH64 = 0x224
const @"".R_AARCH64_TLSLE_ADD_TPREL_HI12 @"".R_AARCH64 = 0x225
const @"".R_AARCH64_TLSLE_ADD_TPREL_LO12 @"".R_AARCH64 = 0x226
const @"".R_AARCH64_TLSLE_ADD_TPREL_LO12_NC @"".R_AARCH64 = 0x227
const @"".R_AARCH64_TLSDESC_LD_PREL19 @"".R_AARCH64 = 0x230
const @"".R_AARCH64_TLSDESC_ADR_PREL21 @"".R_AARCH64 = 0x231
const @"".R_AARCH64_TLSDESC_ADR_PAGE21 @"".R_AARCH64 = 0x232
const @"".R_AARCH64_TLSDESC_LD64_LO12_NC @"".R_AARCH64 = 0x233
const @"".R_AARCH64_TLSDESC_ADD_LO12_NC @"".R_AARCH64 = 0x234
const @"".R_AARCH64_TLSDESC_OFF_G1 @"".R_AARCH64 = 0x235
const @"".R_AARCH64_TLSDESC_OFF_G0_NC @"".R_AARCH64 = 0x236
const @"".R_AARCH64_TLSDESC_LDR @"".R_AARCH64 = 0x237
const @"".R_AARCH64_TLSDESC_ADD @"".R_AARCH64 = 0x238
const @"".R_AARCH64_TLSDESC_CALL @"".R_AARCH64 = 0x239
const @"".R_AARCH64_COPY @"".R_AARCH64 = 0x400
const @"".R_AARCH64_GLOB_DAT @"".R_AARCH64 = 0x401
const @"".R_AARCH64_JUMP_SLOT @"".R_AARCH64 = 0x402
const @"".R_AARCH64_RELATIVE @"".R_AARCH64 = 0x403
const @"".R_AARCH64_TLS_DTPMOD64 @"".R_AARCH64 = 0x404
const @"".R_AARCH64_TLS_DTPREL64 @"".R_AARCH64 = 0x405
const @"".R_AARCH64_TLS_TPREL64 @"".R_AARCH64 = 0x406
const @"".R_AARCH64_TLSDESC @"".R_AARCH64 = 0x407
const @"".R_AARCH64_IRELATIVE @"".R_AARCH64 = 0x408
type @"".R_ALPHA int
func (@"".i·2 @"".R_ALPHA) GoString () (? string)
func (@"".i·2 @"".R_ALPHA) String () (? string)
const @"".R_ALPHA_NONE @"".R_ALPHA = 0x0
const @"".R_ALPHA_REFLONG @"".R_ALPHA = 0x1
const @"".R_ALPHA_REFQUAD @"".R_ALPHA = 0x2
const @"".R_ALPHA_GPREL32 @"".R_ALPHA = 0x3
const @"".R_ALPHA_LITERAL @"".R_ALPHA = 0x4
const @"".R_ALPHA_LITUSE @"".R_ALPHA = 0x5
const @"".R_ALPHA_GPDISP @"".R_ALPHA = 0x6
const @"".R_ALPHA_BRADDR @"".R_ALPHA = 0x7
const @"".R_ALPHA_HINT @"".R_ALPHA = 0x8
const @"".R_ALPHA_SREL16 @"".R_ALPHA = 0x9
const @"".R_ALPHA_SREL32 @"".R_ALPHA = 0xa
const @"".R_ALPHA_SREL64 @"".R_ALPHA = 0xb
const @"".R_ALPHA_OP_PUSH @"".R_ALPHA = 0xc
const @"".R_ALPHA_OP_STORE @"".R_ALPHA = 0xd
const @"".R_ALPHA_OP_PSUB @"".R_ALPHA = 0xe
const @"".R_ALPHA_OP_PRSHIFT @"".R_ALPHA = 0xf
const @"".R_ALPHA_GPVALUE @"".R_ALPHA = 0x10
const @"".R_ALPHA_GPRELHIGH @"".R_ALPHA = 0x11
const @"".R_ALPHA_GPRELLOW @"".R_ALPHA = 0x12
const @"".R_ALPHA_IMMED_GP_16 @"".R_ALPHA = 0x13
const @"".R_ALPHA_IMMED_GP_HI32 @"".R_ALPHA = 0x14
const @"".R_ALPHA_IMMED_SCN_HI32 @"".R_ALPHA = 0x15
const @"".R_ALPHA_IMMED_BR_HI32 @"".R_ALPHA = 0x16
const @"".R_ALPHA_IMMED_LO32 @"".R_ALPHA = 0x17
const @"".R_ALPHA_COPY @"".R_ALPHA = 0x18
const @"".R_ALPHA_GLOB_DAT @"".R_ALPHA = 0x19
const @"".R_ALPHA_JMP_SLOT @"".R_ALPHA = 0x1a
const @"".R_ALPHA_RELATIVE @"".R_ALPHA = 0x1b
type @"".R_ARM int
func (@"".i·2 @"".R_ARM) GoString () (? string)
func (@"".i·2 @"".R_ARM) String () (? string)
const @"".R_ARM_NONE @"".R_ARM = 0x0
const @"".R_ARM_PC24 @"".R_ARM = 0x1
const @"".R_ARM_ABS32 @"".R_ARM = 0x2
const @"".R_ARM_REL32 @"".R_ARM = 0x3
const @"".R_ARM_PC13 @"".R_ARM = 0x4
const @"".R_ARM_ABS16 @"".R_ARM = 0x5
const @"".R_ARM_ABS12 @"".R_ARM = 0x6
const @"".R_ARM_THM_ABS5 @"".R_ARM = 0x7
const @"".R_ARM_ABS8 @"".R_ARM = 0x8
const @"".R_ARM_SBREL32 @"".R_ARM = 0x9
const @"".R_ARM_THM_PC22 @"".R_ARM = 0xa
const @"".R_ARM_THM_PC8 @"".R_ARM = 0xb
const @"".R_ARM_AMP_VCALL9 @"".R_ARM = 0xc
const @"".R_ARM_SWI24 @"".R_ARM = 0xd
const @"".R_ARM_THM_SWI8 @"".R_ARM = 0xe
const @"".R_ARM_XPC25 @"".R_ARM = 0xf
const @"".R_ARM_THM_XPC22 @"".R_ARM = 0x10
const @"".R_ARM_COPY @"".R_ARM = 0x14
const @"".R_ARM_GLOB_DAT @"".R_ARM = 0x15
const @"".R_ARM_JUMP_SLOT @"".R_ARM = 0x16
const @"".R_ARM_RELATIVE @"".R_ARM = 0x17
const @"".R_ARM_GOTOFF @"".R_ARM = 0x18
const @"".R_ARM_GOTPC @"".R_ARM = 0x19
const @"".R_ARM_GOT32 @"".R_ARM = 0x1a
const @"".R_ARM_PLT32 @"".R_ARM = 0x1b
const @"".R_ARM_GNU_VTENTRY @"".R_ARM = 0x64
const @"".R_ARM_GNU_VTINHERIT @"".R_ARM = 0x65
const @"".R_ARM_RSBREL32 @"".R_ARM = 0xfa
const @"".R_ARM_THM_RPC22 @"".R_ARM = 0xfb
const @"".R_ARM_RREL32 @"".R_ARM = 0xfc
const @"".R_ARM_RABS32 @"".R_ARM = 0xfd
const @"".R_ARM_RPC24 @"".R_ARM = 0xfe
const @"".R_ARM_RBASE @"".R_ARM = 0xff
type @"".R_386 int
func (@"".i·2 @"".R_386) GoString () (? string)
func (@"".i·2 @"".R_386) String () (? string)
const @"".R_386_NONE @"".R_386 = 0x0
const @"".R_386_32 @"".R_386 = 0x1
const @"".R_386_PC32 @"".R_386 = 0x2
const @"".R_386_GOT32 @"".R_386 = 0x3
const @"".R_386_PLT32 @"".R_386 = 0x4
const @"".R_386_COPY @"".R_386 = 0x5
const @"".R_386_GLOB_DAT @"".R_386 = 0x6
const @"".R_386_JMP_SLOT @"".R_386 = 0x7
const @"".R_386_RELATIVE @"".R_386 = 0x8
const @"".R_386_GOTOFF @"".R_386 = 0x9
const @"".R_386_GOTPC @"".R_386 = 0xa
const @"".R_386_TLS_TPOFF @"".R_386 = 0xe
const @"".R_386_TLS_IE @"".R_386 = 0xf
const @"".R_386_TLS_GOTIE @"".R_386 = 0x10
const @"".R_386_TLS_LE @"".R_386 = 0x11
const @"".R_386_TLS_GD @"".R_386 = 0x12
const @"".R_386_TLS_LDM @"".R_386 = 0x13
const @"".R_386_TLS_GD_32 @"".R_386 = 0x18
const @"".R_386_TLS_GD_PUSH @"".R_386 = 0x19
const @"".R_386_TLS_GD_CALL @"".R_386 = 0x1a
const @"".R_386_TLS_GD_POP @"".R_386 = 0x1b
const @"".R_386_TLS_LDM_32 @"".R_386 = 0x1c
const @"".R_386_TLS_LDM_PUSH @"".R_386 = 0x1d
const @"".R_386_TLS_LDM_CALL @"".R_386 = 0x1e
const @"".R_386_TLS_LDM_POP @"".R_386 = 0x1f
const @"".R_386_TLS_LDO_32 @"".R_386 = 0x20
const @"".R_386_TLS_IE_32 @"".R_386 = 0x21
const @"".R_386_TLS_LE_32 @"".R_386 = 0x22
const @"".R_386_TLS_DTPMOD32 @"".R_386 = 0x23
const @"".R_386_TLS_DTPOFF32 @"".R_386 = 0x24
const @"".R_386_TLS_TPOFF32 @"".R_386 = 0x25
type @"".R_MIPS int
func (@"".i·2 @"".R_MIPS) GoString () (? string)
func (@"".i·2 @"".R_MIPS) String () (? string)
const @"".R_MIPS_NONE @"".R_MIPS = 0x0
const @"".R_MIPS_16 @"".R_MIPS = 0x1
const @"".R_MIPS_32 @"".R_MIPS = 0x2
const @"".R_MIPS_REL32 @"".R_MIPS = 0x3
const @"".R_MIPS_26 @"".R_MIPS = 0x4
const @"".R_MIPS_HI16 @"".R_MIPS = 0x5
const @"".R_MIPS_LO16 @"".R_MIPS = 0x6
const @"".R_MIPS_GPREL16 @"".R_MIPS = 0x7
const @"".R_MIPS_LITERAL @"".R_MIPS = 0x8
const @"".R_MIPS_GOT16 @"".R_MIPS = 0x9
const @"".R_MIPS_PC16 @"".R_MIPS = 0xa
const @"".R_MIPS_CALL16 @"".R_MIPS = 0xb
const @"".R_MIPS_GPREL32 @"".R_MIPS = 0xc
const @"".R_MIPS_SHIFT5 @"".R_MIPS = 0x10
const @"".R_MIPS_SHIFT6 @"".R_MIPS = 0x11
const @"".R_MIPS_64 @"".R_MIPS = 0x12
const @"".R_MIPS_GOT_DISP @"".R_MIPS = 0x13
const @"".R_MIPS_GOT_PAGE @"".R_MIPS = 0x14
const @"".R_MIPS_GOT_OFST @"".R_MIPS = 0x15
const @"".R_MIPS_GOT_HI16 @"".R_MIPS = 0x16
const @"".R_MIPS_GOT_LO16 @"".R_MIPS = 0x17
const @"".R_MIPS_SUB @"".R_MIPS = 0x18
const @"".R_MIPS_INSERT_A @"".R_MIPS = 0x19
const @"".R_MIPS_INSERT_B @"".R_MIPS = 0x1a
const @"".R_MIPS_DELETE @"".R_MIPS = 0x1b
const @"".R_MIPS_HIGHER @"".R_MIPS = 0x1c
const @"".R_MIPS_HIGHEST @"".R_MIPS = 0x1d
const @"".R_MIPS_CALL_HI16 @"".R_MIPS = 0x1e
const @"".R_MIPS_CALL_LO16 @"".R_MIPS = 0x1f
const @"".R_MIPS_SCN_DISP @"".R_MIPS = 0x20
const @"".R_MIPS_REL16 @"".R_MIPS = 0x21
const @"".R_MIPS_ADD_IMMEDIATE @"".R_MIPS = 0x22
const @"".R_MIPS_PJUMP @"".R_MIPS = 0x23
const @"".R_MIPS_RELGOT @"".R_MIPS = 0x24
const @"".R_MIPS_JALR @"".R_MIPS = 0x25
const @"".R_MIPS_TLS_DTPMOD32 @"".R_MIPS = 0x26
const @"".R_MIPS_TLS_DTPREL32 @"".R_MIPS = 0x27
const @"".R_MIPS_TLS_DTPMOD64 @"".R_MIPS = 0x28
const @"".R_MIPS_TLS_DTPREL64 @"".R_MIPS = 0x29
const @"".R_MIPS_TLS_GD @"".R_MIPS = 0x2a
const @"".R_MIPS_TLS_LDM @"".R_MIPS = 0x2b
const @"".R_MIPS_TLS_DTPREL_HI16 @"".R_MIPS = 0x2c
const @"".R_MIPS_TLS_DTPREL_LO16 @"".R_MIPS = 0x2d
const @"".R_MIPS_TLS_GOTTPREL @"".R_MIPS = 0x2e
const @"".R_MIPS_TLS_TPREL32 @"".R_MIPS = 0x2f
const @"".R_MIPS_TLS_TPREL64 @"".R_MIPS = 0x30
const @"".R_MIPS_TLS_TPREL_HI16 @"".R_MIPS = 0x31
const @"".R_MIPS_TLS_TPREL_LO16 @"".R_MIPS = 0x32
type @"".R_PPC int
func (@"".i·2 @"".R_PPC) GoString () (? string)
func (@"".i·2 @"".R_PPC) String () (? string)
const @"".R_PPC_NONE @"".R_PPC = 0x0
const @"".R_PPC_ADDR32 @"".R_PPC = 0x1
const @"".R_PPC_ADDR24 @"".R_PPC = 0x2
const @"".R_PPC_ADDR16 @"".R_PPC = 0x3
const @"".R_PPC_ADDR16_LO @"".R_PPC = 0x4
const @"".R_PPC_ADDR16_HI @"".R_PPC = 0x5
const @"".R_PPC_ADDR16_HA @"".R_PPC = 0x6
const @"".R_PPC_ADDR14 @"".R_PPC = 0x7
const @"".R_PPC_ADDR14_BRTAKEN @"".R_PPC = 0x8
const @"".R_PPC_ADDR14_BRNTAKEN @"".R_PPC = 0x9
const @"".R_PPC_REL24 @"".R_PPC = 0xa
const @"".R_PPC_REL14 @"".R_PPC = 0xb
const @"".R_PPC_REL14_BRTAKEN @"".R_PPC = 0xc
const @"".R_PPC_REL14_BRNTAKEN @"".R_PPC = 0xd
const @"".R_PPC_GOT16 @"".R_PPC = 0xe
const @"".R_PPC_GOT16_LO @"".R_PPC = 0xf
const @"".R_PPC_GOT16_HI @"".R_PPC = 0x10
const @"".R_PPC_GOT16_HA @"".R_PPC = 0x11
const @"".R_PPC_PLTREL24 @"".R_PPC = 0x12
const @"".R_PPC_COPY @"".R_PPC = 0x13
const @"".R_PPC_GLOB_DAT @"".R_PPC = 0x14
const @"".R_PPC_JMP_SLOT @"".R_PPC = 0x15
const @"".R_PPC_RELATIVE @"".R_PPC = 0x16
const @"".R_PPC_LOCAL24PC @"".R_PPC = 0x17
const @"".R_PPC_UADDR32 @"".R_PPC = 0x18
const @"".R_PPC_UADDR16 @"".R_PPC = 0x19
const @"".R_PPC_REL32 @"".R_PPC = 0x1a
const @"".R_PPC_PLT32 @"".R_PPC = 0x1b
const @"".R_PPC_PLTREL32 @"".R_PPC = 0x1c
const @"".R_PPC_PLT16_LO @"".R_PPC = 0x1d
const @"".R_PPC_PLT16_HI @"".R_PPC = 0x1e
const @"".R_PPC_PLT16_HA @"".R_PPC = 0x1f
const @"".R_PPC_SDAREL16 @"".R_PPC = 0x20
const @"".R_PPC_SECTOFF @"".R_PPC = 0x21
const @"".R_PPC_SECTOFF_LO @"".R_PPC = 0x22
const @"".R_PPC_SECTOFF_HI @"".R_PPC = 0x23
const @"".R_PPC_SECTOFF_HA @"".R_PPC = 0x24
const @"".R_PPC_TLS @"".R_PPC = 0x43
const @"".R_PPC_DTPMOD32 @"".R_PPC = 0x44
const @"".R_PPC_TPREL16 @"".R_PPC = 0x45
const @"".R_PPC_TPREL16_LO @"".R_PPC = 0x46
const @"".R_PPC_TPREL16_HI @"".R_PPC = 0x47
const @"".R_PPC_TPREL16_HA @"".R_PPC = 0x48
const @"".R_PPC_TPREL32 @"".R_PPC = 0x49
const @"".R_PPC_DTPREL16 @"".R_PPC = 0x4a
const @"".R_PPC_DTPREL16_LO @"".R_PPC = 0x4b
const @"".R_PPC_DTPREL16_HI @"".R_PPC = 0x4c
const @"".R_PPC_DTPREL16_HA @"".R_PPC = 0x4d
const @"".R_PPC_DTPREL32 @"".R_PPC = 0x4e
const @"".R_PPC_GOT_TLSGD16 @"".R_PPC = 0x4f
const @"".R_PPC_GOT_TLSGD16_LO @"".R_PPC = 0x50
const @"".R_PPC_GOT_TLSGD16_HI @"".R_PPC = 0x51
const @"".R_PPC_GOT_TLSGD16_HA @"".R_PPC = 0x52
const @"".R_PPC_GOT_TLSLD16 @"".R_PPC = 0x53
const @"".R_PPC_GOT_TLSLD16_LO @"".R_PPC = 0x54
const @"".R_PPC_GOT_TLSLD16_HI @"".R_PPC = 0x55
const @"".R_PPC_GOT_TLSLD16_HA @"".R_PPC = 0x56
const @"".R_PPC_GOT_TPREL16 @"".R_PPC = 0x57
const @"".R_PPC_GOT_TPREL16_LO @"".R_PPC = 0x58
const @"".R_PPC_GOT_TPREL16_HI @"".R_PPC = 0x59
const @"".R_PPC_GOT_TPREL16_HA @"".R_PPC = 0x5a
const @"".R_PPC_EMB_NADDR32 @"".R_PPC = 0x65
const @"".R_PPC_EMB_NADDR16 @"".R_PPC = 0x66
const @"".R_PPC_EMB_NADDR16_LO @"".R_PPC = 0x67
const @"".R_PPC_EMB_NADDR16_HI @"".R_PPC = 0x68
const @"".R_PPC_EMB_NADDR16_HA @"".R_PPC = 0x69
const @"".R_PPC_EMB_SDAI16 @"".R_PPC = 0x6a
const @"".R_PPC_EMB_SDA2I16 @"".R_PPC = 0x6b
const @"".R_PPC_EMB_SDA2REL @"".R_PPC = 0x6c
const @"".R_PPC_EMB_SDA21 @"".R_PPC = 0x6d
const @"".R_PPC_EMB_MRKREF @"".R_PPC = 0x6e
const @"".R_PPC_EMB_RELSEC16 @"".R_PPC = 0x6f
const @"".R_PPC_EMB_RELST_LO @"".R_PPC = 0x70
const @"".R_PPC_EMB_RELST_HI @"".R_PPC = 0x71
const @"".R_PPC_EMB_RELST_HA @"".R_PPC = 0x72
const @"".R_PPC_EMB_BIT_FLD @"".R_PPC = 0x73
const @"".R_PPC_EMB_RELSDA @"".R_PPC = 0x74
type @"".R_PPC64 int
func (@"".i·2 @"".R_PPC64) GoString () (? string)
func (@"".i·2 @"".R_PPC64) String () (? string)
const @"".R_PPC64_NONE @"".R_PPC64 = 0x0
const @"".R_PPC64_ADDR32 @"".R_PPC64 = 0x1
const @"".R_PPC64_ADDR24 @"".R_PPC64 = 0x2
const @"".R_PPC64_ADDR16 @"".R_PPC64 = 0x3
const @"".R_PPC64_ADDR16_LO @"".R_PPC64 = 0x4
const @"".R_PPC64_ADDR16_HI @"".R_PPC64 = 0x5
const @"".R_PPC64_ADDR16_HA @"".R_PPC64 = 0x6
const @"".R_PPC64_ADDR14 @"".R_PPC64 = 0x7
const @"".R_PPC64_ADDR14_BRTAKEN @"".R_PPC64 = 0x8
const @"".R_PPC64_ADDR14_BRNTAKEN @"".R_PPC64 = 0x9
const @"".R_PPC64_REL24 @"".R_PPC64 = 0xa
const @"".R_PPC64_REL14 @"".R_PPC64 = 0xb
const @"".R_PPC64_REL14_BRTAKEN @"".R_PPC64 = 0xc
const @"".R_PPC64_REL14_BRNTAKEN @"".R_PPC64 = 0xd
const @"".R_PPC64_GOT16 @"".R_PPC64 = 0xe
const @"".R_PPC64_GOT16_LO @"".R_PPC64 = 0xf
const @"".R_PPC64_GOT16_HI @"".R_PPC64 = 0x10
const @"".R_PPC64_GOT16_HA @"".R_PPC64 = 0x11
const @"".R_PPC64_JMP_SLOT @"".R_PPC64 = 0x15
const @"".R_PPC64_REL32 @"".R_PPC64 = 0x1a
const @"".R_PPC64_ADDR64 @"".R_PPC64 = 0x26
const @"".R_PPC64_ADDR16_HIGHER @"".R_PPC64 = 0x27
const @"".R_PPC64_ADDR16_HIGHERA @"".R_PPC64 = 0x28
const @"".R_PPC64_ADDR16_HIGHEST @"".R_PPC64 = 0x29
const @"".R_PPC64_ADDR16_HIGHESTA @"".R_PPC64 = 0x2a
const @"".R_PPC64_REL64 @"".R_PPC64 = 0x2c
const @"".R_PPC64_TOC16 @"".R_PPC64 = 0x2f
const @"".R_PPC64_TOC16_LO @"".R_PPC64 = 0x30
const @"".R_PPC64_TOC16_HI @"".R_PPC64 = 0x31
const @"".R_PPC64_TOC16_HA @"".R_PPC64 = 0x32
const @"".R_PPC64_TOC @"".R_PPC64 = 0x33
const @"".R_PPC64_ADDR16_DS @"".R_PPC64 = 0x38
const @"".R_PPC64_ADDR16_LO_DS @"".R_PPC64 = 0x39
const @"".R_PPC64_GOT16_DS @"".R_PPC64 = 0x3a
const @"".R_PPC64_GOT16_LO_DS @"".R_PPC64 = 0x3b
const @"".R_PPC64_TOC16_DS @"".R_PPC64 = 0x3f
const @"".R_PPC64_TOC16_LO_DS @"".R_PPC64 = 0x40
const @"".R_PPC64_TLS @"".R_PPC64 = 0x43
const @"".R_PPC64_DTPMOD64 @"".R_PPC64 = 0x44
const @"".R_PPC64_TPREL16 @"".R_PPC64 = 0x45
const @"".R_PPC64_TPREL16_LO @"".R_PPC64 = 0x46
const @"".R_PPC64_TPREL16_HI @"".R_PPC64 = 0x47
const @"".R_PPC64_TPREL16_HA @"".R_PPC64 = 0x48
const @"".R_PPC64_TPREL64 @"".R_PPC64 = 0x49
const @"".R_PPC64_DTPREL16 @"".R_PPC64 = 0x4a
const @"".R_PPC64_DTPREL16_LO @"".R_PPC64 = 0x4b
const @"".R_PPC64_DTPREL16_HI @"".R_PPC64 = 0x4c
const @"".R_PPC64_DTPREL16_HA @"".R_PPC64 = 0x4d
const @"".R_PPC64_DTPREL64 @"".R_PPC64 = 0x4e
const @"".R_PPC64_GOT_TLSGD16 @"".R_PPC64 = 0x4f
const @"".R_PPC64_GOT_TLSGD16_LO @"".R_PPC64 = 0x50
const @"".R_PPC64_GOT_TLSGD16_HI @"".R_PPC64 = 0x51
const @"".R_PPC64_GOT_TLSGD16_HA @"".R_PPC64 = 0x52
const @"".R_PPC64_GOT_TLSLD16 @"".R_PPC64 = 0x53
const @"".R_PPC64_GOT_TLSLD16_LO @"".R_PPC64 = 0x54
const @"".R_PPC64_GOT_TLSLD16_HI @"".R_PPC64 = 0x55
const @"".R_PPC64_GOT_TLSLD16_HA @"".R_PPC64 = 0x56
const @"".R_PPC64_GOT_TPREL16_DS @"".R_PPC64 = 0x57
const @"".R_PPC64_GOT_TPREL16_LO_DS @"".R_PPC64 = 0x58
const @"".R_PPC64_GOT_TPREL16_HI @"".R_PPC64 = 0x59
const @"".R_PPC64_GOT_TPREL16_HA @"".R_PPC64 = 0x5a
const @"".R_PPC64_GOT_DTPREL16_DS @"".R_PPC64 = 0x5b
const @"".R_PPC64_GOT_DTPREL16_LO_DS @"".R_PPC64 = 0x5c
const @"".R_PPC64_GOT_DTPREL16_HI @"".R_PPC64 = 0x5d
const @"".R_PPC64_GOT_DTPREL16_HA @"".R_PPC64 = 0x5e
const @"".R_PPC64_TPREL16_DS @"".R_PPC64 = 0x5f
const @"".R_PPC64_TPREL16_LO_DS @"".R_PPC64 = 0x60
const @"".R_PPC64_TPREL16_HIGHER @"".R_PPC64 = 0x61
const @"".R_PPC64_TPREL16_HIGHERA @"".R_PPC64 = 0x62
const @"".R_PPC64_TPREL16_HIGHEST @"".R_PPC64 = 0x63
const @"".R_PPC64_TPREL16_HIGHESTA @"".R_PPC64 = 0x64
const @"".R_PPC64_DTPREL16_DS @"".R_PPC64 = 0x65
const @"".R_PPC64_DTPREL16_LO_DS @"".R_PPC64 = 0x66
const @"".R_PPC64_DTPREL16_HIGHER @"".R_PPC64 = 0x67
const @"".R_PPC64_DTPREL16_HIGHERA @"".R_PPC64 = 0x68
const @"".R_PPC64_DTPREL16_HIGHEST @"".R_PPC64 = 0x69
const @"".R_PPC64_DTPREL16_HIGHESTA @"".R_PPC64 = 0x6a
const @"".R_PPC64_TLSGD @"".R_PPC64 = 0x6b
const @"".R_PPC64_TLSLD @"".R_PPC64 = 0x6c
const @"".R_PPC64_REL16 @"".R_PPC64 = 0xf9
const @"".R_PPC64_REL16_LO @"".R_PPC64 = 0xfa
const @"".R_PPC64_REL16_HI @"".R_PPC64 = 0xfb
const @"".R_PPC64_REL16_HA @"".R_PPC64 = 0xfc
type @"".R_SPARC int
func (@"".i·2 @"".R_SPARC) GoString () (? string)
func (@"".i·2 @"".R_SPARC) String () (? string)
const @"".R_SPARC_NONE @"".R_SPARC = 0x0
const @"".R_SPARC_8 @"".R_SPARC = 0x1
const @"".R_SPARC_16 @"".R_SPARC = 0x2
const @"".R_SPARC_32 @"".R_SPARC = 0x3
const @"".R_SPARC_DISP8 @"".R_SPARC = 0x4
const @"".R_SPARC_DISP16 @"".R_SPARC = 0x5
const @"".R_SPARC_DISP32 @"".R_SPARC = 0x6
const @"".R_SPARC_WDISP30 @"".R_SPARC = 0x7
const @"".R_SPARC_WDISP22 @"".R_SPARC = 0x8
const @"".R_SPARC_HI22 @"".R_SPARC = 0x9
const @"".R_SPARC_22 @"".R_SPARC = 0xa
const @"".R_SPARC_13 @"".R_SPARC = 0xb
const @"".R_SPARC_LO10 @"".R_SPARC = 0xc
const @"".R_SPARC_GOT10 @"".R_SPARC = 0xd
const @"".R_SPARC_GOT13 @"".R_SPARC = 0xe
const @"".R_SPARC_GOT22 @"".R_SPARC = 0xf
const @"".R_SPARC_PC10 @"".R_SPARC = 0x10
const @"".R_SPARC_PC22 @"".R_SPARC = 0x11
const @"".R_SPARC_WPLT30 @"".R_SPARC = 0x12
const @"".R_SPARC_COPY @"".R_SPARC = 0x13
const @"".R_SPARC_GLOB_DAT @"".R_SPARC = 0x14
const @"".R_SPARC_JMP_SLOT @"".R_SPARC = 0x15
const @"".R_SPARC_RELATIVE @"".R_SPARC = 0x16
const @"".R_SPARC_UA32 @"".R_SPARC = 0x17
const @"".R_SPARC_PLT32 @"".R_SPARC = 0x18
const @"".R_SPARC_HIPLT22 @"".R_SPARC = 0x19
const @"".R_SPARC_LOPLT10 @"".R_SPARC = 0x1a
const @"".R_SPARC_PCPLT32 @"".R_SPARC = 0x1b
const @"".R_SPARC_PCPLT22 @"".R_SPARC = 0x1c
const @"".R_SPARC_PCPLT10 @"".R_SPARC = 0x1d
const @"".R_SPARC_10 @"".R_SPARC = 0x1e
const @"".R_SPARC_11 @"".R_SPARC = 0x1f
const @"".R_SPARC_64 @"".R_SPARC = 0x20
const @"".R_SPARC_OLO10 @"".R_SPARC = 0x21
const @"".R_SPARC_HH22 @"".R_SPARC = 0x22
const @"".R_SPARC_HM10 @"".R_SPARC = 0x23
const @"".R_SPARC_LM22 @"".R_SPARC = 0x24
const @"".R_SPARC_PC_HH22 @"".R_SPARC = 0x25
const @"".R_SPARC_PC_HM10 @"".R_SPARC = 0x26
const @"".R_SPARC_PC_LM22 @"".R_SPARC = 0x27
const @"".R_SPARC_WDISP16 @"".R_SPARC = 0x28
const @"".R_SPARC_WDISP19 @"".R_SPARC = 0x29
const @"".R_SPARC_GLOB_JMP @"".R_SPARC = 0x2a
const @"".R_SPARC_7 @"".R_SPARC = 0x2b
const @"".R_SPARC_5 @"".R_SPARC = 0x2c
const @"".R_SPARC_6 @"".R_SPARC = 0x2d
const @"".R_SPARC_DISP64 @"".R_SPARC = 0x2e
const @"".R_SPARC_PLT64 @"".R_SPARC = 0x2f
const @"".R_SPARC_HIX22 @"".R_SPARC = 0x30
const @"".R_SPARC_LOX10 @"".R_SPARC = 0x31
const @"".R_SPARC_H44 @"".R_SPARC = 0x32
const @"".R_SPARC_M44 @"".R_SPARC = 0x33
const @"".R_SPARC_L44 @"".R_SPARC = 0x34
const @"".R_SPARC_REGISTER @"".R_SPARC = 0x35
const @"".R_SPARC_UA64 @"".R_SPARC = 0x36
const @"".R_SPARC_UA16 @"".R_SPARC = 0x37
const @"".ARM_MAGIC_TRAMP_NUMBER = 0x5c000003
type @"".Header32 struct { Ident [16]byte; Type uint16; Machine uint16; Version uint32; Entry uint32; Phoff uint32; Shoff uint32; Flags uint32; Ehsize uint16; Phentsize uint16; Phnum uint16; Shentsize uint16; Shnum uint16; Shstrndx uint16 }
type @"".Section32 struct { Name uint32; Type uint32; Flags uint32; Addr uint32; Off uint32; Size uint32; Link uint32; Info uint32; Addralign uint32; Entsize uint32 }
type @"".Prog32 struct { Type uint32; Off uint32; Vaddr uint32; Paddr uint32; Filesz uint32; Memsz uint32; Flags uint32; Align uint32 }
type @"".Dyn32 struct { Tag int32; Val uint32 }
type @"".Chdr32 struct { Type uint32; Size uint32; Addralign uint32 }
type @"".Rel32 struct { Off uint32; Info uint32 }
type @"".Rela32 struct { Off uint32; Info uint32; Addend int32 }
func @"".R_SYM32 (@"".info·2 uint32) (? uint32) { return uint32(@"".info·2 >> uint(0x8)) }
func @"".R_TYPE32 (@"".info·2 uint32) (? uint32) { return uint32(@"".info·2 & uint32(0xff)) }
func @"".R_INFO32 (@"".sym·2 uint32, @"".typ·3 uint32) (? uint32) { return @"".sym·2 << uint(0x8) | @"".typ·3 }
type @"".Sym32 struct { Name uint32; Value uint32; Size uint32; Info uint8; Other uint8; Shndx uint16 }
const @"".Sym32Size = 0x10
func @"".ST_BIND (@"".info·2 uint8) (? @"".SymBind) { return @"".SymBind(@"".info·2 >> uint(0x4)) }
func @"".ST_TYPE (@"".info·2 uint8) (? @"".SymType) { return @"".SymType(@"".info·2 & uint8(0xf)) }
func @"".ST_INFO (@"".bind·2 @"".SymBind, @"".typ·3 @"".SymType) (? uint8) { return uint8(@"".bind·2) << uint(0x4) | uint8(@"".typ·3) & uint8(0xf) }
func @"".ST_VISIBILITY (@"".other·2 uint8) (? @"".SymVis) { return @"".SymVis(@"".other·2 & uint8(0x3)) }
type @"".Header64 struct { Ident [16]byte; Type uint16; Machine uint16; Version uint32; Entry uint64; Phoff uint64; Shoff uint64; Flags uint32; Ehsize uint16; Phentsize uint16; Phnum uint16; Shentsize uint16; Shnum uint16; Shstrndx uint16 }
type @"".Section64 struct { Name uint32; Type uint32; Flags uint64; Addr uint64; Off uint64; Size uint64; Link uint32; Info uint32; Addralign uint64; Entsize uint64 }
type @"".Prog64 struct { Type uint32; Flags uint32; Off uint64; Vaddr uint64; Paddr uint64; Filesz uint64; Memsz uint64; Align uint64 }
type @"".Dyn64 struct { Tag int64; Val uint64 }
type @"".Chdr64 struct { Type uint32; _ uint32; Size uint64; Addralign uint64 }
type @"".Rel64 struct { Off uint64; Info uint64 }
type @"".Rela64 struct { Off uint64; Info uint64; Addend int64 }
func @"".R_SYM64 (@"".info·2 uint64) (? uint32) { return uint32(@"".info·2 >> uint(0x20)) }
func @"".R_TYPE64 (@"".info·2 uint64) (? uint32) { return uint32(@"".info·2) }
func @"".R_INFO (@"".sym·2 uint32, @"".typ·3 uint32) (? uint64) { return uint64(@"".sym·2) << uint(0x20) | uint64(@"".typ·3) }
type @"".Sym64 struct { Name uint32; Info uint8; Other uint8; Shndx uint16; Value uint64; Size uint64 }
const @"".Sym64Size = 0x18
type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) }
type @"".FileHeader struct { Class @"".Class; Data @"".Data; Version @"".Version; OSABI @"".OSABI; ABIVersion uint8; ByteOrder @"encoding/binary".ByteOrder; Type @"".Type; Machine @"".Machine; Entry uint64 }
type @"".SectionHeader struct { Name string; Type @"".SectionType; Flags @"".SectionFlag; Addr uint64; Offset uint64; Size uint64; Link uint32; Info uint32; Addralign uint64; Entsize uint64; FileSize uint64 }
type @"io".ReaderAt interface { ReadAt(@"io".p []byte, @"io".off int64) (@"io".n int, @"io".err error) }
type @"io".SectionReader struct { @"io".r @"io".ReaderAt; @"io".base int64; @"io".off int64; @"io".limit int64 }
func (@"io".s·3 *@"io".SectionReader "esc:0x9") Read (@"io".p·4 []byte) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x9") ReadAt (@"io".p·4 []byte, @"io".off·5 int64) (@"io".n·1 int, @"io".err·2 error)
func (@"io".s·3 *@"io".SectionReader "esc:0x1") Seek (@"io".offset·4 int64, @"io".whence·5 int) (? int64, ? error)
func (@"io".s·2 *@"io".SectionReader "esc:0x1") Size () (? int64) { return @"io".s·2.@"io".limit - @"io".s·2.@"io".base }
type @"io".ReadSeeker interface { Read(@"io".p []byte) (@"io".n int, @"io".err error); Seek(@"io".offset int64, @"io".whence int) (? int64, ? error) }
type @"".Section struct { ? @"".SectionHeader; ? @"io".ReaderAt; @"".sr *@"io".SectionReader; @"".compressionType @"".CompressionType; @"".compressionOffset int64 }
func (@"".s·3 *@"".Section) Data () (? []byte, ? error)
func (@"".s·2 *@"".Section) Open () (? @"io".ReadSeeker)
type @"".ProgHeader struct { Type @"".ProgType; Flags @"".ProgFlag; Off uint64; Vaddr uint64; Paddr uint64; Filesz uint64; Memsz uint64; Align uint64 }
type @"".Prog struct { ? @"".ProgHeader; ? @"io".ReaderAt; @"".sr *@"io".SectionReader }
func (@"".p·2 *@"".Prog "esc:0xa") Open () (? @"io".ReadSeeker) { return @"io".NewSectionReader(@"".p·2.@"".sr, int64(0x0), int64(0x7fffffffffffffff)) }
type @"io".Closer interface { Close() (? error) }
type @"".verneed struct { File string; Name string }
type @"".Symbol struct { Name string; Info byte; Other byte; Section @"".SectionIndex; Value uint64; Size uint64 }
type @"debug/dwarf".Tag uint32
func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) GoString () (? string)
func (@"debug/dwarf".t·2 @"debug/dwarf".Tag) String () (? string)
type @"debug/dwarf".Attr uint32
func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) GoString () (? string)
func (@"debug/dwarf".a·2 @"debug/dwarf".Attr) String () (? string)
type @"debug/dwarf".format uint32
type @"debug/dwarf".Class int
func (@"debug/dwarf".i·2 @"debug/dwarf".Class) GoString () (? string)
func (@"debug/dwarf".i·2 @"debug/dwarf".Class) String () (? string)
type @"debug/dwarf".afield struct { @"debug/dwarf".attr @"debug/dwarf".Attr; @"debug/dwarf".fmt @"debug/dwarf".format; @"debug/dwarf".class @"debug/dwarf".Class }
type @"debug/dwarf".abbrev struct { @"debug/dwarf".tag @"debug/dwarf".Tag; @"debug/dwarf".children bool; @"debug/dwarf".field []@"debug/dwarf".afield }
type @"debug/dwarf".abbrevTable map[uint32]@"debug/dwarf".abbrev
type @"debug/dwarf".CommonType struct { ByteSize int64; Name string }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x12") Common () (? *@"debug/dwarf".CommonType) { return @"debug/dwarf".c·2 }
func (@"debug/dwarf".c·2 *@"debug/dwarf".CommonType "esc:0x1") Size () (? int64) { return @"debug/dwarf".c·2.ByteSize }
type @"debug/dwarf".Type interface { Common() (? *@"debug/dwarf".CommonType); Size() (? int64); String() (? string) }
type @"debug/dwarf".Offset uint32
type @"debug/dwarf".unit struct { @"debug/dwarf".base @"debug/dwarf".Offset; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".atable @"debug/dwarf".abbrevTable; @"debug/dwarf".asize int; @"debug/dwarf".vers int; @"debug/dwarf".is64 bool }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".asize }
func (@"debug/dwarf".u·3 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".dwarf64 () (? bool, ? bool) { return @"debug/dwarf".u·3.@"debug/dwarf".is64, bool(true) }
func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".version () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".vers }
type @"debug/dwarf".typeUnit struct { @"debug/dwarf".? @"debug/dwarf".unit; @"debug/dwarf".toff @"debug/dwarf".Offset; @"debug/dwarf".name string; @"debug/dwarf".cache @"debug/dwarf".Type }
type @"debug/dwarf".dataFormat interface { @"debug/dwarf".addrsize() (? int); @"debug/dwarf".dwarf64() (@"debug/dwarf".dwarf64 bool, @"debug/dwarf".isKnown bool); @"debug/dwarf".version() (? int) }
type @"debug/dwarf".Field struct { Attr @"debug/dwarf".Attr; Val interface {}; Class @"debug/dwarf".Class }
type @"debug/dwarf".Entry struct { Offset @"debug/dwarf".Offset; Tag @"debug/dwarf".Tag; Children bool; Field []@"debug/dwarf".Field }
func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x22") AttrField (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? *@"debug/dwarf".Field)
func (@"debug/dwarf".e·2 *@"debug/dwarf".Entry "esc:0x32") Val (@"debug/dwarf".a·3 @"debug/dwarf".Attr) (? interface {})
type @"debug/dwarf".buf struct { @"debug/dwarf".dwarf *@"debug/dwarf".Data; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".format @"debug/dwarf".dataFormat; @"debug/dwarf".name string; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".err error }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".addr () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x2a") @"debug/dwarf".bytes (@"debug/dwarf".n·3 int) (? []byte) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < @"debug/dwarf".n·3 { @"debug/dwarf".b·2.@"debug/dwarf".error(string("underflow")); return nil }; var @"debug/dwarf".data·4 []byte; ; @"debug/dwarf".data·4 = @"debug/dwarf".b·2.@"debug/dwarf".data[int(0x0):@"debug/dwarf".n·3]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[@"debug/dwarf".n·3:]; @"debug/dwarf".b·2.@"debug/dwarf".off += @"debug/dwarf".Offset(@"debug/dwarf".n·3); return @"debug/dwarf".data·4 }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".entry (@"debug/dwarf".atab·3 @"debug/dwarf".abbrevTable "esc:0x1", @"debug/dwarf".ubase·4 @"debug/dwarf".Offset) (? *@"debug/dwarf".Entry)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".error (@"debug/dwarf".s·2 string) { if @"debug/dwarf".b·1.@"debug/dwarf".err == nil { @"debug/dwarf".b·1.@"debug/dwarf".data = nil; @"debug/dwarf".b·1.@"debug/dwarf".err = (@"debug/dwarf".DecodeError{ Name:@"debug/dwarf".b·1.@"debug/dwarf".name, Offset:@"debug/dwarf".b·1.@"debug/dwarf".off, Err:@"debug/dwarf".s·2 }) } }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".int () (? int64)
func (@"debug/dwarf".b·1 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".skip (@"debug/dwarf".n·2 int) { @"debug/dwarf".b·1.@"debug/dwarf".bytes(@"debug/dwarf".n·2) }
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".string () (? string)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".uint () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint16 () (? uint16)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint32 () (? uint32)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint64 () (? uint64)
func (@"debug/dwarf".b·2 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".uint8 () (? uint8) { if len(@"debug/dwarf".b·2.@"debug/dwarf".data) < int(0x1) { @"debug/dwarf".b·2.@"debug/dwarf".error(string("underflow")); return uint8(0x0) }; var @"debug/dwarf".val·3 byte; ; @"debug/dwarf".val·3 = @"debug/dwarf".b·2.@"debug/dwarf".data[int(0x0)]; @"debug/dwarf".b·2.@"debug/dwarf".data = @"debug/dwarf".b·2.@"debug/dwarf".data[int(0x1):]; @"debug/dwarf".b·2.@"debug/dwarf".off++; return @"debug/dwarf".val·3 }
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x9") @"debug/dwarf".unitLength () (@"debug/dwarf".length·1 @"debug/dwarf".Offset, @"debug/dwarf".dwarf64·2 bool)
func (@"debug/dwarf".b·3 *@"debug/dwarf".buf "esc:0x1") @"debug/dwarf".varint () (@"debug/dwarf".c·1 uint64, @"debug/dwarf".bits·2 uint)
type @"debug/dwarf".LineFile struct { Name string; Mtime uint64; Length int }
type @"debug/dwarf".LineEntry struct { Address uint64; OpIndex int; File *@"debug/dwarf".LineFile; Line int; Column int; IsStmt bool; BasicBlock bool; PrologueEnd bool; EpilogueBegin bool; ISA int; Discriminator int; EndSequence bool }
type @"debug/dwarf".LineReaderPos struct { @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".numFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
type @"debug/dwarf".LineReader struct { @"debug/dwarf".buf @"debug/dwarf".buf; @"debug/dwarf".section []byte; @"debug/dwarf".version uint16; @"debug/dwarf".minInstructionLength int; @"debug/dwarf".maxOpsPerInstruction int; @"debug/dwarf".defaultIsStmt bool; @"debug/dwarf".lineBase int; @"debug/dwarf".lineRange int; @"debug/dwarf".opcodeBase int; @"debug/dwarf".opcodeLengths []int; @"debug/dwarf".directories []string; @"debug/dwarf".fileEntries []*@"debug/dwarf".LineFile; @"debug/dwarf".programOffset @"debug/dwarf".Offset; @"debug/dwarf".endOffset @"debug/dwarf".Offset; @"debug/dwarf".initialFileEntries int; @"debug/dwarf".state @"debug/dwarf".LineEntry; @"debug/dwarf".fileIndex int }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") Next (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Reset ()
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") Seek (@"debug/dwarf".pos·2 @"debug/dwarf".LineReaderPos) { @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off = @"debug/dwarf".pos·2.@"debug/dwarf".off; @"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".data = @"debug/dwarf".r·1.@"debug/dwarf".section[@"debug/dwarf".r·1.@"debug/dwarf".buf.@"debug/dwarf".off:@"debug/dwarf".r·1.@"debug/dwarf".endOffset]; @"debug/dwarf".r·1.@"debug/dwarf".fileEntries = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[:@"debug/dwarf".pos·2.@"debug/dwarf".numFileEntries]; @"debug/dwarf".r·1.@"debug/dwarf".state = @"debug/dwarf".pos·2.@"debug/dwarf".state; @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = @"debug/dwarf".pos·2.@"debug/dwarf".fileIndex }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") SeekPC (@"debug/dwarf".pc·3 uint64, @"debug/dwarf".entry·4 *@"debug/dwarf".LineEntry "esc:0x1") (? error)
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x22") Tell () (? @"debug/dwarf".LineReaderPos) { return (@"debug/dwarf".LineReaderPos{ @"debug/dwarf".off:@"debug/dwarf".r·2.@"debug/dwarf".buf.@"debug/dwarf".off, @"debug/dwarf".numFileEntries:len(@"debug/dwarf".r·2.@"debug/dwarf".fileEntries), @"debug/dwarf".state:@"debug/dwarf".r·2.@"debug/dwarf".state, @"debug/dwarf".fileIndex:@"debug/dwarf".r·2.@"debug/dwarf".fileIndex }) }
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x1") @"debug/dwarf".advancePC (@"debug/dwarf".opAdvance·2 int) { var @"debug/dwarf".opIndex·3 int; ; @"debug/dwarf".opIndex·3 = @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex + @"debug/dwarf".opAdvance·2; @"debug/dwarf".r·1.@"debug/dwarf".state.Address += uint64(@"debug/dwarf".r·1.@"debug/dwarf".minInstructionLength * (@"debug/dwarf".opIndex·3 / @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction)); @"debug/dwarf".r·1.@"debug/dwarf".state.OpIndex = @"debug/dwarf".opIndex·3 % @"debug/dwarf".r·1.@"debug/dwarf".maxOpsPerInstruction }
func (@"debug/dwarf".r·3 *@"debug/dwarf".LineReader "esc:0x10a") @"debug/dwarf".readFileEntry () (? bool, ? error)
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x2a") @"debug/dwarf".readHeader () (? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".resetState () { @"debug/dwarf".r·1.@"debug/dwarf".state = (@"debug/dwarf".LineEntry{ Address:uint64(0x0), OpIndex:int(0x0), File:nil, Line:int(0x1), Column:int(0x0), IsStmt:@"debug/dwarf".r·1.@"debug/dwarf".defaultIsStmt, BasicBlock:bool(false), PrologueEnd:bool(false), EpilogueBegin:bool(false), ISA:int(0x0), Discriminator:int(0x0) }); @"debug/dwarf".r·1.@"debug/dwarf".fileIndex = int(0x1); @"debug/dwarf".r·1.@"debug/dwarf".updateFile() }
func (@"debug/dwarf".r·2 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".step (@"debug/dwarf".entry·3 *@"debug/dwarf".LineEntry "esc:0x1") (? bool)
func (@"debug/dwarf".r·1 *@"debug/dwarf".LineReader "esc:0x9") @"debug/dwarf".updateFile () { if @"debug/dwarf".r·1.@"debug/dwarf".fileIndex < len(@"debug/dwarf".r·1.@"debug/dwarf".fileEntries) { @"debug/dwarf".r·1.@"debug/dwarf".state.File = @"debug/dwarf".r·1.@"debug/dwarf".fileEntries[@"debug/dwarf".r·1.@"debug/dwarf".fileIndex] } else { @"debug/dwarf".r·1.@"debug/dwarf".state.File = nil } }
type @"debug/dwarf".typeReader interface { AddressSize() (? int); Next() (? *@"debug/dwarf".Entry, ? error); Seek(? @"debug/dwarf".Offset); @"debug/dwarf".clone() (? @"debug/dwarf".typeReader); @"debug/dwarf".offset() (? @"debug/dwarf".Offset) }
type @"debug/dwarf".Reader struct { @"debug/dwarf".b @"debug/dwarf".buf; @"debug/dwarf".d *@"debug/dwarf".Data; @"debug/dwarf".err error; @"debug/dwarf".unit int; @"debug/dwarf".lastChildren bool; @"debug/dwarf".lastSibling @"debug/dwarf".Offset }
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") AddressSize () (? int) { return @"debug/dwarf".r·2.@"debug/dwarf".d.@"debug/dwarf".unit[@"debug/dwarf".r·2.@"debug/dwarf".unit].@"debug/dwarf".asize }
func (@"debug/dwarf".r·3 *@"debug/dwarf".Reader "esc:0x10a") Next () (? *@"debug/dwarf".Entry, ? error)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") Seek (@"debug/dwarf".off·2 @"debug/dwarf".Offset)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") SkipChildren ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".clone () (? @"debug/dwarf".typeReader)
func (@"debug/dwarf".r·1 *@"debug/dwarf".Reader "esc:0x9") @"debug/dwarf".maybeNextUnit ()
func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") @"debug/dwarf".offset () (? @"debug/dwarf".Offset) { return @"debug/dwarf".r·2.@"debug/dwarf".b.@"debug/dwarf".off }
type @"debug/dwarf".TypedefType struct { ? @"debug/dwarf".CommonType; Type @"debug/dwarf".Type }
func (@"debug/dwarf".t·2 *@"debug/dwarf".TypedefType "esc:0x9") Size () (? int64)
func (@"debug/dwarf".t·2 *@"debug/dwarf".TypedefType "esc:0x22") String () (? string) { return @"debug/dwarf".t·2.CommonType.Name }
type @"debug/dwarf".Data struct { @"debug/dwarf".abbrev []byte; @"debug/dwarf".aranges []byte; @"debug/dwarf".frame []byte; @"debug/dwarf".info []byte; @"debug/dwarf".line []byte; @"debug/dwarf".pubnames []byte; @"debug/dwarf".ranges []byte; @"debug/dwarf".str []byte; @"debug/dwarf".abbrevCache map[uint32]@"debug/dwarf".abbrevTable; @"debug/dwarf".order @"encoding/binary".ByteOrder; @"debug/dwarf".typeCache map[@"debug/dwarf".Offset]@"debug/dwarf".Type; @"debug/dwarf".typeSigs map[uint64]*@"debug/dwarf".typeUnit; @"debug/dwarf".unit []@"debug/dwarf".unit }
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) AddTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) LineReader (@"debug/dwarf".cu·4 *@"debug/dwarf".Entry) (? *@"debug/dwarf".LineReader, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) Reader () (? *@"debug/dwarf".Reader)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) Type (@"debug/dwarf".off·4 @"debug/dwarf".Offset) (? @"debug/dwarf".Type, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data "esc:0x1") @"debug/dwarf".offsetToUnit (@"debug/dwarf".off·3 @"debug/dwarf".Offset) (? int)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseAbbrev (@"debug/dwarf".off·4 uint32, @"debug/dwarf".vers·5 int) (? @"debug/dwarf".abbrevTable, ? error)
func (@"debug/dwarf".d·2 *@"debug/dwarf".Data) @"debug/dwarf".parseTypes (@"debug/dwarf".name·3 string, @"debug/dwarf".types·4 []byte) (? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".parseUnits () (? []@"debug/dwarf".unit, ? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".readType (@"debug/dwarf".name·4 string, @"debug/dwarf".r·5 @"debug/dwarf".typeReader, @"debug/dwarf".off·6 @"debug/dwarf".Offset, @"debug/dwarf".typeCache·7 map[@"debug/dwarf".Offset]@"debug/dwarf".Type "esc:0x1", @"debug/dwarf".typedefs·8 *[]*@"debug/dwarf".TypedefType "esc:0x9") (? @"debug/dwarf".Type, ? error)
func (@"debug/dwarf".d·3 *@"debug/dwarf".Data) @"debug/dwarf".sigToType (@"debug/dwarf".sig·4 uint64) (? @"debug/dwarf".Type, ? error)
type @"".ImportedSymbol struct { Name string; Version string; Library string }
type @"".File struct { ? @"".FileHeader; Sections []*@"".Section; Progs []*@"".Prog; @"".closer @"io".Closer; @"".gnuNeed []@"".verneed; @"".gnuVersym []byte }
func (@"".f·2 *@"".File "esc:0x9") Close () (? error)
func (@"".f·3 *@"".File "esc:0x9") DWARF () (? *@"debug/dwarf".Data, ? error)
func (@"".f·3 *@"".File "esc:0x9") DynString (@"".tag·4 @"".DynTag) (? []string, ? error)
func (@"".f·3 *@"".File "esc:0x9") DynamicSymbols () (? []@"".Symbol, ? error)
func (@"".f·3 *@"".File "esc:0x9") ImportedLibraries () (? []string, ? error)
func (@"".f·3 *@"".File "esc:0x9") ImportedSymbols () (? []@"".ImportedSymbol, ? error)
func (@"".f·2 *@"".File "esc:0x32") Section (@"".name·3 string "esc:0x1") (? *@"".Section)
func (@"".f·2 *@"".File "esc:0x32") SectionByType (@"".typ·3 @"".SectionType) (? *@"".Section)
func (@"".f·3 *@"".File "esc:0x9") Symbols () (? []@"".Symbol, ? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocations (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocations386 (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocationsAMD64 (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocationsARM (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocationsARM64 (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocationsMIPS64 (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocationsPPC (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·2 *@"".File "esc:0x9") @"".applyRelocationsPPC64 (@"".dst·3 []byte, @"".rels·4 []byte) (? error)
func (@"".f·4 *@"".File "esc:0x9") @"".getSymbols (@"".typ·5 @"".SectionType) (? []@"".Symbol, ? []byte, ? error)
func (@"".f·4 *@"".File "esc:0x9") @"".getSymbols32 (@"".typ·5 @"".SectionType) (? []@"".Symbol, ? []byte, ? error)
func (@"".f·4 *@"".File "esc:0x9") @"".getSymbols64 (@"".typ·5 @"".SectionType) (? []@"".Symbol, ? []byte, ? error)
func (@"".f·1 *@"".File "esc:0x9") @"".gnuVersion (@"".i·2 int, @"".sym·3 *@"".ImportedSymbol "esc:0x1")
func (@"".f·1 *@"".File "esc:0x9") @"".gnuVersionInit (@"".str·2 []byte "esc:0x1")
func (@"".f·3 *@"".File "esc:0x9") @"".stringTable (@"".link·4 uint32) (? []byte, ? error)
type @"".FormatError struct { @"".off int64; @"".msg string; @"".val interface {} }
func (@"".e·2 *@"".FormatError "esc:0x2a") Error () (? string)
func @"".Open (@"".name·3 string) (? *@"".File, ? error)
func @"".NewFile (@"".r·3 @"io".ReaderAt) (? *@"".File, ? error)
var @"".ErrNoSymbols error
func @"".init ()
func @"io".NewSectionReader (@"io".r·2 @"io".ReaderAt, @"io".off·3 int64, @"io".n·4 int64) (? *@"io".SectionReader) { return (&@"io".SectionReader{ @"io".r:@"io".r·2, @"io".base:@"io".off·3, @"io".off:@"io".off·3, @"io".limit:@"io".off·3 + @"io".n·4 }) }
type @"debug/dwarf".DecodeError struct { Name string; Offset @"debug/dwarf".Offset; Err string }
func (@"debug/dwarf".e·2 @"debug/dwarf".DecodeError "esc:0x1") Error () (? string)
$$
_go_.o 0 0 0 644 798098 `
go object linux amd64 go1.6 X:none
!
go13ldstrconv.abytes.acompress/zlib.adebug/dwarf.a"encoding/binary.aerrors.a
fmt.aio.aos.astrings.a þ""".Version.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h """.versionStrings z runtime.raceread """.versionStrings ° """.versionStrings È """.versionStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0011 type.string "".~r0 type.string "".i type."".Version °
° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".Version.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h """.versionStrings z runtime.raceread """.versionStrings ° """.versionStrings È """.versionStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0012 type.string "".~r0 type.string "".i type."".Version °
° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".Class.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".classStrings z runtime.raceread "".classStrings ° "".classStrings È "".classStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0013 type.string "".~r0 type.string "".i type."".Class °
À° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".Class.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".classStrings z runtime.raceread "".classStrings ° "".classStrings È "".classStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0014 type.string "".~r0 type.string "".i type."".Class °
° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".Data.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".dataStrings z runtime.raceread "".dataStrings ° "".dataStrings È "".dataStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0015 type.string "".~r0 type.string "".i type."".Data °
ä° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ "".Data.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".dataStrings z runtime.raceread "".dataStrings ° "".dataStrings È "".dataStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0016 type.string "".~r0 type.string "".i type."".Data °
æ° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".OSABI.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".osabiStrings z runtime.raceread "".osabiStrings ° "".osabiStrings È "".osabiStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0017 type.string "".~r0 type.string "".i type."".OSABI °
À° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".OSABI.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ¶\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".osabiStrings z runtime.raceread "".osabiStrings ° "".osabiStrings È "".osabiStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0018 type.string "".~r0 type.string "".i type."".OSABI °
° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".Type.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ·\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".typeStrings z runtime.raceread "".typeStrings ° "".typeStrings È "".typeStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0019 type.string "".~r0 type.string "".i type."".Type °
ü° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ "".Type.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ·\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".typeStrings z runtime.raceread "".typeStrings ° "".typeStrings È "".typeStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0020 type.string "".~r0 type.string "".i type."".Type °
þ° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".Machine.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ·\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h """.machineStrings z runtime.raceread """.machineStrings ° """.machineStrings È """.machineStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0021 type.string "".~r0 type.string "".i type."".Machine °
Ú° u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".Machine.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è ·\$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éWÿÿÿÌÌÌÌÌÌÌ
B *runtime.racefuncenter h """.machineStrings z runtime.raceread """.machineStrings ° """.machineStrings È """.machineStrings æ "".stringName ¬ (runtime.racefuncexit À 0runtime.morestack_noctxt 0 "".autotmp_0022 type.string "".~r0 type.string "".i type."".Machine °
ܰ u Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ,"".SectionIndex.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".shnStrings z runtime.raceread "".shnStrings ´ "".shnStrings Ì "".shnStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0023 type.string "".~r0 type.string "".i (type."".SectionIndex °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ0"".SectionIndex.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".shnStrings z runtime.raceread "".shnStrings ´ "".shnStrings Ì "".shnStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0024 type.string "".~r0 type.string "".i (type."".SectionIndex °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ*"".SectionType.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è \$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éXÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".shtStrings z runtime.raceread "".shtStrings ® "".shtStrings Æ "".shtStrings ä "".stringName ª (runtime.racefuncexit ¾ 0runtime.morestack_noctxt 0 "".autotmp_0025 type.string "".~r0 type.string "".i &type."".SectionType °
° t Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ."".SectionType.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è \$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éXÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".shtStrings z runtime.raceread "".shtStrings ® "".shtStrings Æ "".shtStrings ä "".stringName ª (runtime.racefuncexit ¾ 0runtime.morestack_noctxt 0 "".autotmp_0026 type.string "".~r0 type.string "".i &type."".SectionType °
° t Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ*"".SectionFlag.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è \$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éXÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".shfStrings z runtime.raceread "".shfStrings ® "".shfStrings Æ "".shfStrings ä "".flagName ª (runtime.racefuncexit ¾ 0runtime.morestack_noctxt 0 "".autotmp_0027 type.string "".~r0 type.string "".i &type."".SectionFlag °
ä° t Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ."".SectionFlag.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è \$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éXÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".shfStrings z runtime.raceread "".shfStrings ® "".shfStrings Æ "".shfStrings ä "".flagName ª (runtime.racefuncexit ¾ 0runtime.morestack_noctxt 0 "".autotmp_0028 type.string "".~r0 type.string "".i &type."".SectionFlag °
æ° t Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ2"".CompressionType.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h *"".compressionStrings z runtime.raceread *"".compressionStrings ´ *"".compressionStrings Ì *"".compressionStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0029 type.string "".~r0 type.string "".i .type."".CompressionType °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ6"".CompressionType.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h *"".compressionStrings z runtime.raceread *"".compressionStrings ´ *"".compressionStrings Ì *"".compressionStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0030 type.string "".~r0 type.string "".i .type."".CompressionType °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ$"".ProgType.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".ptStrings z runtime.raceread "".ptStrings ´ "".ptStrings Ì "".ptStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0031 type.string "".~r0 type.string "".i type."".ProgType °
ذ w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ("".ProgType.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".ptStrings z runtime.raceread "".ptStrings ´ "".ptStrings Ì "".ptStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0032 type.string "".~r0 type.string "".i type."".ProgType °
Ú° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ$"".ProgFlag.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è \$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éXÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".pfStrings z runtime.raceread "".pfStrings ® "".pfStrings Æ "".pfStrings ä "".flagName ª (runtime.racefuncexit ¾ 0runtime.morestack_noctxt 0 "".autotmp_0033 type.string "".~r0 type.string "".i type."".ProgFlag °
° t Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ("".ProgFlag.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è \$P$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éXÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter h "".pfStrings z runtime.raceread "".pfStrings ® "".pfStrings Æ "".pfStrings ä "".flagName ª (runtime.racefuncexit ¾ 0runtime.morestack_noctxt 0 "".autotmp_0034 type.string "".~r0 type.string "".i type."".ProgFlag °
° t Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ "".DynTag.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".dtStrings z runtime.raceread "".dtStrings ´ "".dtStrings Ì "".dtStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0035 type.string "".~r0 type.string "".i type."".DynTag °
Ä ° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ$"".DynTag.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".dtStrings z runtime.raceread "".dtStrings ´ "".dtStrings Ì "".dtStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0036 type.string "".~r0 type.string "".i type."".DynTag °
Æ ° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".DynFlag.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".dflagStrings z runtime.raceread "".dflagStrings ´ "".dflagStrings Ì "".dflagStrings ê "".flagName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0037 type.string "".~r0 type.string "".i type."".DynFlag °
þ ° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".DynFlag.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".dflagStrings z runtime.raceread "".dflagStrings ´ "".dflagStrings Ì "".dflagStrings ê "".flagName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0038 type.string "".~r0 type.string "".i type."".DynFlag °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".NType.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".ntypeStrings z runtime.raceread "".ntypeStrings ´ "".ntypeStrings Ì "".ntypeStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0039 type.string "".~r0 type.string "".i type."".NType °
¢
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".NType.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".ntypeStrings z runtime.raceread "".ntypeStrings ´ "".ntypeStrings Ì "".ntypeStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0040 type.string "".~r0 type.string "".i type."".NType °
¤
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".SymBind.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".stbStrings z runtime.raceread "".stbStrings ´ "".stbStrings Ì "".stbStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0041 type.string "".~r0 type.string "".i type."".SymBind °
Ö
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".SymBind.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".stbStrings z runtime.raceread "".stbStrings ´ "".stbStrings Ì "".stbStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0042 type.string "".~r0 type.string "".i type."".SymBind °
Ø
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".SymType.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".sttStrings z runtime.raceread "".sttStrings ´ "".sttStrings Ì "".sttStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0043 type.string "".~r0 type.string "".i type."".SymType °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".SymType.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".sttStrings z runtime.raceread "".sttStrings ´ "".sttStrings Ì "".sttStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0044 type.string "".~r0 type.string "".i type."".SymType °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ "".SymVis.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".stvStrings z runtime.raceread "".stvStrings ´ "".stvStrings Ì "".stvStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0045 type.string "".~r0 type.string "".i type."".SymVis °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ$"".SymVis.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".stvStrings z runtime.raceread "".stvStrings ´ "".stvStrings Ì "".stvStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0046 type.string "".~r0 type.string "".i type."".SymVis °
İ w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ$"".R_X86_64.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h """.rx86_64Strings z runtime.raceread """.rx86_64Strings ´ """.rx86_64Strings Ì """.rx86_64Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0047 type.string "".~r0 type.string "".i type."".R_X86_64 °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ("".R_X86_64.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h """.rx86_64Strings z runtime.raceread """.rx86_64Strings ´ """.rx86_64Strings Ì """.rx86_64Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0048 type.string "".~r0 type.string "".i type."".R_X86_64 °
İ w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".R_AARCH64.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h $"".raarch64Strings z runtime.raceread $"".raarch64Strings ´ $"".raarch64Strings Ì $"".raarch64Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0049 type.string "".~r0 type.string "".i "type."".R_AARCH64 °
¶° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ*"".R_AARCH64.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h $"".raarch64Strings z runtime.raceread $"".raarch64Strings ´ $"".raarch64Strings Ì $"".raarch64Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0050 type.string "".~r0 type.string "".i "type."".R_AARCH64 °
¸° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".R_ALPHA.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".ralphaStrings z runtime.raceread "".ralphaStrings ´ "".ralphaStrings Ì "".ralphaStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0051 type.string "".~r0 type.string "".i type."".R_ALPHA °
¾° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".R_ALPHA.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".ralphaStrings z runtime.raceread "".ralphaStrings ´ "".ralphaStrings Ì "".ralphaStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0052 type.string "".~r0 type.string "".i type."".R_ALPHA °
À° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".R_ARM.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rarmStrings z runtime.raceread "".rarmStrings ´ "".rarmStrings Ì "".rarmStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0053 type.string "".~r0 type.string "".i type."".R_ARM °
Ú° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".R_ARM.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rarmStrings z runtime.raceread "".rarmStrings ´ "".rarmStrings Ì "".rarmStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0054 type.string "".~r0 type.string "".i type."".R_ARM °
ܰ w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".R_386.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".r386Strings z runtime.raceread "".r386Strings ´ "".r386Strings Ì "".r386Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0055 type.string "".~r0 type.string "".i type."".R_386 °
î° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".R_386.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".r386Strings z runtime.raceread "".r386Strings ´ "".r386Strings Ì "".r386Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0056 type.string "".~r0 type.string "".i type."".R_386 °
ð° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ "".R_MIPS.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rmipsStrings z runtime.raceread "".rmipsStrings ´ "".rmipsStrings Ì "".rmipsStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0057 type.string "".~r0 type.string "".i type."".R_MIPS °
Ȱ w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ$"".R_MIPS.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rmipsStrings z runtime.raceread "".rmipsStrings ´ "".rmipsStrings Ì "".rmipsStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0058 type.string "".~r0 type.string "".i type."".R_MIPS °
ʰ w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".R_PPC.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rppcStrings z runtime.raceread "".rppcStrings ´ "".rppcStrings Ì "".rppcStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0059 type.string "".~r0 type.string "".i type."".R_PPC °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".R_PPC.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rppcStrings z runtime.raceread "".rppcStrings ´ "".rppcStrings Ì "".rppcStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0060 type.string "".~r0 type.string "".i type."".R_PPC °
° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".R_PPC64.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rppc64Strings z runtime.raceread "".rppc64Strings ´ "".rppc64Strings Ì "".rppc64Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0061 type.string "".~r0 type.string "".i type."".R_PPC64 °
ü° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".R_PPC64.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rppc64Strings z runtime.raceread "".rppc64Strings ´ "".rppc64Strings Ì "".rppc64Strings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0062 type.string "".~r0 type.string "".i type."".R_PPC64 °
þ° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ""".R_SPARC.String à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rsparcStrings z runtime.raceread "".rsparcStrings ´ "".rsparcStrings Ì "".rsparcStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0063 type.string "".~r0 type.string "".i type."".R_SPARC °
ô° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ&"".R_SPARC.GoString à àdH% H;a HìHH\$HH$è 1ÛH\$XH\$`H H$è H\$Pۉ$H H\$H H\$H H\$ÆD$ è HL$(HD$0HL$8HL$XHD$@HD$`è HÄHÃè éUÿÿÿÌÌÌÌÌ
B *runtime.racefuncenter h "".rsparcStrings z runtime.raceread "".rsparcStrings ´ "".rsparcStrings Ì "".rsparcStrings ê "".stringName ° (runtime.racefuncexit Ä 0runtime.morestack_noctxt 0 "".autotmp_0064 type.string "".~r0 type.string "".i type."".R_SPARC °
ö° w Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 8$GOROOT/src/debug/elf/elf.goþ"".R_SYM32 dH% H;av'HìH\$H$è \$Áë\$è HÄÃè ëÃÌÌÌ
: *runtime.racefuncenter Z (runtime.racefuncexit n 0runtime.morestack_noctxt "".~r1 type.uint32 "".info type.uint32 " @ @
$ Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".R_TYPE32 dH% H;av*HìH\$H$è \$ãÿ \$è HÄÃè ëÀ
: *runtime.racefuncenter ` (runtime.racefuncexit t 0runtime.morestack_noctxt "".~r1 type.uint32 "".info type.uint32 % @ @
$ Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".R_INFO32 dH% H;av-HìH\$H$è \$l$Áã ë\$è HÄÃè ë½ÌÌÌÌÌÌÌÌÌÌÌÌÌ
: *runtime.racefuncenter f (runtime.racefuncexit z 0runtime.morestack_noctxt "".~r2 type.uint32 "".typ type.uint32 "".sym type.uint32 ( P P
4 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".ST_BIND dH% H;av,HìH\$H$è ¶\$Àë¶ÛH\$è HÄÃè ë¾ÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
: *runtime.racefuncenter d (runtime.racefuncexit x 0runtime.morestack_noctxt "".~r1 type."".SymBind "".info type.uint8 ' ´
4 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.go:$GOROOT/src/debug/elf/file.goþ"".ST_TYPE dH% H;av-HìH\$H$è ¶\$Hã¶ÛH\$è HÄÃè ë½ÌÌÌÌÌÌÌÌÌÌÌÌÌ
: *runtime.racefuncenter f (runtime.racefuncexit z 0runtime.morestack_noctxt "".~r1 type."".SymType "".info type.uint8 ( P ¶P
4 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".ST_INFO dH% H;av5HìH\$H$è H\$Hl$HÁãHåH ë\$ è HÄÃè ëµÌÌÌÌÌ
: *runtime.racefuncenter v (runtime.racefuncexit 0runtime.morestack_noctxt 0 "".~r2 type.uint8 "".typ type."".SymType "".bind type."".SymBind 0
P ¸1
4 Tgclocals·790e5cc5051fc0affc980ade09e929ec Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ "".ST_VISIBILITY dH% H;av-HìH\$H$è ¶\$Hã¶ÛH\$è HÄÃè ë½ÌÌÌÌÌÌÌÌÌÌÌÌÌ
: *runtime.racefuncenter f (runtime.racefuncexit z 0runtime.morestack_noctxt "".~r1 type."".SymVis "".other type.uint8 ( P ¾P
4 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".R_SYM64 dH% H;av+HìH\$H$è H\$HÁë ۉ\$è HÄÃè ë¿ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
: *runtime.racefuncenter b (runtime.racefuncexit v 0runtime.morestack_noctxt "".~r1 type.uint32 "".info type.uint64 & P àP
4 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".R_TYPE64 dH% H;av'HìH\$H$è H\$ۉ\$è HÄÃè ëÃÌÌÌ
: *runtime.racefuncenter Z (runtime.racefuncexit n 0runtime.morestack_noctxt "".~r1 type.uint32 "".info type.uint64 " @ â@
$ Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".R_INFO dH% H;av0HìH\$H$è \$l$HÁã H ëH\$è HÄÃè ëºÌÌÌÌÌÌÌÌÌÌ
: *runtime.racefuncenter l (runtime.racefuncexit 0runtime.morestack_noctxt "".~r2 type.uint64 "".typ type.uint32 "".sym type.uint32 + P äP
4 Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad Tgclocals·33cdeccccebe80329f1fdbee7f5874cb 8$GOROOT/src/debug/elf/elf.goþ"".stringName dH% H$xÿÿÿH;AÎ Hì H$ H$è H¼$ 1ÛH$8 H$@ H$ H$( H$ 1ÉH¼$ø H|$PH$ð HL$XHl$PH9é? H$ H$HÇD$ è H¼$ H´$ Hþ HNHn$Ø $¨ H$à H$° H¬$è H¬$¸ $¨ ¬$ 9ë
¼$0 tdHÇ$ H H\$HÇD$ H$° H|$HHHKHOè H\$(H$8 H\$0H$@ è HÄ ÃH$° H$8 H$¸ H$@ è HÄ ÃHL$XHðHÀHÿÁHL$XHl$PH9éÁþÿÿHøHÿÈHø ¦ H$ HÅHD$HH9øä HkíHëH$HÇD$ è H¼$ HL$HH$ HÍH9ù£ HkíHëHSH$È HsH´$Ð $À ¬$ 9è H$ H´$ ¼$0 tNH\$`H$H H\$HÇD$ HT$Ht$ è $À H\$(H$ H\$0H$ ¬$ )ŋÝH$HÇD$
è HL$HD$HÇ$ H$ H\$H$ H\$H H\$HÇD$ H$ HL$(H$ HD$0è H\$8H$8 H\$@H$@ è HÄ ÃHÈHÿÈHø Zþÿÿ$ H$HÇD$
è HL$HD$H$ H$8 H$ H$@ è HÄ Ãè è éÚüÿÿè é
üÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ&
^ *runtime.racefuncenter Ê *runtime.racereadrange Ì go.string."elf." ¨ *runtime.concatstring2 æ (runtime.racefuncexit À (runtime.racefuncexit *runtime.racereadrange
go.string."elf." Ö
*runtime.concatstring2 Ò $strconv.FormatUint ¸ go.string."+"
*runtime.concatstring3 Ð
(runtime.racefuncexit ² $strconv.FormatUint (runtime.racefuncexit ª $runtime.panicindex ¸ $runtime.panicindex Ô 0runtime.morestack_noctxt p $"".autotmp_0074 Ïtype.[32]uint8 "".autotmp_0073 _type."".intName "".autotmp_0072 type.*"".intName "".autotmp_0071 ïtype.int "".autotmp_0070 ßtype.int "".autotmp_0069 type.string "".autotmp_0068 type.int "".autotmp_0067 ßtype.string "".autotmp_0066 type.int "".autotmp_0065 /"type.[]"".intName "".s ÿtype.string "".n type."".intName "".j ÿtype.int "".n ¿type."".intName "".~r3 Ptype.string "".goSyntax @type.bool "".names "type.[]"".intName "".i type.uint32 F"Ü,Ç_ t M®
W "t
N%&
C-. <