dbeaengine ~master (2018-02-24T21:24:26Z)
Dub
Repo
symbolTable.add
disassembler
symbolTable
Adds a free or a static function to the symbol table
void
add
(
string
symbol
,
const
T
address
)
void
add
()
struct
symbolTable
static
void
add
@
safe
nothrow
(
alias
symbol
string
name
= ""
bool
addType
= false
)
(
)
if
(
is
(
typeof
(
symbol
)) &&
isSomeFunction
!(
typeof
(
symbol
))
)
Meta
Source
See Implementation
disassembler
symbolTable
static functions
add
addModule
canFind
clear
opBinaryRight
remove
symbol
static variables
enable
Adds a free or a static function to the symbol table