Documentation ¶
Index ¶
Constants ¶
View Source
const ( X86 = word(iota) X64 )
Variables ¶
This section is empty.
Functions ¶
func IsNotDynamic ¶
Types ¶
type DynamicInfo ¶
type DynamicInfo struct { Interp string Symbols []elf.Symbol Tag2Dyn map[elf.DynTag][]string ImportedSymbols []elf.ImportedSymbol RelSections []RelSection }
func BuildDynamicInfo ¶
func BuildDynamicInfo(f *elf.File) (dynamicInfo *DynamicInfo, err error)
type RelDecoded ¶
type RelResolver ¶
type RelResolver interface {
String() string
}
type RelSection ¶
type RelSection struct { Section *elf.SectionHeader Rels []RelDecoded }
func BuildRelIf ¶
func BuildRelIf(f *elf.File, dynamic bool) ([]RelSection, error)
Click to show internal directories.
Click to hide internal directories.