Lines Matching refs:psyms
1725 const unsigned char* psyms, unsigned int* pshndx);
6536 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local
6564 psyms += sym_size; in do_count_local_symbols()
6567 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
6569 elfcpp::Sym<32, big_endian> sym(psyms); in do_count_local_symbols()
6788 const unsigned char* psyms, in find_linked_text_section() argument
6836 elfcpp::Sym<32, big_endian> sym(psyms + r_sym * sym_size); in find_linked_text_section()
7048 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_read_symbols() local
7060 psyms, &text_shndx); in do_read_symbols()
7142 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in update_output_local_symbol_count() local
7153 psyms += sym_size; in update_output_local_symbol_count()
7154 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in update_output_local_symbol_count()
7156 elfcpp::Sym<32, big_endian> sym(psyms); in update_output_local_symbol_count()