Assignment operator.
- Parameters
-
[in] | rval | the assigned object |
- Returns
- *this
- Exceptions
-
Definition at line 239 of file symtab.cpp.
References m_base, m_path, m_table, and unlikely.
244 u32 len = strlen(rval.m_path);
245 if (len > strlen(
m_path)) {
251 strcpy(
m_path, rval.m_path);
char i8
8-bit signed integer
mem_addr_t m_base
Load base address.
unsigned int u32
32-bit unsigned integer
chain< symbol > * m_table
Function symbol table.
i8 * m_path
Objective code file path.
#define unlikely(expr)
Offer a hint (negative) to the pipeline branch predictor.