Home | History | Annotate | Download | only in gold

Lines Matching refs:psyms

2116   const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
2135 psyms += sym_size;
2139 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
2141 elfcpp::Sym<size, big_endian> sym(psyms);
2571 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
2603 psyms += sym_size;
2604 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
2606 elfcpp::Sym<size, big_endian> isym(psyms);