sym_iter_t
for (sym_iter_t i = symbol_table.begin(); i != symbol_table.end(); ++i) {
sym_iter_t i = symbol_table.find(name);