Home
last modified time | relevance | path

Searched refs:gold_info (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwp.h93 gold_info(const char* msg, ...) ATTRIBUTE_PRINTF_1;
Derrors.cc198 gold_info(_("%s: the vtable symbol may be undefined because " in undefined_symbol()
268 gold_info(const char* format, ...) in gold_info() function
Dgold.h100 gold_info(const char* msg, ...) ATTRIBUTE_PRINTF_1;
Dicf.cc768 gold_info(_("%s: ICF Converged after %u iteration(s)"), in find_identical_sections()
771 gold_info(_("%s: ICF stopped after %u iteration(s)"), in find_identical_sections()
Dgold.cc223 gold_info(_("linking with --incremental-full")); in queue_initial_tasks()
603 gold_info( in queue_middle_tasks()
Doutput.cc4931 gold_info(_("%s: stat: %s"), base_name, strerror(errno)); in open_base_file()
4936 gold_info(_("%s: incremental base file is empty"), base_name); in open_base_file()
4948 gold_info(_("%s: open: %s"), base_name, strerror(errno)); in open_base_file()
4965 gold_info(_("%s: read failed: %s"), base_name, strerror(errno)); in open_base_file()
4970 gold_info(_("%s: file too short: read only %lld of %lld bytes"), in open_base_file()
Dresolve.cc899 gold_info("%s: %s: previous definition here", program_name, objname); in report_resolve_problem()
Dobject.cc1631 gold_info(_("%s: removing unused section from '%s'" in do_layout()
1657 gold_info(_("%s: ICF folding section '%s' in file '%s' " in do_layout()
2895 gold_info("%s", obj->name().c_str()); in add_object()
Dsymtab.cc935 gold_info(_("%s: reference to %s"), object->name().c_str(), name); in add_from_object()
937 gold_info(_("%s: definition of %s"), object->name().c_str(), name); in add_from_object()
1147 gold_info(_("%s: plugin needed to handle lto object"), in add_from_relobj()
Ddwp.cc1355 gold_info(_("Found %d missing .dwo files"), nmissing); in sized_verify_dwo_list()
Dlayout.cc216 gold_info("Free list:\n start end length\n"); in dump()
218 gold_info(" %08lx %08lx %08lx", static_cast<long>(p->start_), in dump()
Dincremental.cc144 gold_info(_("the link might take longer: " in vexplain_no_incremental()
Daarch64.cc8124 gold_info(_("Erratum 835769 found and fixed at \"%s\", " in scan_erratum_835769_span()
8210 gold_info(_("Erratum 843419 found and fixed at \"%s\", " in scan_erratum_843419_span()
Dpowerpc.cc2833 gold_info(_("%s: stub group size is too large; retrying with %d"), in do_relax()
7811 gold_info(_("try relinking with a smaller --stub-group-size")); in relocate()
DChangeLog278 Use "gold_info" instead of "gold_warning" for erratum fix.
281 'gold_info'.
282 (Target_aarch64::scan_erratum_835769_span): USe 'gold_info'.
1339 * dwp.h (gold_info): Add declaration.
15856 (gold_info): New function.
15858 * gold.h (gold_info): New function.