elf-d ~master (2020-01-18T20:34:15Z)
Dub
Repo
SymbolTable
elf
sections
symboltable
Undocumented in source.
struct
SymbolTable {
this
(ELFSection section);
ELFSymbol
getSymbolAt
(size_t index);
auto
symbols
();
}
Constructors
this
this
(ELFSection section)
Undocumented in source.
Members
Functions
getSymbolAt
ELFSymbol
getSymbolAt
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
symbols
auto
symbols
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
elf
sections
symboltable
aliases
elfEnforce
classes
ELFSymbol
ELFSymbol32
ELFSymbol64
enums
SymbolBinding
SymbolType
structs
SymbolTable