Searched refs:this_fill (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gdb/dist/gold/ |
H A D | script-sections.cc | 879 std::string this_fill; in get_fill_string() local 880 this_fill.reserve(length); in get_fill_string() 881 while (this_fill.length() + fill->length() <= length) in get_fill_string() 882 this_fill += *fill; in get_fill_string() 883 if (this_fill.length() < length) in get_fill_string() 884 this_fill.append(*fill, 0, length - this_fill.length()); in get_fill_string() 885 return this_fill; in get_fill_string() 1012 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local 1013 posd = new Output_data_const(this_fill, 0); in set_section_addresses() 1809 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local [all …]
|
H A D | output.cc | 3905 std::string this_fill; in get_input_sections() local 3906 this_fill.reserve(length); in get_input_sections() 3907 while (this_fill.length() + fill.length() <= length) in get_input_sections() 3908 this_fill += fill; in get_input_sections() 3909 if (this_fill.length() < length) in get_input_sections() 3910 this_fill.append(fill, 0, length - this_fill.length()); in get_input_sections() 3912 Output_section_data* posd = new Output_data_const(this_fill, 0); in get_input_sections()
|
/netbsd/external/gpl3/binutils/dist/gold/ |
H A D | script-sections.cc | 879 std::string this_fill; in get_fill_string() local 880 this_fill.reserve(length); in get_fill_string() 881 while (this_fill.length() + fill->length() <= length) in get_fill_string() 882 this_fill += *fill; in get_fill_string() 883 if (this_fill.length() < length) in get_fill_string() 884 this_fill.append(*fill, 0, length - this_fill.length()); in get_fill_string() 885 return this_fill; in get_fill_string() 1012 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local 1013 posd = new Output_data_const(this_fill, 0); in set_section_addresses() 1809 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local [all …]
|
H A D | output.cc | 3859 std::string this_fill; in get_input_sections() local 3860 this_fill.reserve(length); in get_input_sections() 3861 while (this_fill.length() + fill.length() <= length) in get_input_sections() 3862 this_fill += fill; in get_input_sections() 3863 if (this_fill.length() < length) in get_input_sections() 3864 this_fill.append(fill, 0, length - this_fill.length()); in get_input_sections() 3866 Output_section_data* posd = new Output_data_const(this_fill, 0); in get_input_sections()
|
/netbsd/external/gpl3/binutils.old/dist/gold/ |
H A D | script-sections.cc | 879 std::string this_fill; in get_fill_string() local 880 this_fill.reserve(length); in get_fill_string() 881 while (this_fill.length() + fill->length() <= length) in get_fill_string() 882 this_fill += *fill; in get_fill_string() 883 if (this_fill.length() < length) in get_fill_string() 884 this_fill.append(*fill, 0, length - this_fill.length()); in get_fill_string() 885 return this_fill; in get_fill_string() 1012 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local 1013 posd = new Output_data_const(this_fill, 0); in set_section_addresses() 1809 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local [all …]
|
H A D | output.cc | 3905 std::string this_fill; in get_input_sections() local 3906 this_fill.reserve(length); in get_input_sections() 3907 while (this_fill.length() + fill.length() <= length) in get_input_sections() 3908 this_fill += fill; in get_input_sections() 3909 if (this_fill.length() < length) in get_input_sections() 3910 this_fill.append(fill, 0, length - this_fill.length()); in get_input_sections() 3912 Output_section_data* posd = new Output_data_const(this_fill, 0); in get_input_sections()
|
/netbsd/external/gpl3/gdb.old/dist/gold/ |
H A D | script-sections.cc | 879 std::string this_fill; in get_fill_string() local 880 this_fill.reserve(length); in get_fill_string() 881 while (this_fill.length() + fill->length() <= length) in get_fill_string() 882 this_fill += *fill; in get_fill_string() 883 if (this_fill.length() < length) in get_fill_string() 884 this_fill.append(*fill, 0, length - this_fill.length()); in get_fill_string() 885 return this_fill; in get_fill_string() 1012 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local 1013 posd = new Output_data_const(this_fill, 0); in set_section_addresses() 1809 std::string this_fill = this->get_fill_string(fill, length); in set_section_addresses() local [all …]
|
H A D | output.cc | 3905 std::string this_fill; in get_input_sections() local 3906 this_fill.reserve(length); in get_input_sections() 3907 while (this_fill.length() + fill.length() <= length) in get_input_sections() 3908 this_fill += fill; in get_input_sections() 3909 if (this_fill.length() < length) in get_input_sections() 3910 this_fill.append(fill, 0, length - this_fill.length()); in get_input_sections() 3912 Output_section_data* posd = new Output_data_const(this_fill, 0); in get_input_sections()
|