Searched refs:code_fill (Results 1 – 3 of 3) sorted by relevance
201 std::string fill = this->code_fill(len); in set_view_to_nop()
2476 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()
237 code_fill(section_size_type length) const in code_fill() function