Lines Matching refs:obj

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