Versions in this module Expand all Collapse all v1 v1.7.1 Oct 27, 2022 Changes in this version + const ARM_MAGIC_TRAMP_NUMBER + const EI_ABIVERSION + const EI_CLASS + const EI_DATA + const EI_NIDENT + const EI_OSABI + const EI_PAD + const EI_VERSION + const ELFMAG + const Sym32Size + const Sym64Size + var ErrNoSymbols = errors.New("no symbol section") + func R_INFO(sym, typ uint32) uint64 + func R_INFO32(sym, typ uint32) uint32 + func R_SYM32(info uint32) uint32 + func R_SYM64(info uint64) uint32 + func R_TYPE32(info uint32) uint32 + func R_TYPE64(info uint64) uint32 + func ST_INFO(bind SymBind, typ SymType) uint8 + type Chdr32 struct + Addralign uint32 + Size uint32 + Type uint32 + type Chdr64 struct + Addralign uint64 + Size uint64 + Type uint32 + type Class byte + const ELFCLASS32 + const ELFCLASS64 + const ELFCLASSNONE + func (i Class) GoString() string + func (i Class) String() string + type CompressionType int + const COMPRESS_HIOS + const COMPRESS_HIPROC + const COMPRESS_LOOS + const COMPRESS_LOPROC + const COMPRESS_ZLIB + func (i CompressionType) GoString() string + func (i CompressionType) String() string + type Data byte + const ELFDATA2LSB + const ELFDATA2MSB + const ELFDATANONE + func (i Data) GoString() string + func (i Data) String() string + type Dyn32 struct + Tag int32 + Val uint32 + type Dyn64 struct + Tag int64 + Val uint64 + type DynFlag int + const DF_BIND_NOW + const DF_ORIGIN + const DF_STATIC_TLS + const DF_SYMBOLIC + const DF_TEXTREL + func (i DynFlag) GoString() string + func (i DynFlag) String() string + type DynTag int + const DT_ADDRRNGHI + const DT_ADDRRNGLO + const DT_AUDIT + const DT_AUXILIARY + const DT_BIND_NOW + const DT_CHECKSUM + const DT_CONFIG + const DT_DEBUG + const DT_DEPAUDIT + const DT_ENCODING + const DT_FEATURE + const DT_FILTER + const DT_FINI + const DT_FINI_ARRAY + const DT_FINI_ARRAYSZ + const DT_FLAGS + const DT_FLAGS_1 + const DT_GNU_CONFLICT + const DT_GNU_CONFLICTSZ + const DT_GNU_HASH + const DT_GNU_LIBLIST + const DT_GNU_LIBLISTSZ + const DT_GNU_PRELINKED + const DT_HASH + const DT_HIOS + const DT_HIPROC + const DT_INIT + const DT_INIT_ARRAY + const DT_INIT_ARRAYSZ + const DT_JMPREL + const DT_LOOS + const DT_LOPROC + const DT_MIPS_AUX_DYNAMIC + const DT_MIPS_BASE_ADDRESS + const DT_MIPS_COMPACT_SIZE + const DT_MIPS_CONFLICT + const DT_MIPS_CONFLICTNO + const DT_MIPS_CXX_FLAGS + const DT_MIPS_DELTA_CLASS + const DT_MIPS_DELTA_CLASSSYM + const DT_MIPS_DELTA_CLASSSYM_NO + const DT_MIPS_DELTA_CLASS_NO + const DT_MIPS_DELTA_INSTANCE + const DT_MIPS_DELTA_INSTANCE_NO + const DT_MIPS_DELTA_RELOC + const DT_MIPS_DELTA_RELOC_NO + const DT_MIPS_DELTA_SYM + const DT_MIPS_DELTA_SYM_NO + const DT_MIPS_DYNSTR_ALIGN + const DT_MIPS_FLAGS + const DT_MIPS_GOTSYM + const DT_MIPS_GP_VALUE + const DT_MIPS_HIDDEN_GOTIDX + const DT_MIPS_HIPAGENO + const DT_MIPS_ICHECKSUM + const DT_MIPS_INTERFACE + const DT_MIPS_INTERFACE_SIZE + const DT_MIPS_IVERSION + const DT_MIPS_LIBLIST + const DT_MIPS_LIBLISTNO + const DT_MIPS_LOCALPAGE_GOTIDX + const DT_MIPS_LOCAL_GOTIDX + const DT_MIPS_LOCAL_GOTNO + const DT_MIPS_MSYM + const DT_MIPS_OPTIONS + const DT_MIPS_PERF_SUFFIX + const DT_MIPS_PIXIE_INIT + const DT_MIPS_PLTGOT + const DT_MIPS_PROTECTED_GOTIDX + const DT_MIPS_RLD_MAP + const DT_MIPS_RLD_MAP_REL + const DT_MIPS_RLD_TEXT_RESOLVE_ADDR + const DT_MIPS_RLD_VERSION + const DT_MIPS_RWPLT + const DT_MIPS_SYMBOL_LIB + const DT_MIPS_SYMTABNO + const DT_MIPS_TIME_STAMP + const DT_MIPS_UNREFEXTNO + const DT_MOVEENT + const DT_MOVESZ + const DT_MOVETAB + const DT_NEEDED + const DT_NULL + const DT_PLTGOT + const DT_PLTPAD + const DT_PLTPADSZ + const DT_PLTREL + const DT_PLTRELSZ + const DT_POSFLAG_1 + const DT_PPC64_GLINK + const DT_PPC64_OPD + const DT_PPC64_OPDSZ + const DT_PPC64_OPT + const DT_PPC_GOT + const DT_PPC_OPT + const DT_PREINIT_ARRAY + const DT_PREINIT_ARRAYSZ + const DT_REL + const DT_RELA + const DT_RELACOUNT + const DT_RELAENT + const DT_RELASZ + const DT_RELCOUNT + const DT_RELENT + const DT_RELSZ + const DT_RPATH + const DT_RUNPATH + const DT_SONAME + const DT_SPARC_REGISTER + const DT_STRSZ + const DT_STRTAB + const DT_SYMBOLIC + const DT_SYMENT + const DT_SYMINENT + const DT_SYMINFO + const DT_SYMINSZ + const DT_SYMTAB + const DT_SYMTAB_SHNDX + const DT_TEXTREL + const DT_TLSDESC_GOT + const DT_TLSDESC_PLT + const DT_USED + const DT_VALRNGHI + const DT_VALRNGLO + const DT_VERDEF + const DT_VERDEFNUM + const DT_VERNEED + const DT_VERNEEDNUM + const DT_VERSYM + func (i DynTag) GoString() string + func (i DynTag) String() string + type File struct + Progs []*Prog + Sections []*Section + func NewFile(r io.ReaderAt) (*File, error) + func Open(name string) (*File, error) + func (f *File) Close() error + func (f *File) DWARF() (*dwarf.Data, error) + func (f *File) DataAfterSection(target *Section) []byte + func (f *File) DynString(tag DynTag) ([]string, error) + func (f *File) DynamicSymbols() ([]Symbol, error) + func (f *File) ImportedLibraries() ([]string, error) + func (f *File) ImportedSymbols() ([]ImportedSymbol, error) + func (f *File) Section(name string) *Section + func (f *File) SectionByType(typ SectionType) *Section + func (f *File) Symbols() ([]Symbol, error) + type FileHeader struct + ABIVersion uint8 + ByteOrder binary.ByteOrder + Class Class + Data Data + Entry uint64 + Machine Machine + OSABI OSABI + Type Type + Version Version + type FormatError struct + func (e *FormatError) Error() string + type Header32 struct + Ehsize uint16 + Entry uint32 + Flags uint32 + Ident [EI_NIDENT]byte + Machine uint16 + Phentsize uint16 + Phnum uint16 + Phoff uint32 + Shentsize uint16 + Shnum uint16 + Shoff uint32 + Shstrndx uint16 + Type uint16 + Version uint32 + type Header64 struct + Ehsize uint16 + Entry uint64 + Flags uint32 + Ident [EI_NIDENT]byte + Machine uint16 + Phentsize uint16 + Phnum uint16 + Phoff uint64 + Shentsize uint16 + Shnum uint16 + Shoff uint64 + Shstrndx uint16 + Type uint16 + Version uint32 + type ImportedSymbol struct + Library string + Name string + Version string + type Machine uint16 + const EM_386 + const EM_486 + const EM_56800EX + const EM_68HC05 + const EM_68HC08 + const EM_68HC11 + const EM_68HC12 + const EM_68HC16 + const EM_68K + const EM_78KOR + const EM_8051 + const EM_860 + const EM_88K + const EM_960 + const EM_AARCH64 + const EM_ALPHA + const EM_ALPHA_STD + const EM_ALTERA_NIOS2 + const EM_AMDGPU + const EM_ARC + const EM_ARCA + const EM_ARC_COMPACT + const EM_ARC_COMPACT2 + const EM_ARM + const EM_AVR + const EM_AVR32 + const EM_BA1 + const EM_BA2 + const EM_BLACKFIN + const EM_BPF + const EM_C166 + const EM_CDP + const EM_CE + const EM_CLOUDSHIELD + const EM_COGE + const EM_COLDFIRE + const EM_COOL + const EM_COREA_1ST + const EM_COREA_2ND + const EM_CR + const EM_CR16 + const EM_CRAYNV2 + const EM_CRIS + const EM_CRX + const EM_CSR_KALIMBA + const EM_CUDA + const EM_CYPRESS_M8C + const EM_D10V + const EM_D30V + const EM_DSP24 + const EM_DSPIC30F + const EM_DXP + const EM_ECOG1 + const EM_ECOG16 + const EM_ECOG1X + const EM_ECOG2 + const EM_ETPU + const EM_EXCESS + const EM_F2MC16 + const EM_FIREPATH + const EM_FR20 + const EM_FR30 + const EM_FT32 + const EM_FX66 + const EM_H8S + const EM_H8_300 + const EM_H8_300H + const EM_H8_500 + const EM_HUANY + const EM_IA_64 + const EM_INTEL205 + const EM_INTEL206 + const EM_INTEL207 + const EM_INTEL208 + const EM_INTEL209 + const EM_IP2K + const EM_JAVELIN + const EM_K10M + const EM_KM32 + const EM_KMX16 + const EM_KMX32 + const EM_KMX8 + const EM_KVARC + const EM_L10M + const EM_LANAI + const EM_LATTICEMICO32 + const EM_M16C + const EM_M32 + const EM_M32C + const EM_M32R + const EM_MANIK + const EM_MAX + const EM_MAXQ30 + const EM_MCHP_PIC + const EM_MCST_ELBRUS + const EM_ME16 + const EM_METAG + const EM_MICROBLAZE + const EM_MIPS + const EM_MIPS_RS3_LE + const EM_MIPS_RS4_BE + const EM_MIPS_X + const EM_MMA + const EM_MMDSP_PLUS + const EM_MMIX + const EM_MN10200 + const EM_MN10300 + const EM_MOXIE + const EM_MSP430 + const EM_NCPU + const EM_NDR1 + const EM_NDS32 + const EM_NONE + const EM_NORC + const EM_NS32K + const EM_OPEN8 + const EM_OPENRISC + const EM_PARISC + const EM_PCP + const EM_PDP10 + const EM_PDP11 + const EM_PDSP + const EM_PJ + const EM_PPC + const EM_PPC64 + const EM_PRISM + const EM_QDSP6 + const EM_R32C + const EM_RCE + const EM_RH32 + const EM_RISCV + const EM_RL78 + const EM_RS08 + const EM_RX + const EM_S370 + const EM_S390 + const EM_SCORE7 + const EM_SEP + const EM_SE_C17 + const EM_SE_C33 + const EM_SH + const EM_SHARC + const EM_SLE9X + const EM_SNP1K + const EM_SPARC + const EM_SPARC32PLUS + const EM_SPARCV9 + const EM_ST100 + const EM_ST19 + const EM_ST200 + const EM_ST7 + const EM_ST9PLUS + const EM_STARCORE + const EM_STM8 + const EM_STXP7X + const EM_SVX + const EM_TILE64 + const EM_TILEGX + const EM_TILEPRO + const EM_TINYJ + const EM_TI_ARP32 + const EM_TI_C2000 + const EM_TI_C5500 + const EM_TI_C6000 + const EM_TI_PRU + const EM_TMM_GPP + const EM_TPC + const EM_TRICORE + const EM_TRIMEDIA + const EM_TSK3000 + const EM_UNICORE + const EM_V800 + const EM_V850 + const EM_VAX + const EM_VIDEOCORE + const EM_VIDEOCORE3 + const EM_VIDEOCORE5 + const EM_VISIUM + const EM_VPP500 + const EM_X86_64 + const EM_XCORE + const EM_XGATE + const EM_XIMO16 + const EM_XTENSA + const EM_Z80 + const EM_ZSP + func (i Machine) GoString() string + func (i Machine) String() string + type NType int + const NT_FPREGSET + const NT_PRPSINFO + const NT_PRSTATUS + func (i NType) GoString() string + func (i NType) String() string + type OSABI byte + const ELFOSABI_86OPEN + const ELFOSABI_AIX + const ELFOSABI_ARM + const ELFOSABI_AROS + const ELFOSABI_CLOUDABI + const ELFOSABI_FENIXOS + const ELFOSABI_FREEBSD + const ELFOSABI_HPUX + const ELFOSABI_HURD + const ELFOSABI_IRIX + const ELFOSABI_LINUX + const ELFOSABI_MODESTO + const ELFOSABI_NETBSD + const ELFOSABI_NONE + const ELFOSABI_NSK + const ELFOSABI_OPENBSD + const ELFOSABI_OPENVMS + const ELFOSABI_SOLARIS + const ELFOSABI_STANDALONE + const ELFOSABI_TRU64 + func (i OSABI) GoString() string + func (i OSABI) String() string + type Prog struct + func (p *Prog) Open() io.ReadSeeker + type Prog32 struct + Align uint32 + Filesz uint32 + Flags uint32 + Memsz uint32 + Off uint32 + Paddr uint32 + Type uint32 + Vaddr uint32 + type Prog64 struct + Align uint64 + Filesz uint64 + Flags uint32 + Memsz uint64 + Off uint64 + Paddr uint64 + Type uint32 + Vaddr uint64 + type ProgFlag uint32 + const PF_MASKOS + const PF_MASKPROC + const PF_R + const PF_W + const PF_X + func (i ProgFlag) GoString() string + func (i ProgFlag) String() string + type ProgHeader struct + Align uint64 + Filesz uint64 + Flags ProgFlag + Memsz uint64 + Off uint64 + Paddr uint64 + Type ProgType + Vaddr uint64 + type ProgType int + const PT_AARCH64_ARCHEXT + const PT_AARCH64_UNWIND + const PT_ARM_ARCHEXT + const PT_ARM_EXIDX + const PT_DYNAMIC + const PT_GNU_EH_FRAME + const PT_GNU_MBIND_HI + const PT_GNU_MBIND_LO + const PT_GNU_PROPERTY + const PT_GNU_RELRO + const PT_GNU_STACK + const PT_HIOS + const PT_HIPROC + const PT_INTERP + const PT_LOAD + const PT_LOOS + const PT_LOPROC + const PT_MIPS_ABIFLAGS + const PT_MIPS_OPTIONS + const PT_MIPS_REGINFO + const PT_MIPS_RTPROC + const PT_NOTE + const PT_NULL + const PT_OPENBSD_BOOTDATA + const PT_OPENBSD_RANDOMIZE + const PT_OPENBSD_WXNEEDED + const PT_PAX_FLAGS + const PT_PHDR + const PT_S390_PGSTE + const PT_SHLIB + const PT_SUNWSTACK + const PT_SUNW_EH_FRAME + const PT_TLS + func (i ProgType) GoString() string + func (i ProgType) String() string + type R_386 int + const R_386_16 + const R_386_32 + const R_386_32PLT + const R_386_8 + const R_386_COPY + const R_386_GLOB_DAT + const R_386_GOT32 + const R_386_GOT32X + const R_386_GOTOFF + const R_386_GOTPC + const R_386_IRELATIVE + const R_386_JMP_SLOT + const R_386_NONE + const R_386_PC16 + const R_386_PC32 + const R_386_PC8 + const R_386_PLT32 + const R_386_RELATIVE + const R_386_SIZE32 + const R_386_TLS_DESC + const R_386_TLS_DESC_CALL + const R_386_TLS_DTPMOD32 + const R_386_TLS_DTPOFF32 + const R_386_TLS_GD + const R_386_TLS_GD_32 + const R_386_TLS_GD_CALL + const R_386_TLS_GD_POP + const R_386_TLS_GD_PUSH + const R_386_TLS_GOTDESC + const R_386_TLS_GOTIE + const R_386_TLS_IE + const R_386_TLS_IE_32 + const R_386_TLS_LDM + const R_386_TLS_LDM_32 + const R_386_TLS_LDM_CALL + const R_386_TLS_LDM_POP + const R_386_TLS_LDM_PUSH + const R_386_TLS_LDO_32 + const R_386_TLS_LE + const R_386_TLS_LE_32 + const R_386_TLS_TPOFF + const R_386_TLS_TPOFF32 + func (i R_386) GoString() string + func (i R_386) String() string + type R_390 int + const R_390_12 + const R_390_16 + const R_390_20 + const R_390_32 + const R_390_64 + const R_390_8 + const R_390_COPY + const R_390_GLOB_DAT + const R_390_GOT12 + const R_390_GOT16 + const R_390_GOT20 + const R_390_GOT32 + const R_390_GOT64 + const R_390_GOTENT + const R_390_GOTOFF + const R_390_GOTOFF16 + const R_390_GOTOFF64 + const R_390_GOTPC + const R_390_GOTPCDBL + const R_390_GOTPLT12 + const R_390_GOTPLT16 + const R_390_GOTPLT20 + const R_390_GOTPLT32 + const R_390_GOTPLT64 + const R_390_GOTPLTENT + const R_390_GOTPLTOFF16 + const R_390_GOTPLTOFF32 + const R_390_GOTPLTOFF64 + const R_390_JMP_SLOT + const R_390_NONE + const R_390_PC16 + const R_390_PC16DBL + const R_390_PC32 + const R_390_PC32DBL + const R_390_PC64 + const R_390_PLT16DBL + const R_390_PLT32 + const R_390_PLT32DBL + const R_390_PLT64 + const R_390_RELATIVE + const R_390_TLS_DTPMOD + const R_390_TLS_DTPOFF + const R_390_TLS_GD32 + const R_390_TLS_GD64 + const R_390_TLS_GDCALL + const R_390_TLS_GOTIE12 + const R_390_TLS_GOTIE20 + const R_390_TLS_GOTIE32 + const R_390_TLS_GOTIE64 + const R_390_TLS_IE32 + const R_390_TLS_IE64 + const R_390_TLS_IEENT + const R_390_TLS_LDCALL + const R_390_TLS_LDM32 + const R_390_TLS_LDM64 + const R_390_TLS_LDO32 + const R_390_TLS_LDO64 + const R_390_TLS_LE32 + const R_390_TLS_LE64 + const R_390_TLS_LOAD + const R_390_TLS_TPOFF + func (i R_390) GoString() string + func (i R_390) String() string + type R_AARCH64 int + const R_AARCH64_ABS16 + const R_AARCH64_ABS32 + const R_AARCH64_ABS64 + const R_AARCH64_ADD_ABS_LO12_NC + const R_AARCH64_ADR_GOT_PAGE + const R_AARCH64_ADR_PREL_LO21 + const R_AARCH64_ADR_PREL_PG_HI21 + const R_AARCH64_ADR_PREL_PG_HI21_NC + const R_AARCH64_CALL26 + const R_AARCH64_CONDBR19 + const R_AARCH64_COPY + const R_AARCH64_GLOB_DAT + const R_AARCH64_GOT_LD_PREL19 + const R_AARCH64_IRELATIVE + const R_AARCH64_JUMP26 + const R_AARCH64_JUMP_SLOT + const R_AARCH64_LD64_GOTOFF_LO15 + const R_AARCH64_LD64_GOTPAGE_LO15 + const R_AARCH64_LD64_GOT_LO12_NC + const R_AARCH64_LDST128_ABS_LO12_NC + const R_AARCH64_LDST16_ABS_LO12_NC + const R_AARCH64_LDST32_ABS_LO12_NC + const R_AARCH64_LDST64_ABS_LO12_NC + const R_AARCH64_LDST8_ABS_LO12_NC + const R_AARCH64_LD_PREL_LO19 + const R_AARCH64_MOVW_SABS_G0 + const R_AARCH64_MOVW_SABS_G1 + const R_AARCH64_MOVW_SABS_G2 + const R_AARCH64_MOVW_UABS_G0 + const R_AARCH64_MOVW_UABS_G0_NC + const R_AARCH64_MOVW_UABS_G1 + const R_AARCH64_MOVW_UABS_G1_NC + const R_AARCH64_MOVW_UABS_G2 + const R_AARCH64_MOVW_UABS_G2_NC + const R_AARCH64_MOVW_UABS_G3 + const R_AARCH64_NONE + const R_AARCH64_NULL + const R_AARCH64_P32_ABS16 + const R_AARCH64_P32_ABS32 + const R_AARCH64_P32_ADD_ABS_LO12_NC + const R_AARCH64_P32_ADR_GOT_PAGE + const R_AARCH64_P32_ADR_PREL_LO21 + const R_AARCH64_P32_ADR_PREL_PG_HI21 + const R_AARCH64_P32_CALL26 + const R_AARCH64_P32_CONDBR19 + const R_AARCH64_P32_COPY + const R_AARCH64_P32_GLOB_DAT + const R_AARCH64_P32_GOT_LD_PREL19 + const R_AARCH64_P32_IRELATIVE + const R_AARCH64_P32_JUMP26 + const R_AARCH64_P32_JUMP_SLOT + const R_AARCH64_P32_LD32_GOT_LO12_NC + const R_AARCH64_P32_LDST128_ABS_LO12_NC + const R_AARCH64_P32_LDST16_ABS_LO12_NC + const R_AARCH64_P32_LDST32_ABS_LO12_NC + const R_AARCH64_P32_LDST64_ABS_LO12_NC + const R_AARCH64_P32_LDST8_ABS_LO12_NC + const R_AARCH64_P32_LD_PREL_LO19 + const R_AARCH64_P32_MOVW_SABS_G0 + const R_AARCH64_P32_MOVW_UABS_G0 + const R_AARCH64_P32_MOVW_UABS_G0_NC + const R_AARCH64_P32_MOVW_UABS_G1 + const R_AARCH64_P32_PREL16 + const R_AARCH64_P32_PREL32 + const R_AARCH64_P32_RELATIVE + const R_AARCH64_P32_TLSDESC + const R_AARCH64_P32_TLSDESC_ADD_LO12_NC + const R_AARCH64_P32_TLSDESC_ADR_PAGE21 + const R_AARCH64_P32_TLSDESC_ADR_PREL21 + const R_AARCH64_P32_TLSDESC_CALL + const R_AARCH64_P32_TLSDESC_LD32_LO12_NC + const R_AARCH64_P32_TLSDESC_LD_PREL19 + const R_AARCH64_P32_TLSGD_ADD_LO12_NC + const R_AARCH64_P32_TLSGD_ADR_PAGE21 + const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 + const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC + const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 + const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 + const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 + const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC + const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 + const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC + const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 + const R_AARCH64_P32_TLS_DTPMOD + const R_AARCH64_P32_TLS_DTPREL + const R_AARCH64_P32_TLS_TPREL + const R_AARCH64_P32_TSTBR14 + const R_AARCH64_PREL16 + const R_AARCH64_PREL32 + const R_AARCH64_PREL64 + const R_AARCH64_RELATIVE + const R_AARCH64_TLSDESC + const R_AARCH64_TLSDESC_ADD + const R_AARCH64_TLSDESC_ADD_LO12_NC + const R_AARCH64_TLSDESC_ADR_PAGE21 + const R_AARCH64_TLSDESC_ADR_PREL21 + const R_AARCH64_TLSDESC_CALL + const R_AARCH64_TLSDESC_LD64_LO12_NC + const R_AARCH64_TLSDESC_LDR + const R_AARCH64_TLSDESC_LD_PREL19 + const R_AARCH64_TLSDESC_OFF_G0_NC + const R_AARCH64_TLSDESC_OFF_G1 + const R_AARCH64_TLSGD_ADD_LO12_NC + const R_AARCH64_TLSGD_ADR_PAGE21 + const R_AARCH64_TLSGD_ADR_PREL21 + const R_AARCH64_TLSGD_MOVW_G0_NC + const R_AARCH64_TLSGD_MOVW_G1 + const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 + const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC + const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 + const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC + const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 + const R_AARCH64_TLSLD_ADR_PAGE21 + const R_AARCH64_TLSLD_ADR_PREL21 + const R_AARCH64_TLSLD_LDST128_DTPREL_LO12 + const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC + const R_AARCH64_TLSLE_ADD_TPREL_HI12 + const R_AARCH64_TLSLE_ADD_TPREL_LO12 + const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC + const R_AARCH64_TLSLE_LDST128_TPREL_LO12 + const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC + const R_AARCH64_TLSLE_MOVW_TPREL_G0 + const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC + const R_AARCH64_TLSLE_MOVW_TPREL_G1 + const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC + const R_AARCH64_TLSLE_MOVW_TPREL_G2 + const R_AARCH64_TLS_DTPMOD64 + const R_AARCH64_TLS_DTPREL64 + const R_AARCH64_TLS_TPREL64 + const R_AARCH64_TSTBR14 + func (i R_AARCH64) GoString() string + func (i R_AARCH64) String() string + type R_ALPHA int + const R_ALPHA_BRADDR + const R_ALPHA_COPY + const R_ALPHA_GLOB_DAT + const R_ALPHA_GPDISP + const R_ALPHA_GPREL32 + const R_ALPHA_GPRELHIGH + const R_ALPHA_GPRELLOW + const R_ALPHA_GPVALUE + const R_ALPHA_HINT + const R_ALPHA_IMMED_BR_HI32 + const R_ALPHA_IMMED_GP_16 + const R_ALPHA_IMMED_GP_HI32 + const R_ALPHA_IMMED_LO32 + const R_ALPHA_IMMED_SCN_HI32 + const R_ALPHA_JMP_SLOT + const R_ALPHA_LITERAL + const R_ALPHA_LITUSE + const R_ALPHA_NONE + const R_ALPHA_OP_PRSHIFT + const R_ALPHA_OP_PSUB + const R_ALPHA_OP_PUSH + const R_ALPHA_OP_STORE + const R_ALPHA_REFLONG + const R_ALPHA_REFQUAD + const R_ALPHA_RELATIVE + const R_ALPHA_SREL16 + const R_ALPHA_SREL32 + const R_ALPHA_SREL64 + func (i R_ALPHA) GoString() string + func (i R_ALPHA) String() string + type R_ARM int + const R_ARM_ABS12 + const R_ARM_ABS16 + const R_ARM_ABS32 + const R_ARM_ABS32_NOI + const R_ARM_ABS8 + const R_ARM_ALU_PCREL_15_8 + const R_ARM_ALU_PCREL_23_15 + const R_ARM_ALU_PCREL_7_0 + const R_ARM_ALU_PC_G0 + const R_ARM_ALU_PC_G0_NC + const R_ARM_ALU_PC_G1 + const R_ARM_ALU_PC_G1_NC + const R_ARM_ALU_PC_G2 + const R_ARM_ALU_SBREL_19_12_NC + const R_ARM_ALU_SBREL_27_20_CK + const R_ARM_ALU_SB_G0 + const R_ARM_ALU_SB_G0_NC + const R_ARM_ALU_SB_G1 + const R_ARM_ALU_SB_G1_NC + const R_ARM_ALU_SB_G2 + const R_ARM_AMP_VCALL9 + const R_ARM_BASE_ABS + const R_ARM_CALL + const R_ARM_COPY + const R_ARM_GLOB_DAT + const R_ARM_GNU_VTENTRY + const R_ARM_GNU_VTINHERIT + const R_ARM_GOT32 + const R_ARM_GOTOFF + const R_ARM_GOTOFF12 + const R_ARM_GOTPC + const R_ARM_GOTRELAX + const R_ARM_GOT_ABS + const R_ARM_GOT_BREL12 + const R_ARM_GOT_PREL + const R_ARM_IRELATIVE + const R_ARM_JUMP24 + const R_ARM_JUMP_SLOT + const R_ARM_LDC_PC_G0 + const R_ARM_LDC_PC_G1 + const R_ARM_LDC_PC_G2 + const R_ARM_LDC_SB_G0 + const R_ARM_LDC_SB_G1 + const R_ARM_LDC_SB_G2 + const R_ARM_LDRS_PC_G0 + const R_ARM_LDRS_PC_G1 + const R_ARM_LDRS_PC_G2 + const R_ARM_LDRS_SB_G0 + const R_ARM_LDRS_SB_G1 + const R_ARM_LDRS_SB_G2 + const R_ARM_LDR_PC_G1 + const R_ARM_LDR_PC_G2 + const R_ARM_LDR_SBREL_11_10_NC + const R_ARM_LDR_SB_G0 + const R_ARM_LDR_SB_G1 + const R_ARM_LDR_SB_G2 + const R_ARM_ME_TOO + const R_ARM_MOVT_ABS + const R_ARM_MOVT_BREL + const R_ARM_MOVT_PREL + const R_ARM_MOVW_ABS_NC + const R_ARM_MOVW_BREL + const R_ARM_MOVW_BREL_NC + const R_ARM_MOVW_PREL_NC + const R_ARM_NONE + const R_ARM_PC13 + const R_ARM_PC24 + const R_ARM_PLT32 + const R_ARM_PLT32_ABS + const R_ARM_PREL31 + const R_ARM_PRIVATE_0 + const R_ARM_PRIVATE_1 + const R_ARM_PRIVATE_10 + const R_ARM_PRIVATE_11 + const R_ARM_PRIVATE_12 + const R_ARM_PRIVATE_13 + const R_ARM_PRIVATE_14 + const R_ARM_PRIVATE_15 + const R_ARM_PRIVATE_2 + const R_ARM_PRIVATE_3 + const R_ARM_PRIVATE_4 + const R_ARM_PRIVATE_5 + const R_ARM_PRIVATE_6 + const R_ARM_PRIVATE_7 + const R_ARM_PRIVATE_8 + const R_ARM_PRIVATE_9 + const R_ARM_RABS32 + const R_ARM_RBASE + const R_ARM_REL32 + const R_ARM_REL32_NOI + const R_ARM_RELATIVE + const R_ARM_RPC24 + const R_ARM_RREL32 + const R_ARM_RSBREL32 + const R_ARM_RXPC25 + const R_ARM_SBREL31 + const R_ARM_SBREL32 + const R_ARM_SWI24 + const R_ARM_TARGET1 + const R_ARM_TARGET2 + const R_ARM_THM_ABS5 + const R_ARM_THM_ALU_ABS_G0_NC + const R_ARM_THM_ALU_ABS_G1_NC + const R_ARM_THM_ALU_ABS_G2_NC + const R_ARM_THM_ALU_ABS_G3 + const R_ARM_THM_ALU_PREL_11_0 + const R_ARM_THM_GOT_BREL12 + const R_ARM_THM_JUMP11 + const R_ARM_THM_JUMP19 + const R_ARM_THM_JUMP24 + const R_ARM_THM_JUMP6 + const R_ARM_THM_JUMP8 + const R_ARM_THM_MOVT_ABS + const R_ARM_THM_MOVT_BREL + const R_ARM_THM_MOVT_PREL + const R_ARM_THM_MOVW_ABS_NC + const R_ARM_THM_MOVW_BREL + const R_ARM_THM_MOVW_BREL_NC + const R_ARM_THM_MOVW_PREL_NC + const R_ARM_THM_PC12 + const R_ARM_THM_PC22 + const R_ARM_THM_PC8 + const R_ARM_THM_RPC22 + const R_ARM_THM_SWI8 + const R_ARM_THM_TLS_CALL + const R_ARM_THM_TLS_DESCSEQ16 + const R_ARM_THM_TLS_DESCSEQ32 + const R_ARM_THM_XPC22 + const R_ARM_TLS_CALL + const R_ARM_TLS_DESCSEQ + const R_ARM_TLS_DTPMOD32 + const R_ARM_TLS_DTPOFF32 + const R_ARM_TLS_GD32 + const R_ARM_TLS_GOTDESC + const R_ARM_TLS_IE12GP + const R_ARM_TLS_IE32 + const R_ARM_TLS_LDM32 + const R_ARM_TLS_LDO12 + const R_ARM_TLS_LDO32 + const R_ARM_TLS_LE12 + const R_ARM_TLS_LE32 + const R_ARM_TLS_TPOFF32 + const R_ARM_V4BX + const R_ARM_XPC25 + func (i R_ARM) GoString() string + func (i R_ARM) String() string + type R_MIPS int + const R_MIPS_16 + const R_MIPS_26 + const R_MIPS_32 + const R_MIPS_64 + const R_MIPS_ADD_IMMEDIATE + const R_MIPS_CALL16 + const R_MIPS_CALL_HI16 + const R_MIPS_CALL_LO16 + const R_MIPS_DELETE + const R_MIPS_GOT16 + const R_MIPS_GOT_DISP + const R_MIPS_GOT_HI16 + const R_MIPS_GOT_LO16 + const R_MIPS_GOT_OFST + const R_MIPS_GOT_PAGE + const R_MIPS_GPREL16 + const R_MIPS_GPREL32 + const R_MIPS_HI16 + const R_MIPS_HIGHER + const R_MIPS_HIGHEST + const R_MIPS_INSERT_A + const R_MIPS_INSERT_B + const R_MIPS_JALR + const R_MIPS_LITERAL + const R_MIPS_LO16 + const R_MIPS_NONE + const R_MIPS_PC16 + const R_MIPS_PJUMP + const R_MIPS_REL16 + const R_MIPS_REL32 + const R_MIPS_RELGOT + const R_MIPS_SCN_DISP + const R_MIPS_SHIFT5 + const R_MIPS_SHIFT6 + const R_MIPS_SUB + const R_MIPS_TLS_DTPMOD32 + const R_MIPS_TLS_DTPMOD64 + const R_MIPS_TLS_DTPREL32 + const R_MIPS_TLS_DTPREL64 + const R_MIPS_TLS_DTPREL_HI16 + const R_MIPS_TLS_DTPREL_LO16 + const R_MIPS_TLS_GD + const R_MIPS_TLS_GOTTPREL + const R_MIPS_TLS_LDM + const R_MIPS_TLS_TPREL32 + const R_MIPS_TLS_TPREL64 + const R_MIPS_TLS_TPREL_HI16 + const R_MIPS_TLS_TPREL_LO16 + func (i R_MIPS) GoString() string + func (i R_MIPS) String() string + type R_PPC int + const R_PPC_ADDR14 + const R_PPC_ADDR14_BRNTAKEN + const R_PPC_ADDR14_BRTAKEN + const R_PPC_ADDR16 + const R_PPC_ADDR16_HA + const R_PPC_ADDR16_HI + const R_PPC_ADDR16_LO + const R_PPC_ADDR24 + const R_PPC_ADDR32 + const R_PPC_COPY + const R_PPC_DTPMOD32 + const R_PPC_DTPREL16 + const R_PPC_DTPREL16_HA + const R_PPC_DTPREL16_HI + const R_PPC_DTPREL16_LO + const R_PPC_DTPREL32 + const R_PPC_EMB_BIT_FLD + const R_PPC_EMB_MRKREF + const R_PPC_EMB_NADDR16 + const R_PPC_EMB_NADDR16_HA + const R_PPC_EMB_NADDR16_HI + const R_PPC_EMB_NADDR16_LO + const R_PPC_EMB_NADDR32 + const R_PPC_EMB_RELSDA + const R_PPC_EMB_RELSEC16 + const R_PPC_EMB_RELST_HA + const R_PPC_EMB_RELST_HI + const R_PPC_EMB_RELST_LO + const R_PPC_EMB_SDA21 + const R_PPC_EMB_SDA2I16 + const R_PPC_EMB_SDA2REL + const R_PPC_EMB_SDAI16 + const R_PPC_GLOB_DAT + const R_PPC_GOT16 + const R_PPC_GOT16_HA + const R_PPC_GOT16_HI + const R_PPC_GOT16_LO + const R_PPC_GOT_TLSGD16 + const R_PPC_GOT_TLSGD16_HA + const R_PPC_GOT_TLSGD16_HI + const R_PPC_GOT_TLSGD16_LO + const R_PPC_GOT_TLSLD16 + const R_PPC_GOT_TLSLD16_HA + const R_PPC_GOT_TLSLD16_HI + const R_PPC_GOT_TLSLD16_LO + const R_PPC_GOT_TPREL16 + const R_PPC_GOT_TPREL16_HA + const R_PPC_GOT_TPREL16_HI + const R_PPC_GOT_TPREL16_LO + const R_PPC_JMP_SLOT + const R_PPC_LOCAL24PC + const R_PPC_NONE + const R_PPC_PLT16_HA + const R_PPC_PLT16_HI + const R_PPC_PLT16_LO + const R_PPC_PLT32 + const R_PPC_PLTREL24 + const R_PPC_PLTREL32 + const R_PPC_REL14 + const R_PPC_REL14_BRNTAKEN + const R_PPC_REL14_BRTAKEN + const R_PPC_REL24 + const R_PPC_REL32 + const R_PPC_RELATIVE + const R_PPC_SDAREL16 + const R_PPC_SECTOFF + const R_PPC_SECTOFF_HA + const R_PPC_SECTOFF_HI + const R_PPC_SECTOFF_LO + const R_PPC_TLS + const R_PPC_TPREL16 + const R_PPC_TPREL16_HA + const R_PPC_TPREL16_HI + const R_PPC_TPREL16_LO + const R_PPC_TPREL32 + const R_PPC_UADDR16 + const R_PPC_UADDR32 + func (i R_PPC) GoString() string + func (i R_PPC) String() string + type R_PPC64 int + const R_PPC64_ADDR14 + const R_PPC64_ADDR14_BRNTAKEN + const R_PPC64_ADDR14_BRTAKEN + const R_PPC64_ADDR16 + const R_PPC64_ADDR16_DS + const R_PPC64_ADDR16_HA + const R_PPC64_ADDR16_HI + const R_PPC64_ADDR16_HIGH + const R_PPC64_ADDR16_HIGHA + const R_PPC64_ADDR16_HIGHER + const R_PPC64_ADDR16_HIGHERA + const R_PPC64_ADDR16_HIGHEST + const R_PPC64_ADDR16_HIGHESTA + const R_PPC64_ADDR16_LO + const R_PPC64_ADDR16_LO_DS + const R_PPC64_ADDR24 + const R_PPC64_ADDR32 + const R_PPC64_ADDR64 + const R_PPC64_ADDR64_LOCAL + const R_PPC64_DTPMOD64 + const R_PPC64_DTPREL16 + const R_PPC64_DTPREL16_DS + const R_PPC64_DTPREL16_HA + const R_PPC64_DTPREL16_HI + const R_PPC64_DTPREL16_HIGH + const R_PPC64_DTPREL16_HIGHA + const R_PPC64_DTPREL16_HIGHER + const R_PPC64_DTPREL16_HIGHERA + const R_PPC64_DTPREL16_HIGHEST + const R_PPC64_DTPREL16_HIGHESTA + const R_PPC64_DTPREL16_LO + const R_PPC64_DTPREL16_LO_DS + const R_PPC64_DTPREL64 + const R_PPC64_ENTRY + const R_PPC64_GOT16 + const R_PPC64_GOT16_DS + const R_PPC64_GOT16_HA + const R_PPC64_GOT16_HI + const R_PPC64_GOT16_LO + const R_PPC64_GOT16_LO_DS + const R_PPC64_GOT_DTPREL16_DS + const R_PPC64_GOT_DTPREL16_HA + const R_PPC64_GOT_DTPREL16_HI + const R_PPC64_GOT_DTPREL16_LO_DS + const R_PPC64_GOT_TLSGD16 + const R_PPC64_GOT_TLSGD16_HA + const R_PPC64_GOT_TLSGD16_HI + const R_PPC64_GOT_TLSGD16_LO + const R_PPC64_GOT_TLSLD16 + const R_PPC64_GOT_TLSLD16_HA + const R_PPC64_GOT_TLSLD16_HI + const R_PPC64_GOT_TLSLD16_LO + const R_PPC64_GOT_TPREL16_DS + const R_PPC64_GOT_TPREL16_HA + const R_PPC64_GOT_TPREL16_HI + const R_PPC64_GOT_TPREL16_LO_DS + const R_PPC64_IRELATIVE + const R_PPC64_JMP_IREL + const R_PPC64_JMP_SLOT + const R_PPC64_NONE + const R_PPC64_PLT16_LO_DS + const R_PPC64_PLTGOT16 + const R_PPC64_PLTGOT16_DS + const R_PPC64_PLTGOT16_HA + const R_PPC64_PLTGOT16_HI + const R_PPC64_PLTGOT16_LO + const R_PPC64_PLTGOT_LO_DS + const R_PPC64_REL14 + const R_PPC64_REL14_BRNTAKEN + const R_PPC64_REL14_BRTAKEN + const R_PPC64_REL16 + const R_PPC64_REL16DX_HA + const R_PPC64_REL16_HA + const R_PPC64_REL16_HI + const R_PPC64_REL16_LO + const R_PPC64_REL24 + const R_PPC64_REL24_NOTOC + const R_PPC64_REL32 + const R_PPC64_REL64 + const R_PPC64_SECTOFF_DS + const R_PPC64_SECTOFF_LO_DS + const R_PPC64_TLS + const R_PPC64_TLSGD + const R_PPC64_TLSLD + const R_PPC64_TOC + const R_PPC64_TOC16 + const R_PPC64_TOC16_DS + const R_PPC64_TOC16_HA + const R_PPC64_TOC16_HI + const R_PPC64_TOC16_LO + const R_PPC64_TOC16_LO_DS + const R_PPC64_TOCSAVE + const R_PPC64_TPREL16 + const R_PPC64_TPREL16_DS + const R_PPC64_TPREL16_HA + const R_PPC64_TPREL16_HI + const R_PPC64_TPREL16_HIGH + const R_PPC64_TPREL16_HIGHA + const R_PPC64_TPREL16_HIGHER + const R_PPC64_TPREL16_HIGHERA + const R_PPC64_TPREL16_HIGHEST + const R_PPC64_TPREL16_HIGHESTA + const R_PPC64_TPREL16_LO + const R_PPC64_TPREL16_LO_DS + const R_PPC64_TPREL64 + func (i R_PPC64) GoString() string + func (i R_PPC64) String() string + type R_RISCV int + const R_RISCV_32 + const R_RISCV_32_PCREL + const R_RISCV_64 + const R_RISCV_ADD16 + const R_RISCV_ADD32 + const R_RISCV_ADD64 + const R_RISCV_ADD8 + const R_RISCV_ALIGN + const R_RISCV_BRANCH + const R_RISCV_CALL + const R_RISCV_CALL_PLT + const R_RISCV_COPY + const R_RISCV_GNU_VTENTRY + const R_RISCV_GNU_VTINHERIT + const R_RISCV_GOT_HI20 + const R_RISCV_GPREL_I + const R_RISCV_GPREL_S + const R_RISCV_HI20 + const R_RISCV_JAL + const R_RISCV_JUMP_SLOT + const R_RISCV_LO12_I + const R_RISCV_LO12_S + const R_RISCV_NONE + const R_RISCV_PCREL_HI20 + const R_RISCV_PCREL_LO12_I + const R_RISCV_PCREL_LO12_S + const R_RISCV_RELATIVE + const R_RISCV_RELAX + const R_RISCV_RVC_BRANCH + const R_RISCV_RVC_JUMP + const R_RISCV_RVC_LUI + const R_RISCV_SET16 + const R_RISCV_SET32 + const R_RISCV_SET6 + const R_RISCV_SET8 + const R_RISCV_SUB16 + const R_RISCV_SUB32 + const R_RISCV_SUB6 + const R_RISCV_SUB64 + const R_RISCV_SUB8 + const R_RISCV_TLS_DTPMOD32 + const R_RISCV_TLS_DTPMOD64 + const R_RISCV_TLS_DTPREL32 + const R_RISCV_TLS_DTPREL64 + const R_RISCV_TLS_GD_HI20 + const R_RISCV_TLS_GOT_HI20 + const R_RISCV_TLS_TPREL32 + const R_RISCV_TLS_TPREL64 + const R_RISCV_TPREL_ADD + const R_RISCV_TPREL_HI20 + const R_RISCV_TPREL_I + const R_RISCV_TPREL_LO12_I + const R_RISCV_TPREL_LO12_S + const R_RISCV_TPREL_S + func (i R_RISCV) GoString() string + func (i R_RISCV) String() string + type R_SPARC int + const R_SPARC_10 + const R_SPARC_11 + const R_SPARC_13 + const R_SPARC_16 + const R_SPARC_22 + const R_SPARC_32 + const R_SPARC_5 + const R_SPARC_6 + const R_SPARC_64 + const R_SPARC_7 + const R_SPARC_8 + const R_SPARC_COPY + const R_SPARC_DISP16 + const R_SPARC_DISP32 + const R_SPARC_DISP64 + const R_SPARC_DISP8 + const R_SPARC_GLOB_DAT + const R_SPARC_GLOB_JMP + const R_SPARC_GOT10 + const R_SPARC_GOT13 + const R_SPARC_GOT22 + const R_SPARC_H44 + const R_SPARC_HH22 + const R_SPARC_HI22 + const R_SPARC_HIPLT22 + const R_SPARC_HIX22 + const R_SPARC_HM10 + const R_SPARC_JMP_SLOT + const R_SPARC_L44 + const R_SPARC_LM22 + const R_SPARC_LO10 + const R_SPARC_LOPLT10 + const R_SPARC_LOX10 + const R_SPARC_M44 + const R_SPARC_NONE + const R_SPARC_OLO10 + const R_SPARC_PC10 + const R_SPARC_PC22 + const R_SPARC_PCPLT10 + const R_SPARC_PCPLT22 + const R_SPARC_PCPLT32 + const R_SPARC_PC_HH22 + const R_SPARC_PC_HM10 + const R_SPARC_PC_LM22 + const R_SPARC_PLT32 + const R_SPARC_PLT64 + const R_SPARC_REGISTER + const R_SPARC_RELATIVE + const R_SPARC_UA16 + const R_SPARC_UA32 + const R_SPARC_UA64 + const R_SPARC_WDISP16 + const R_SPARC_WDISP19 + const R_SPARC_WDISP22 + const R_SPARC_WDISP30 + const R_SPARC_WPLT30 + func (i R_SPARC) GoString() string + func (i R_SPARC) String() string + type R_X86_64 int + const R_X86_64_16 + const R_X86_64_32 + const R_X86_64_32S + const R_X86_64_64 + const R_X86_64_8 + const R_X86_64_COPY + const R_X86_64_DTPMOD64 + const R_X86_64_DTPOFF32 + const R_X86_64_DTPOFF64 + const R_X86_64_GLOB_DAT + const R_X86_64_GOT32 + const R_X86_64_GOT64 + const R_X86_64_GOTOFF64 + const R_X86_64_GOTPC32 + const R_X86_64_GOTPC32_TLSDESC + const R_X86_64_GOTPC64 + const R_X86_64_GOTPCREL + const R_X86_64_GOTPCREL64 + const R_X86_64_GOTPCRELX + const R_X86_64_GOTPLT64 + const R_X86_64_GOTTPOFF + const R_X86_64_IRELATIVE + const R_X86_64_JMP_SLOT + const R_X86_64_NONE + const R_X86_64_PC16 + const R_X86_64_PC32 + const R_X86_64_PC32_BND + const R_X86_64_PC64 + const R_X86_64_PC8 + const R_X86_64_PLT32 + const R_X86_64_PLT32_BND + const R_X86_64_PLTOFF64 + const R_X86_64_RELATIVE + const R_X86_64_RELATIVE64 + const R_X86_64_REX_GOTPCRELX + const R_X86_64_SIZE32 + const R_X86_64_SIZE64 + const R_X86_64_TLSDESC + const R_X86_64_TLSDESC_CALL + const R_X86_64_TLSGD + const R_X86_64_TLSLD + const R_X86_64_TPOFF32 + const R_X86_64_TPOFF64 + func (i R_X86_64) GoString() string + func (i R_X86_64) String() string + type Rel32 struct + Info uint32 + Off uint32 + type Rel64 struct + Info uint64 + Off uint64 + type Rela32 struct + Addend int32 + Info uint32 + Off uint32 + type Rela64 struct + Addend int64 + Info uint64 + Off uint64 + type Section struct + func (s *Section) Data() ([]byte, error) + func (s *Section) Open() io.ReadSeeker + type Section32 struct + Addr uint32 + Addralign uint32 + Entsize uint32 + Flags uint32 + Info uint32 + Link uint32 + Name uint32 + Off uint32 + Size uint32 + Type uint32 + type Section64 struct + Addr uint64 + Addralign uint64 + Entsize uint64 + Flags uint64 + Info uint32 + Link uint32 + Name uint32 + Off uint64 + Size uint64 + Type uint32 + type SectionFlag uint32 + const SHF_ALLOC + const SHF_COMPRESSED + const SHF_EXECINSTR + const SHF_GROUP + const SHF_INFO_LINK + const SHF_LINK_ORDER + const SHF_MASKOS + const SHF_MASKPROC + const SHF_MERGE + const SHF_OS_NONCONFORMING + const SHF_STRINGS + const SHF_TLS + const SHF_WRITE + func (i SectionFlag) GoString() string + func (i SectionFlag) String() string + type SectionHeader struct + Addr uint64 + Addralign uint64 + Entsize uint64 + FileSize uint64 + Flags SectionFlag + Info uint32 + Link uint32 + Name string + Offset uint64 + Size uint64 + Type SectionType + type SectionIndex int + const SHN_ABS + const SHN_COMMON + const SHN_HIOS + const SHN_HIPROC + const SHN_HIRESERVE + const SHN_LOOS + const SHN_LOPROC + const SHN_LORESERVE + const SHN_UNDEF + const SHN_XINDEX + func (i SectionIndex) GoString() string + func (i SectionIndex) String() string + type SectionType uint32 + const SHT_DYNAMIC + const SHT_DYNSYM + const SHT_FINI_ARRAY + const SHT_GNU_ATTRIBUTES + const SHT_GNU_HASH + const SHT_GNU_LIBLIST + const SHT_GNU_VERDEF + const SHT_GNU_VERNEED + const SHT_GNU_VERSYM + const SHT_GROUP + const SHT_HASH + const SHT_HIOS + const SHT_HIPROC + const SHT_HIUSER + const SHT_INIT_ARRAY + const SHT_LOOS + const SHT_LOPROC + const SHT_LOUSER + const SHT_NOBITS + const SHT_NOTE + const SHT_NULL + const SHT_PREINIT_ARRAY + const SHT_PROGBITS + const SHT_REL + const SHT_RELA + const SHT_SHLIB + const SHT_STRTAB + const SHT_SYMTAB + const SHT_SYMTAB_SHNDX + func (i SectionType) GoString() string + func (i SectionType) String() string + type Sym32 struct + Info uint8 + Name uint32 + Other uint8 + Shndx uint16 + Size uint32 + Value uint32 + type Sym64 struct + Info uint8 + Name uint32 + Other uint8 + Shndx uint16 + Size uint64 + Value uint64 + type SymBind int + const STB_GLOBAL + const STB_HIOS + const STB_HIPROC + const STB_LOCAL + const STB_LOOS + const STB_LOPROC + const STB_WEAK + func ST_BIND(info uint8) SymBind + func (i SymBind) GoString() string + func (i SymBind) String() string + type SymType int + const STT_COMMON + const STT_FILE + const STT_FUNC + const STT_HIOS + const STT_HIPROC + const STT_LOOS + const STT_LOPROC + const STT_NOTYPE + const STT_OBJECT + const STT_SECTION + const STT_TLS + func ST_TYPE(info uint8) SymType + func (i SymType) GoString() string + func (i SymType) String() string + type SymVis int + const STV_DEFAULT + const STV_HIDDEN + const STV_INTERNAL + const STV_PROTECTED + func ST_VISIBILITY(other uint8) SymVis + func (i SymVis) GoString() string + func (i SymVis) String() string + type Symbol struct + Info byte + Library string + Name string + Other byte + Section SectionIndex + Size uint64 + Value uint64 + Version string + type Type uint16 + const ET_CORE + const ET_DYN + const ET_EXEC + const ET_HIOS + const ET_HIPROC + const ET_LOOS + const ET_LOPROC + const ET_NONE + const ET_REL + func (i Type) GoString() string + func (i Type) String() string + type Version byte + const EV_CURRENT + const EV_NONE + func (i Version) GoString() string + func (i Version) String() string