Home | History | Annotate | Download | only in gold

Lines Matching refs:psyms

5841   const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
5847 psyms += sym_size;
5848 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
5850 elfcpp::Sym<size, big_endian> sym(psyms);