Home | History | Annotate | Download | only in gold

Lines Matching refs:sym_size

809   const int sym_size = This::sym_size;
813 section_offset_type locsize = loccount * sym_size;
877 const size_t count = symbols_size / This::sym_size;
880 elfcpp::Sym<size, big_endian> elfsym(symbols + sym * This::sym_size);
929 if (symndx >= symshdr.get_sh_size() / This::sym_size)
935 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size;
936 const unsigned char* psym = this->get_view(symoff, This::sym_size, true,
1946 const int sym_size = This::sym_size;
1948 / sym_size);
1949 if (symcount * sym_size != sd->symbols_size - sd->external_symbols_offset)
1991 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1993 / sym_size);
1997 for (size_t i = 0; i < symcount; ++i, p += sym_size)
2037 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
2039 / sym_size);
2042 for (size_t i = 0; i < symcount; ++i, p += sym_size)
2112 const int sym_size = This::sym_size;
2115 off_t locsize = loccount * sym_size;
2135 psyms += sym_size;
2139 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
2569 const int sym_size = This::sym_size;
2570 off_t locsize = loccount * sym_size;
2585 off_t output_size = this->output_local_symbol_count_ * sym_size;
2591 off_t dyn_output_size = this->output_local_dynsym_count_ * sym_size;
2603 psyms += sym_size;
2604 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)
2643 ov += sym_size;
2661 dyn_ov += sym_size;
2707 const int sym_size = This::sym_size;
2708 const size_t count = symbols_size / sym_size;
2711 for (size_t i = 0; i < count; ++i, p += sym_size)