HomeSort by relevance Sort by last modified time
    Searched refs:this_fill (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
script-sections.cc 845 std::string this_fill; local
846 this_fill.reserve(length);
847 while (this_fill.length() + fill->length() <= length)
848 this_fill += *fill;
849 if (this_fill.length() < length)
850 this_fill.append(*fill, 0, length - this_fill.length());
851 return this_fill;
978 std::string this_fill = this->get_fill_string(fill, length); local
979 posd = new Output_data_const(this_fill, 0)
1775 std::string this_fill = this->get_fill_string(fill, length); local
    [all...]
output.cc 3918 std::string this_fill; local
    [all...]

Completed in 782 milliseconds