dbeaengine ~master (2018-02-24T21:24:26Z)
Dub
Repo
symbolTable.add
disassembler
symbolTable
Associates the string symbol to address.
void
add
(
string
symbol
,
const
T
address
)
struct
symbolTable
static
void
add
@
safe
nothrow
(
bool
addType
= false
T
)
(
string
symbol
,
const
T
address
)
if
(
isImplicitlyConvertible
!(
T
,
void
*) ||
is
(
T
==
delegate
)
||
is
(
PointerTarget
!
T
==
function
)
)
void
add
()
Meta
Source
See Implementation
disassembler
symbolTable
static functions
add
addModule
canFind
clear
opBinaryRight
remove
symbol
static variables
enable
Associates the string symbol to address.