Home | History | Annotate | Download | only in gold

Lines Matching refs:psyms

1874   const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
1900 psyms += sym_size;
1903 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
1905 elfcpp::Sym<size, big_endian> sym(psyms);