Lines Matching refs:psyms
1725 const unsigned char* psyms, unsigned int* pshndx);
6513 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() local
6541 psyms += sym_size; in do_count_local_symbols()
6544 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
6546 elfcpp::Sym<32, big_endian> sym(psyms); in do_count_local_symbols()
6691 const unsigned char* psyms, in find_linked_text_section() argument
6739 elfcpp::Sym<32, big_endian> sym(psyms + r_sym * sym_size); in find_linked_text_section()
6951 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_read_symbols() local
6963 psyms, &text_shndx); in do_read_symbols()
7045 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in update_output_local_symbol_count() local
7056 psyms += sym_size; in update_output_local_symbol_count()
7057 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in update_output_local_symbol_count()
7059 elfcpp::Sym<32, big_endian> sym(psyms); in update_output_local_symbol_count()