Home | History | Annotate | Download | only in gold

Lines Matching refs:psyms

1720   // headers of a relocation section and PSYMS points to the local symbols.
1725 const unsigned char* psyms, unsigned int* pshndx);
6513 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
6541 psyms += sym_size;
6544 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
6546 elfcpp::Sym<32, big_endian> sym(psyms);
6691 const unsigned char* psyms,
6739 elfcpp::Sym<32, big_endian> sym(psyms + r_sym * sym_size);
6951 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
6963 psyms, &text_shndx);
7045 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
7056 psyms += sym_size;
7057 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
7059 elfcpp::Sym<32, big_endian> sym(psyms);