HomeSort by relevance Sort by last modified time
    Searched full:plugin_target (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2010 364 * nm.c (plugin_target): New.
365 (main): Set plugin_target to "plugin" for --plugin.
366 (display_file): Pass plugin_target to bfd_openr if target
387 * ar.c (plugin_target): New.
388 (main): Set plugin_target to "plugin" for --plugin.
389 (open_inarch): Initialize target to plugin_target.
390 (replace_members): Pass plugin_target to ar_emul_replace
    [all...]
ar.c 144 static const char *plugin_target = "plugin"; variable
146 static const char *plugin_target = NULL;
872 target = plugin_target;
142 static const char *plugin_target = "plugin"; variable
    [all...]
nm.c 179 static const char *plugin_target = "plugin"; variable
181 static const char *plugin_target = NULL; variable
    [all...]
ChangeLog 491 ar.c: Set plugin_target early if plugins are supported.

Completed in 457 milliseconds