Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dtarget.cc201 std::string fill = this->code_fill(len); in set_view_to_nop()
Doutput.cc2476 std::string fill_data(parameters->target().code_fill(fill_len)); in add_input_section()
3677 std::string fill_data(parameters->target().code_fill(p->length())); in do_write()
3691 std::string fill_data(parameters->target().code_fill(fill_len)); in do_write()
3766 std::string fill_data(parameters->target().code_fill(p->length())); in write_to_postprocessing_buffer()
3780 std::string fill_data(parameters->target().code_fill(fill_len)); in write_to_postprocessing_buffer()
4416 fill_data = target->code_fill(fill_size); in set_section_addresses()
Dtarget.h237 code_fill(section_size_type length) const in code_fill() function