|
void | write (word32 *data) |
|
void | read (word32 *data) |
|
uint32 | get_size () |
|
uint32 | findSymbol (const std::string &name) |
|
|
std::unordered_map< uint32, std::string > | symbols_ |
|
Definition at line 159 of file segments.h.
◆ findSymbol()
uint32 r_comp::ObjectNames::findSymbol |
( |
const std::string & |
name | ) |
|
Find the name in symbols_.
- Parameters
-
name | The symbol name to search for. |
- Returns
- The OID, or UNDEFINED_OID if not found.
Definition at line 460 of file segments.cpp.
The documentation for this class was generated from the following files: