Home | History | Annotate | Download | only in gold

Lines Matching refs:sym_size

729   unsigned char buf[elfcpp::Elf_sizes<size>::sym_size];
1125 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1130 for (size_t i = 0; i < count; ++i, p += sym_size)
1235 unsigned char symbuf[sym_size];
1239 memcpy(symbuf, p, sym_size);
1266 memcpy(symbuf, p, sym_size);
1412 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1426 for (size_t i = 0; i < count; ++i, p += sym_size, vs += 2)
1444 unsigned char symbuf[sym_size];
1448 memcpy(symbuf, p, sym_size);
2554 *poff += elfcpp::Elf_sizes<size>::sym_size;
2875 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
2878 const section_size_type oview_size = output_count * sym_size;
2887 const section_size_type dynamic_size = dynamic_count * sym_size;
3049 unsigned char* ps = psyms + (sym_index * sym_size);
3058 unsigned char* pd = dynamic_view + (dynsym_index * sym_size);
3190 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
3192 unsigned char* pov = of->get_output_view(offset, sym_size);
3213 of->write_output_view(offset, sym_size, pov);