Home | History | Annotate | Download | only in gold

Lines Matching refs:psyms

1402   const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
1407 for (unsigned int i = 0; i < symcount; ++i, psyms += sym_size)
1409 typename elfcpp::Sym<size, big_endian> isym(psyms);