Home
last modified time | relevance | path

Searched refs:icf_reloc_buffer (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dicf.cc293 std::string icf_reloc_buffer; in get_section_contents() local
305 icf_reloc_buffer.clear(); in get_section_contents()
418 icf_reloc_buffer.append(kept_section_str); in get_section_contents()
420 icf_reloc_buffer.append(addend_str); in get_section_contents()
421 icf_reloc_buffer.append("@"); in get_section_contents()
559 buffer.append(icf_reloc_buffer); in get_section_contents()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dicf.cc321 std::string icf_reloc_buffer; in get_section_contents() local
330 icf_reloc_buffer.clear(); in get_section_contents()
458 icf_reloc_buffer.append(kept_section_str); in get_section_contents()
460 icf_reloc_buffer.append(addend_str); in get_section_contents()
461 icf_reloc_buffer.append("@"); in get_section_contents()
627 icf_reloc_buffer.append(external_all, external_fixed.length(), in get_section_contents()
645 buffer.append(icf_reloc_buffer); in get_section_contents()