Searched refs:global_sym_count (Results 1 – 1 of 1) sorted by relevance
96 unsigned int global_sym_count);101 unsigned int global_sym_count);1415 unsigned int global_sym_count = this->symtab_->output_count(); in do_write() local1416 unsigned int* global_syms = new unsigned int[global_sym_count]; in do_write()1417 memset(global_syms, 0, global_sym_count * sizeof(unsigned int)); in do_write()1429 global_sym_count); in do_write()1434 gold_assert(static_cast<off_t>(global_sym_count) * 4 == symtab_size); in do_write()1435 this->write_symtab(symtab_view, global_syms, global_sym_count); in do_write()1515 unsigned int global_sym_count) in write_info_blocks() argument1651 < global_sym_count)); in write_info_blocks()[all …]