Home | History | Annotate | Download | only in gold

Lines Matching refs:psyms

1923   const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
1949 psyms += sym_size;
1952 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
1954 elfcpp::Sym<size, big_endian> sym(psyms);