Searched refs:of_ (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.h | 1465 : layout_(layout), of_(of), in Write_sections_task() 1490 Output_file* of_; variable 1504 : layout_(layout), symtab_(symtab), of_(of), final_blocker_(final_blocker) in Write_data_task() 1525 Output_file* of_; variable 1539 sympool_(sympool), dynpool_(dynpool), of_(of), in Write_symbols_task() 1563 Output_file* of_; variable 1578 : layout_(layout), of_(of), in Write_after_input_sections_task() 1600 Output_file* of_; variable 1612 : options_(options), layout_(layout), of_(of) in Close_task_runner() 1622 Output_file* of_; variable
|
D | reloc.h | 187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task() 211 Output_file* of_; variable
|
D | layout.cc | 5648 this->layout_->write_output_sections(this->of_); in run() 5674 this->layout_->write_data(this->symtab_, this->of_); in run() 5702 this->layout_->dynsym_xindex(), this->of_); in run() 5730 this->layout_->write_sections_after_input_sections(this->of_); in run() 5743 this->layout_->write_build_id(this->of_); in run() 5747 this->layout_->write_binary(this->of_); in run() 5749 this->of_->close(); in run()
|
D | reloc.cc | 239 this->object_->relocate(this->symtab_, this->layout_, this->of_); in run()
|