elf

package
v0.0.0-...-375d9ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:27 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClassGoString

func ClassGoString(i elf.Class) string

func ClassString

func ClassString(i elf.Class) string

func CompressionTypeGoString

func CompressionTypeGoString(i elf.CompressionType) string

func CompressionTypeString

func CompressionTypeString(i elf.CompressionType) string

func DataGoString

func DataGoString(i elf.Data) string

func DataString

func DataString(i elf.Data) string

func DynFlagGoString

func DynFlagGoString(i elf.DynFlag) string

func DynFlagString

func DynFlagString(i elf.DynFlag) string

func DynTagGoString

func DynTagGoString(i elf.DynTag) string

func DynTagString

func DynTagString(i elf.DynTag) string

func FileClose

func FileClose(f *elf.File) error

func FileDWARF

func FileDWARF(f *elf.File) (*dwarf.Data, error)

func FileDynString

func FileDynString(f *elf.File, tag elf.DynTag) ([]string, error)

func FileDynamicSymbols

func FileDynamicSymbols(f *elf.File) ([]elf.Symbol, error)

func FileImportedLibraries

func FileImportedLibraries(f *elf.File) ([]string, error)

func FileImportedSymbols

func FileImportedSymbols(f *elf.File) ([]elf.ImportedSymbol, error)

func FileSection

func FileSection(f *elf.File, name string) *elf.Section

func FileSectionByType

func FileSectionByType(f *elf.File, typ elf.SectionType) *elf.Section

func FileSymbols

func FileSymbols(f *elf.File) ([]elf.Symbol, error)

func FormatErrorError

func FormatErrorError(e *elf.FormatError) string

func MachineGoString

func MachineGoString(i elf.Machine) string

func MachineString

func MachineString(i elf.Machine) string

func NTypeGoString

func NTypeGoString(i elf.NType) string

func NTypeString

func NTypeString(i elf.NType) string

func NewFile

func NewFile(r io.ReaderAt) (*elf.File, error)

func OSABIGoString

func OSABIGoString(i elf.OSABI) string

func OSABIString

func OSABIString(i elf.OSABI) string

func Open

func Open(name string) (*elf.File, error)

func ProgFlagGoString

func ProgFlagGoString(i elf.ProgFlag) string

func ProgFlagString

func ProgFlagString(i elf.ProgFlag) string

func ProgOpen

func ProgOpen(p *elf.Prog) io.ReadSeeker

func ProgTypeGoString

func ProgTypeGoString(i elf.ProgType) string

func ProgTypeString

func ProgTypeString(i elf.ProgType) string

func R_386GoString

func R_386GoString(i elf.R_386) string

func R_386String

func R_386String(i elf.R_386) string

func R_390GoString

func R_390GoString(i elf.R_390) string

func R_390String

func R_390String(i elf.R_390) string

func R_AARCH64GoString

func R_AARCH64GoString(i elf.R_AARCH64) string

func R_AARCH64String

func R_AARCH64String(i elf.R_AARCH64) string

func R_ALPHAGoString

func R_ALPHAGoString(i elf.R_ALPHA) string

func R_ALPHAString

func R_ALPHAString(i elf.R_ALPHA) string

func R_ARMGoString

func R_ARMGoString(i elf.R_ARM) string

func R_ARMString

func R_ARMString(i elf.R_ARM) string

func R_INFO

func R_INFO(sym, typ uint32) uint64

func R_MIPSGoString

func R_MIPSGoString(i elf.R_MIPS) string

func R_MIPSString

func R_MIPSString(i elf.R_MIPS) string

func R_PPC64GoString

func R_PPC64GoString(i elf.R_PPC64) string

func R_PPC64String

func R_PPC64String(i elf.R_PPC64) string

func R_PPCGoString

func R_PPCGoString(i elf.R_PPC) string

func R_PPCString

func R_PPCString(i elf.R_PPC) string

func R_RISCVGoString

func R_RISCVGoString(i elf.R_RISCV) string

func R_RISCVString

func R_RISCVString(i elf.R_RISCV) string

func R_SPARCGoString

func R_SPARCGoString(i elf.R_SPARC) string

func R_SPARCString

func R_SPARCString(i elf.R_SPARC) string

func R_X86_64GoString

func R_X86_64GoString(i elf.R_X86_64) string

func R_X86_64String

func R_X86_64String(i elf.R_X86_64) string

func ST_BIND

func ST_BIND(info uint8) elf.SymBind

func ST_INFO

func ST_INFO(bind elf.SymBind, typ elf.SymType) uint8

func ST_TYPE

func ST_TYPE(info uint8) elf.SymType

func ST_VISIBILITY

func ST_VISIBILITY(other uint8) elf.SymVis

func SectionData

func SectionData(s *elf.Section) ([]byte, error)

func SectionFlagGoString

func SectionFlagGoString(i elf.SectionFlag) string

func SectionFlagString

func SectionFlagString(i elf.SectionFlag) string

func SectionIndexGoString

func SectionIndexGoString(i elf.SectionIndex) string

func SectionIndexString

func SectionIndexString(i elf.SectionIndex) string

func SectionOpen

func SectionOpen(s *elf.Section) io.ReadSeeker

func SectionTypeGoString

func SectionTypeGoString(i elf.SectionType) string

func SectionTypeString

func SectionTypeString(i elf.SectionType) string

func SymBindGoString

func SymBindGoString(i elf.SymBind) string

func SymBindString

func SymBindString(i elf.SymBind) string

func SymTypeGoString

func SymTypeGoString(i elf.SymType) string

func SymTypeString

func SymTypeString(i elf.SymType) string

func SymVisGoString

func SymVisGoString(i elf.SymVis) string

func SymVisString

func SymVisString(i elf.SymVis) string

func TypeGoString

func TypeGoString(i elf.Type) string

func TypeString

func TypeString(i elf.Type) string

func VersionGoString

func VersionGoString(i elf.Version) string

func VersionString

func VersionString(i elf.Version) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL