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