Searched refs:gold_info (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | dwp.h | 93 gold_info(const char* msg, ...) ATTRIBUTE_PRINTF_1;
|
D | errors.cc | 198 gold_info(_("%s: the vtable symbol may be undefined because " in undefined_symbol() 268 gold_info(const char* format, ...) in gold_info() function
|
D | gold.h | 100 gold_info(const char* msg, ...) ATTRIBUTE_PRINTF_1;
|
D | icf.cc | 768 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()
|
D | gold.cc | 223 gold_info(_("linking with --incremental-full")); in queue_initial_tasks() 603 gold_info( in queue_middle_tasks()
|
D | output.cc | 4931 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()
|
D | resolve.cc | 899 gold_info("%s: %s: previous definition here", program_name, objname); in report_resolve_problem()
|
D | object.cc | 1631 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()
|
D | symtab.cc | 935 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()
|
D | dwp.cc | 1355 gold_info(_("Found %d missing .dwo files"), nmissing); in sized_verify_dwo_list()
|
D | layout.cc | 216 gold_info("Free list:\n start end length\n"); in dump() 218 gold_info(" %08lx %08lx %08lx", static_cast<long>(p->start_), in dump()
|
D | incremental.cc | 144 gold_info(_("the link might take longer: " in vexplain_no_incremental()
|
D | aarch64.cc | 8124 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()
|
D | powerpc.cc | 2833 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()
|
D | ChangeLog | 278 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.
|