Lines Matching refs:symtabshdr
6506 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols() local
6507 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in do_count_local_symbols()
6511 gold_assert(loccount == symtabshdr.get_sh_info()); in do_count_local_symbols()
6513 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols()
6517 unsigned int strtab_shndx = this->adjust_shndx(symtabshdr.get_sh_link()); in do_count_local_symbols()
6943 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols() local
6944 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in do_read_symbols()
6949 gold_assert(loccount == symtabshdr.get_sh_info()); in do_read_symbols()
6951 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_read_symbols()
7037 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count() local
7038 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in update_output_local_symbol_count()
7043 gold_assert(loccount == symtabshdr.get_sh_info()); in update_output_local_symbol_count()
7045 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in update_output_local_symbol_count()