Home
last modified time | relevance | path

Searched refs:input_shndxes_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc1312 this->input_shndxes_.swap(*input_shndxes); in Output_data_group()
1332 this->input_shndxes_.begin(); in do_write()
1333 p != this->input_shndxes_.end(); in do_write()
1357 this->input_shndxes_.clear(); in do_write()
Doutput.h2254 { this->set_data_size((this->input_shndxes_.size() + 1) * 4); } in set_final_data_size()
2262 std::vector<unsigned int> input_shndxes_; variable
DChangeLog15588 input_shndxes_.
15590 declaration. Rename input_sections_ to input_shndxes_.