Home
last modified time | relevance | path

Searched refs:layout_ (Results 1 – 25 of 41) sorted by relevance

12

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dreadsyms.h64 : input_objects_(input_objects), symtab_(symtab), layout_(layout), in Read_symbols()
118 Layout* layout_; variable
145 : input_objects_(input_objects), symtab_(symtab), layout_(layout), in Add_symbols()
170 Layout* layout_; variable
234 : layout_(layout), ibase_(ibase), input_file_index_(input_file_index), in Check_script()
262 Layout* layout_; variable
281 : layout_(layout), ibase_(ibase), in Check_library()
306 Layout* layout_;
394 layout_(layout), mapfile_(mapfile), input_group_(input_group), in Finish_group()
432 Layout* layout_; variable
[all …]
H A Dreadsyms.cc202 this->symtab_, this->layout_, in do_whole_lib_group()
228 new Add_lib_group_symbols(this->symtab_, this->layout_, in do_lib_group()
247 this->symtab_, this->layout_, in do_lib_group()
311 this->layout_, in do_read_symbols()
367 this->layout_, in do_read_symbols()
426 this->symtab_, this->layout_, in do_read_symbols()
447 this->layout_, in do_read_symbols()
477 this->layout_, in do_group()
498 this->symtab_, this->layout_, in do_group()
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_); in run()
[all …]
H A Dlayout.h182 target_(target), layout_(layout), mapfile_(mapfile) in Layout_task_runner()
197 Layout* layout_; variable
1268 : layout_(layout) in Compare_segments()
1273 { return this->layout_->segment_precedes(seg1, seg2); } in operator()
1276 Layout* layout_;
1461 : layout_(layout), of_(of), in Write_sections_task()
1485 const Layout* layout_; variable
1500 : layout_(layout), symtab_(symtab), of_(of), final_blocker_(final_blocker) in Write_data_task()
1519 const Layout* layout_;
1534 : layout_(layout), symtab_(symtab), in Write_symbols_task()
[all …]
H A Dcommon.h40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
60 Layout* layout_; variable
H A Darchive.h429 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_archive_symbols()
459 Layout* layout_; variable
530 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_lib_group_symbols()
565 Layout* layout_; variable
H A Dgold.cc116 layout_(layout), mapfile_(mapfile) in Middle_runner()
126 Layout* layout_; member in gold::Middle_runner
134 this->layout_, workqueue, this->mapfile_); in run()
147 layout_(layout), mapfile_(mapfile) in Gc_runner()
157 Layout* layout_; member in gold::Gc_runner
165 this->symtab_, this->layout_, workqueue, in run()
H A Dreloc.h70 : symtab_(symtab), layout_(layout), object_(object), in Read_relocs()
90 Layout* layout_; variable
108 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Gc_process_relocs()
130 Layout* layout_; variable
149 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Scan_relocs()
171 Layout* layout_; variable
187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task()
209 const Layout* layout_; variable
H A Dplugin.h136 symtab_(NULL), layout_(NULL), dirpath_(NULL), mapfile_(NULL), in Plugin_manager()
291 { return this->layout_; } in layout()
376 Layout* layout_; variable
H A Darchive.cc1124 Incremental_inputs* incremental_inputs = this->layout_->incremental_inputs(); in run()
1133 bool added = this->archive_->add_symbols(this->symtab_, this->layout_, in run()
1148 this->layout_, this->dirpath_, this->dirindex_, in run()
1346 Incremental_inputs* incremental_inputs = this->layout_->incremental_inputs(); in run()
1350 this->lib_->add_symbols(this->symtab_, this->layout_, this->input_objects_); in run()
H A Dplugin.cc462 this->layout_ = layout; in load_plugins()
646 r.u.archive->add_symbols(this->symtab_, this->layout_, in rescan()
663 (*p)->add_symbols(this->symtab_, this->layout_, in rescan()
721 (*obj)->layout_deferred_sections(this->layout_); in layout_deferred_objects()
885 this->layout_, in add_input_file()
H A Dreloc.cc81 this->layout_, in run()
88 workqueue->queue_next(new Scan_relocs(this->symtab_, this->layout_, in run()
136 this->object_->gc_process_relocs(this->symtab_, this->layout_, this->rd_); in run()
188 this->object_->scan_relocs(this->symtab_, this->layout_, this->rd_); in run()
239 this->object_->relocate(this->symtab_, this->layout_, this->of_); in run()
H A Dcommon.cc61 this->symtab_->allocate_commons(this->layout_, this->mapfile_); in run()
H A Dlayout.cc370 Layout* layout = this->layout_; in run()
404 this->layout_, in run()
5552 this->layout_->write_output_sections(this->of_); in run()
5578 this->layout_->write_data(this->symtab_, this->of_); in run()
5605 this->layout_->symtab_xindex(), in run()
5606 this->layout_->dynsym_xindex(), this->of_); in run()
5634 this->layout_->write_sections_after_input_sections(this->of_); in run()
5646 const Layout* layout = this->layout_; in run()
5698 this->layout_->write_build_id(this->of_, this->array_of_hashes_, in run()
5703 this->layout_->write_binary(this->of_); in run()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dreadsyms.h64 : input_objects_(input_objects), symtab_(symtab), layout_(layout), in Read_symbols()
118 Layout* layout_; variable
145 : input_objects_(input_objects), symtab_(symtab), layout_(layout), in Add_symbols()
170 Layout* layout_; variable
234 : layout_(layout), ibase_(ibase), input_file_index_(input_file_index), in Check_script()
262 Layout* layout_; variable
281 : layout_(layout), ibase_(ibase), in Check_library()
306 Layout* layout_;
394 layout_(layout), mapfile_(mapfile), input_group_(input_group), in Finish_group()
432 Layout* layout_; variable
[all …]
H A Dreadsyms.cc202 this->symtab_, this->layout_, in do_whole_lib_group()
228 new Add_lib_group_symbols(this->symtab_, this->layout_, in do_lib_group()
247 this->symtab_, this->layout_, in do_lib_group()
311 this->layout_, in do_read_symbols()
367 this->layout_, in do_read_symbols()
426 this->symtab_, this->layout_, in do_read_symbols()
447 this->layout_, in do_read_symbols()
477 this->layout_, in do_group()
498 this->symtab_, this->layout_, in do_group()
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_); in run()
[all …]
H A Dlayout.h182 target_(target), layout_(layout), mapfile_(mapfile) in Layout_task_runner()
197 Layout* layout_; variable
1326 : layout_(layout) in Compare_segments()
1331 { return this->layout_->segment_precedes(seg1, seg2); } in operator()
1334 Layout* layout_;
1531 : layout_(layout), of_(of), in Write_sections_task()
1555 const Layout* layout_; variable
1570 : layout_(layout), symtab_(symtab), of_(of), final_blocker_(final_blocker) in Write_data_task()
1589 const Layout* layout_;
1604 : layout_(layout), symtab_(symtab), in Write_symbols_task()
[all …]
H A Dcommon.h40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
60 Layout* layout_; variable
H A Darchive.h429 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_archive_symbols()
459 Layout* layout_; variable
530 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_lib_group_symbols()
565 Layout* layout_; variable
H A Dgold.cc116 layout_(layout), mapfile_(mapfile) in Middle_runner()
126 Layout* layout_; member in gold::Middle_runner
134 this->layout_, workqueue, this->mapfile_); in run()
147 layout_(layout), mapfile_(mapfile) in Gc_runner()
157 Layout* layout_; member in gold::Gc_runner
165 this->symtab_, this->layout_, workqueue, in run()
H A Dreloc.h70 : symtab_(symtab), layout_(layout), object_(object), in Read_relocs()
90 Layout* layout_; variable
108 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Gc_process_relocs()
130 Layout* layout_; variable
149 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Scan_relocs()
171 Layout* layout_; variable
187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task()
209 const Layout* layout_; variable
H A Dplugin.h152 symtab_(NULL), layout_(NULL), dirpath_(NULL), mapfile_(NULL), in Plugin_manager()
323 { return this->layout_; } in layout()
412 Layout* layout_; variable
H A Darchive.cc1133 Incremental_inputs* incremental_inputs = this->layout_->incremental_inputs(); in run()
1142 bool added = this->archive_->add_symbols(this->symtab_, this->layout_, in run()
1157 this->layout_, this->dirpath_, this->dirindex_, in run()
1355 Incremental_inputs* incremental_inputs = this->layout_->incremental_inputs(); in run()
1359 this->lib_->add_symbols(this->symtab_, this->layout_, this->input_objects_); in run()
H A Dreloc.cc81 this->layout_, in run()
88 workqueue->queue_next(new Scan_relocs(this->symtab_, this->layout_, in run()
136 this->object_->gc_process_relocs(this->symtab_, this->layout_, this->rd_); in run()
188 this->object_->scan_relocs(this->symtab_, this->layout_, this->rd_); in run()
239 this->object_->relocate(this->symtab_, this->layout_, this->of_); in run()
H A Dplugin.cc722 this->layout_ = layout; in load_plugins()
939 r.u.archive->add_symbols(this->symtab_, this->layout_, in rescan()
956 (*p)->add_symbols(this->symtab_, this->layout_, in rescan()
1014 (*obj)->layout_deferred_sections(this->layout_); in layout_deferred_objects()
1190 this->layout_, in add_input_file()
H A Dcommon.cc61 this->symtab_->allocate_commons(this->layout_, this->mapfile_); in run()

12