Searched refs:symbol_table (Results 1 – 6 of 6) sorted by relevance
23 void* symbol_table; member
60 static sym_tab_t symbol_table; // symbol table for enums variable516 if (symbol_table.find(name) != symbol_table.end()) in add_symbol()519 symbol_table.insert(make_pair(name, id)); in add_symbol()526 sym_iter_t i = symbol_table.find(name); in get_symbol()528 if (i == symbol_table.end()) in get_symbol()1782 for (sym_iter_t i = symbol_table.begin(); i != symbol_table.end(); ++i) { in clean_up_parser()1800 symbol_table.clear(); in clean_up_parser()
533 info.symbol_table = image->syms; in register_image()
264 fSymbolTable((addr_t)image->info.symbol_table), in ImageInfo()
2105 imageInfo.symbol_table = image->syms; in elf_load_user_image()
1670 imageInfo.symbol_table = NULL; in team_create_thread_start_internal()