HomeSort by relevance Sort by last modified time
    Searched defs:tv_message (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
testplug.c 34 #define TV_MESSAGE if (tv_message) (*tv_message)
106 static ld_plugin_message tv_message = 0; variable
360 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s '%s'", n, name,
376 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s func@0x%p", n, name,
377 (void *)(tv->tv_u.tv_message));
385 TV_MESSAGE (LDPL_INFO, "tv[%d]: %s value %W (%d)", n, name,
434 SETVAR(tv_message);
481 tv_message = tv[0].tv_u.tv_message
    [all...]
testplug2.c 36 #define TV_MESSAGE if (tv_message) (*tv_message)
108 static ld_plugin_message tv_message = 0; variable
329 TV_MESSAGE (LDPL_FATAL, "Fatal error");
334 TV_MESSAGE (LDPL_ERROR, "Error");
339 TV_MESSAGE (LDPL_WARNING, "Warning");
410 SETVAR(tv_message);
446 tv_message = tv[0].tv_u.tv_message;
    [all...]
testplug3.c 36 #define TV_MESSAGE if (tv_message) (*tv_message)
108 static ld_plugin_message tv_message = 0; variable
389 SETVAR(tv_message);
425 tv_message = tv[0].tv_u.tv_message;
437 TV_MESSAGE (LDPL_FATAL, "No register_claim_file hook");
447 TV_MESSAGE (LDPL_FATAL, "No register_all_symbols_read hook");
457 TV_MESSAGE (LDPL_FATAL, "No register_cleanup hook")
    [all...]
testplug4.c 36 #define TV_MESSAGE if (tv_message) (*tv_message)
108 static ld_plugin_message tv_message = 0; variable
329 TV_MESSAGE (LDPL_FATAL, "Fatal error");
334 TV_MESSAGE (LDPL_ERROR, "Error");
339 TV_MESSAGE (LDPL_WARNING, "Warning");
410 SETVAR(tv_message);
446 tv_message = tv[0].tv_u.tv_message;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 405 ld_plugin_message tv_message; member in union:ld_plugin_tv::__anon63412
  /toolchain/binutils/binutils-2.27/include/
plugin-api.h 428 ld_plugin_message tv_message; member in union:ld_plugin_tv::__anon4933

Completed in 176 milliseconds