Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dtestplug.c34 #define TV_MESSAGE if (tv_message) (*tv_message) macro
358 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s '%s'", n, name, in dump_tv_tag()
373 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s func@0x%p", n, name, in dump_tv_tag()
382 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s value %W (%d)", n, name, in dump_tv_tag()
478 TV_MESSAGE (LDPL_INFO, "Hello from testplugin."); in onload()
490 TV_MESSAGE (LDPL_FATAL, "No register_claim_file hook"); in onload()
500 TV_MESSAGE (LDPL_FATAL, "No register_all_symbols_read hook"); in onload()
510 TV_MESSAGE (LDPL_FATAL, "No register_cleanup hook"); in onload()
534 TV_MESSAGE (LDPL_INFO, "hook called: claim_file %s [@%ld/%ld] %s", in onclaim_file()
575 TV_MESSAGE (LDPL_INFO, "hook called: all symbols read."); in onall_symbols_read()
[all …]
DChangeLog-2010130 * testplug.c: Remove the trailing `\n' from TV_MESSAGE.
526 * testplug.c (TV_MESSAGE): New helper macro.
539 (dump_tv_tag): Use TV_MESSAGE.
541 (onclaim_file): Make static. Use TV_MESSAGE. Scan list of files to
543 (onall_symbols_read): Make static and use TV_MESSAGE.