Lines Matching refs:object
42 Sized_relobj_file<size, big_endian>* object, in copy_reloc() argument
50 if (this->need_copy_reloc(sym, object, shndx)) in copy_reloc()
51 this->make_copy_reloc(symtab, layout, sym, object, reloc_section); in copy_reloc()
56 this->save(sym, object, shndx, output_section, in copy_reloc()
68 Sized_relobj_file<size, big_endian>* object, in need_copy_reloc() argument
81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in need_copy_reloc()
114 Sized_relobj_file<size, big_endian>* object, in make_copy_reloc() argument
127 object->name().c_str(), in make_copy_reloc()
129 sym->object()->name().c_str()); in make_copy_reloc()
150 Object* obj = sym->object(); in make_copy_reloc()
160 sym->object()->set_is_needed(); in make_copy_reloc()
191 Sized_relobj_file<size, big_endian>* object, in save() argument
198 this->entries_.push_back(Copy_reloc_entry(sym, r_type, object, shndx, in save()