MCPcopy Create free account
hub / github.com/TASEmulators/fceux / getSymbolAtOffset

Method getSymbolAtOffset

src/debugsymboltable.cpp:156–160  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

154}
155//--------------------------------------------------------------
156debugSymbol_t *debugSymbolPage_t::getSymbolAtOffset( int ofs )
157{
158 auto it = symMap.find( ofs );
159 return it != symMap.end() ? it->second : nullptr;
160}
161//--------------------------------------------------------------
162debugSymbol_t *debugSymbolPage_t::getSymbol( const std::string &name )
163{

Callers 1

getSymbolAtBankOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected