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

Function ld65_iterate_cb

src/debugsymboltable.cpp:925–933  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

923}
924//--------------------------------------------------------------
925static void ld65_iterate_cb( void *userData, ld65::sym *s )
926{
927 debugSymbolTable_t *tbl = static_cast<debugSymbolTable_t*>(userData);
928
929 if (tbl)
930 {
931 tbl->ld65_SymbolLoad(s);
932 }
933}
934//--------------------------------------------------------------
935void debugSymbolTable_t::ld65_SymbolLoad( ld65::sym *s )
936{

Callers

nothing calls this directly

Calls 1

ld65_SymbolLoadMethod · 0.80

Tested by

no test coverage detected