Lines Matching full:global_syms
95 Stringpool* strtab, unsigned int* global_syms,
100 write_symtab(unsigned char* pov, unsigned int* global_syms,
1416 unsigned int* global_syms = new unsigned int[global_sym_count];
1417 memset(global_syms, 0, global_sym_count * sizeof(unsigned int));
1428 pov = this->write_info_blocks(oview, pov, strtab, global_syms,
1435 this->write_symtab(symtab_view, global_syms, global_sym_count);
1437 delete[] global_syms;
1514 unsigned int* global_syms,
1653 chain = global_syms[symtab_index - first_global_index];
1654 global_syms[symtab_index - first_global_index] =
1792 unsigned int* global_syms,
1797 Swap32::writeval(pov, global_syms[i]);