Lines Matching defs:obj

667 	  Sized_relobj_incr<size, big_endian>* obj =
669 if (obj != NULL)
670 target->reserve_local_got_entry(i, obj, symndx, got_type & 0x7f);
1089 Incremental_inputs::report_object(Object* obj, unsigned int arg_serial,
1093 Timespec mtime = obj->get_mtime();
1099 this->strtab_->add(obj->name().c_str(), false, &filename_key);
1103 this->current_object_ = obj;
1105 if (!obj->is_dynamic())
1108 new Incremental_object_entry(filename_key, obj, arg_serial, mtime);
1121 Dynobj* dynobj = obj->dynobj();
1124 input_entry = new Incremental_dynobj_entry(filename_key, soname_key, obj,
1128 if (obj->is_in_system_directory())
1131 if (obj->as_needed())
1147 Incremental_inputs::report_input_section(Object* obj, unsigned int shndx,
1155 gold_assert(obj == this->current_object_);
1163 Incremental_inputs::report_comdat_group(Object* obj, const char* name)
1169 gold_assert(obj == this->current_object_);
1542 Incremental_input_entry* obj = entry->get_object(i);
1543 Swap32::writeval(pov, obj->get_offset());
1556 const Object* obj = entry->object();
1557 const Relobj* relobj = static_cast<const Relobj*>(obj);
1558 const Object::Symbols* syms = obj->get_global_symbols();
1581 unsigned int* index_map = new unsigned int[obj->shnum()];
1582 memset(index_map, 0, obj->shnum() * sizeof(unsigned int));
1597 Output_section* os = obj->output_section(shndx);
1601 out_offset = obj->output_section_offset(shndx);
1634 else if (sym->object() == obj && sym->is_defined())
1646 unsigned int nrelocs = obj->get_incremental_reloc_count(i);
1652 first_reloc = obj->get_incremental_reloc_base(i);
1688 Object* obj = entry->object();
1689 Dynobj* dynobj = obj->dynobj();
1691 const Object::Symbols* syms = obj->get_global_symbols();
1723 && sym->object() == obj
1979 const Object* obj = entry->object();
1980 gold_assert(obj != NULL);
1983 obj->for_all_local_got_entries(&v);
2982 Object* obj = NULL;
2993 obj = new Sized_incr_dynobj<32, false>(name, sized_ibase,
2996 obj = new Sized_relobj_incr<32, false>(name, sized_ibase,
3007 obj = new Sized_incr_dynobj<32, true>(name, sized_ibase,
3010 obj = new Sized_relobj_incr<32, true>(name, sized_ibase,
3021 obj = new Sized_incr_dynobj<64, false>(name, sized_ibase,
3024 obj = new Sized_relobj_incr<64, false>(name, sized_ibase,
3035 obj = new Sized_incr_dynobj<64, true>(name, sized_ibase,
3038 obj = new Sized_relobj_incr<64, true>(name, sized_ibase,
3047 gold_assert(obj != NULL);
3048 return obj;