Home | History | Annotate | Download | only in gold

Lines Matching refs:sym_size

1871   const int sym_size =elfcpp::Elf_sizes<size>::sym_size;
1873 off_t locsize = loccount * sym_size;
1900 psyms += sym_size;
1903 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size)