Lines Matching refs:csym
2381 Sized_symbol<size>* csym, in define_with_copy_reloc() argument
2385 gold_assert(csym->is_from_dynobj()); in define_with_copy_reloc()
2386 gold_assert(!csym->is_copied_from_dynobj()); in define_with_copy_reloc()
2387 Object* object = csym->object(); in define_with_copy_reloc()
2393 elfcpp::STB binding = csym->binding(); in define_with_copy_reloc()
2397 this->define_in_output_data(csym->name(), csym->version(), COPY, in define_with_copy_reloc()
2398 posd, value, csym->symsize(), in define_with_copy_reloc()
2399 csym->type(), binding, in define_with_copy_reloc()
2400 csym->visibility(), csym->nonvis(), in define_with_copy_reloc()
2403 csym->set_is_copied_from_dynobj(); in define_with_copy_reloc()
2404 csym->set_needs_dynsym_entry(); in define_with_copy_reloc()
2406 this->copied_symbol_dynobjs_[csym] = dynobj; in define_with_copy_reloc()
2410 if (csym->has_alias()) in define_with_copy_reloc()
2412 Symbol* sym = csym; in define_with_copy_reloc()
2416 if (sym == csym) in define_with_copy_reloc()