Home | History | Annotate | Download | only in gold

Lines Matching refs:sym_size

1770       const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1790 lsym(plocal_syms + r_sym * sym_size);
1876 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1877 off_t locsize = loccount * sym_size;
1883 psyms += sym_size;
1884 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)