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

  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 829 std::string this_fill; local
830 this_fill.reserve(length);
831 while (this_fill.length() + fill->length() <= length)
832 this_fill += *fill;
833 if (this_fill.length() < length)
834 this_fill.append(*fill, 0, length - this_fill.length());
835 return this_fill;
962 std::string this_fill = this->get_fill_string(fill, length); local
963 posd = new Output_data_const(this_fill, 0)
1676 std::string this_fill = this->get_fill_string(fill, length); local
    [all...]
output.cc 3832 std::string this_fill; local
    [all...]

Completed in 59 milliseconds