Home
last modified time | relevance | path

Searched refs:object_ (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDehframe.h169 : object_(object), in Fde()
179 : object_(NULL), in Fde()
198 if (this->object_ != NULL) in add_mapping()
199 this->object_->add_merge_mapping(output_data, this->u_.from_object.shndx, in add_mapping()
207 { return this->object_ == NULL && this->u_.from_linker.post_map; } in post_map()
223 Relobj* object_;
273 : object_(object), in Cie()
287 : object_(cie.object_), in Cie()
340 Relobj* object_; variable
HDreadsyms.cc577 if (this->object_->is_locked()) in is_runnable()
578 return this->object_->token(); in is_runnable()
586 Task_token* token = this->object_->token(); in locks()
596 Pluginobj* pluginobj = this->object_->pluginobj(); in run()
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_); in run()
603 if (!this->input_objects_->add_object(this->object_)) in run()
605 this->object_->discard_decompressed_sections(); in run()
609 this->object_->release(); in run()
610 delete this->object_; in run()
631 incremental_inputs->report_object(this->object_, arg_serial, in run()
[all …]
HDreloc.cc51 return this->object_->is_locked() ? this->object_->token() : NULL; in is_runnable()
59 Task_token* token = this->object_->token(); in locks()
70 this->object_->read_relocs(rd); in run()
71 this->object_->set_relocs_data(rd); in run()
72 this->object_->release(); in run()
82 this->object_, rd, in run()
89 this->object_, rd, in run()
100 return "Read_relocs " + this->object_->name(); in get_name()
121 if (this->object_->is_locked()) in is_runnable()
122 return this->object_->token(); in is_runnable()
[all …]
HDdwarf_reader.h116 : object_(object), symtab_(symtab), symtab_size_(symtab_size), in Sized_elf_reloc_mapper()
156 Object* object_; variable
698 : is_type_unit_(is_type_unit), object_(object), symtab_(symtab), in Dwarf_info_reader()
814 return this->ranges_table_.read_range_list(this->object_, in read_range_list()
825 { return this->object_; } in object()
872 Relobj* object_; variable
HDdwarf_reader.cc49 return this->track_relocs_.initialize(this->object_, reloc_shndx, in do_initialize()
64 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(), in symbol_section()
1222 if (this->object_->is_big_endian()) in parse()
1247 this->buffer_ = this->object_->decompressed_section_contents(this->shndx_, in do_parse()
1255 off_t section_offset = this->object_->output_section_offset(this->shndx_); in do_parse()
1258 this->reloc_mapper_ = make_elf_reloc_mapper(this->object_, this->symtab_, in do_parse()
1347 this->abbrev_table_.read_abbrevs(this->object_, abbrev_shndx, in do_parse()
1382 Relobj* object = this->object_; in do_read_string_table()
1388 for (unsigned int i = 1; i < this->object_->shnum(); ++i) in do_read_string_table()
1427 if (this->object_->is_big_endian()) in read_from_pointer()
[all …]
HDlayout.h232 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false) in Kept_section()
239 : object_(k.object_), shndx_(k.shndx_), is_comdat_(false), in Kept_section()
255 { return this->object_; } in object()
261 gold_assert(this->object_ == NULL); in set_object()
262 this->object_ = object; in set_object()
364 Relobj* object_; variable
HDreadsyms.h146 input_argument_(input_argument), object_(object), library_(library), in Add_symbols()
165 { return "Add_symbols " + this->object_->name(); } in get_name()
172 Object* object_; variable
HDreloc.h70 : symtab_(symtab), layout_(layout), object_(object), in Read_relocs()
91 Relobj* object_; variable
108 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Gc_process_relocs()
131 Relobj* object_; variable
149 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Scan_relocs()
172 Relobj* object_; variable
187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task()
210 Relobj* object_; variable
HDpowerpc.cc1239 : object_(ppc_object), shndx_(data_shndx), offset_(r_offset), in Branch_info()
1254 Powerpc_relobj<size, big_endian>* object_; member in __anon73f344c40111::Target_powerpc::Branch_info
2669 Symbol* sym = this->object_->global_symbol(this->r_sym_); in make_stub()
2678 : this->object_->local_has_plt_offset(this->r_sym_)) in make_stub()
2689 stub_table = this->object_->stub_table(this->shndx_); in make_stub()
2696 Address from = this->object_->get_output_section_offset(this->shndx_); in make_stub()
2698 from += (this->object_->output_section(this->shndx_)->address() in make_stub()
2702 this->object_, gsym, in make_stub()
2706 this->object_, this->r_sym_, in make_stub()
2715 Address from = this->object_->get_output_section_offset(this->shndx_); in make_stub()
[all …]
HDehframe.cc369 if (this->object_ == NULL) in write()
422 if (this->object_ != NULL) in set_output_offset()
425 this->object_->add_merge_mapping(output_data, this->shndx_, in set_output_offset()
HDmips.cc632 Got_page_entry(Object* object_, unsigned int symndx_) in Got_page_entry()
633 : object(object_), symndx(symndx_), ranges(NULL), num_pages(0) in Got_page_entry()
1455 : object_(object), shndx_(shndx), r_sym_(0), gsym_(NULL), in Mips16_stub_section()
1466 { return this->object_; } in object()
1471 { return this->object_->section_size(this->shndx_); } in section_size()
1541 { return this->object_->is_mips16_fn_stub_section(this->shndx_); } in is_fn_stub()
1546 { return this->object_->is_mips16_call_stub_section(this->shndx_); } in is_call_stub()
1551 { return this->object_->is_mips16_call_fp_stub_section(this->shndx_); } in is_call_fp_stub()
1557 return (this->object_->output_section(this->shndx_)->address() in output_address()
1558 + this->object_->output_section_offset(this->shndx_)); in output_address()
[all …]
HDx86_64.cc411 : object_(object), data_shndx_(data_shndx), view_(NULL), view_size_(0) in Lazy_view()
418 this->view_ = this->object_->section_contents(this->data_shndx_, in operator []()
427 Sized_relobj_file<size, false>* object_; member in __anon2852a7930111::Lazy_view
/dragonfly/contrib/binutils-2.34/gold/
HDehframe.h169 : object_(object), in Fde()
179 : object_(NULL), in Fde()
198 if (this->object_ != NULL) in add_mapping()
199 this->object_->add_merge_mapping(output_data, this->u_.from_object.shndx, in add_mapping()
207 { return this->object_ == NULL && this->u_.from_linker.post_map; } in post_map()
228 Relobj* object_;
278 : object_(object), in Cie()
292 : object_(cie.object_), in Cie()
355 Relobj* object_; variable
HDreadsyms.cc577 if (this->object_->is_locked()) in is_runnable()
578 return this->object_->token(); in is_runnable()
586 Task_token* token = this->object_->token(); in locks()
596 Pluginobj* pluginobj = this->object_->pluginobj(); in run()
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_); in run()
603 if (!this->input_objects_->add_object(this->object_)) in run()
605 this->object_->discard_decompressed_sections(); in run()
609 this->object_->release(); in run()
610 delete this->object_; in run()
631 incremental_inputs->report_object(this->object_, arg_serial, in run()
[all …]
HDreloc.cc51 return this->object_->is_locked() ? this->object_->token() : NULL; in is_runnable()
59 Task_token* token = this->object_->token(); in locks()
70 this->object_->read_relocs(rd); in run()
71 this->object_->set_relocs_data(rd); in run()
72 this->object_->release(); in run()
82 this->object_, rd, in run()
89 this->object_, rd, in run()
100 return "Read_relocs " + this->object_->name(); in get_name()
121 if (this->object_->is_locked()) in is_runnable()
122 return this->object_->token(); in is_runnable()
[all …]
HDdwarf_reader.h116 : object_(object), symtab_(symtab), symtab_size_(symtab_size), in Sized_elf_reloc_mapper()
156 Object* object_; variable
698 : is_type_unit_(is_type_unit), object_(object), symtab_(symtab), in Dwarf_info_reader()
821 return this->ranges_table_.read_range_list(this->object_, in read_range_list()
832 { return this->object_; } in object()
879 Relobj* object_; variable
HDdwarf_reader.cc49 return this->track_relocs_.initialize(this->object_, reloc_shndx, in do_initialize()
64 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(), in symbol_section()
1237 if (this->object_->is_big_endian()) in parse()
1262 this->buffer_ = this->object_->decompressed_section_contents(this->shndx_, in do_parse()
1270 off_t section_offset = this->object_->output_section_offset(this->shndx_); in do_parse()
1273 this->reloc_mapper_ = make_elf_reloc_mapper(this->object_, this->symtab_, in do_parse()
1362 this->abbrev_table_.read_abbrevs(this->object_, abbrev_shndx, in do_parse()
1397 Relobj* object = this->object_; in do_read_string_table()
1403 for (unsigned int i = 1; i < this->object_->shnum(); ++i) in do_read_string_table()
1442 if (this->object_->is_big_endian()) in read_from_pointer()
[all …]
HDlayout.h232 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false) in Kept_section()
239 : object_(k.object_), shndx_(k.shndx_), is_comdat_(false), in Kept_section()
255 { return this->object_; } in object()
261 gold_assert(this->object_ == NULL); in set_object()
262 this->object_ = object; in set_object()
364 Relobj* object_; variable
HDreadsyms.h146 input_argument_(input_argument), object_(object), library_(library), in Add_symbols()
165 { return "Add_symbols " + this->object_->name(); } in get_name()
172 Object* object_; variable
HDreloc.h70 : symtab_(symtab), layout_(layout), object_(object), in Read_relocs()
91 Relobj* object_; variable
108 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Gc_process_relocs()
131 Relobj* object_; variable
149 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Scan_relocs()
172 Relobj* object_; variable
187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task()
210 Relobj* object_; variable
HDehframe.cc369 if (this->object_ == NULL) in write()
422 if (this->object_ != NULL) in set_output_offset()
425 this->object_->add_merge_mapping(output_data, this->shndx_, in set_output_offset()
HDx86_64.cc665 : object_(object), data_shndx_(data_shndx), view_(NULL), view_size_(0) in Lazy_view()
672 this->view_ = this->object_->section_contents(this->data_shndx_, in operator []()
681 Sized_relobj_file<size, false>* object_; member in __anon968d17f10111::Lazy_view