Searched refs:new_input (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dplugin.h83 // Call the new_input handler.
85 new_input(struct ld_plugin_input_file* plugin_input_file);
106 // Register a new_input handler.
245 // Register a new_input handler.
H A Dplugin.cc406 // Call the new_input handler.
409 Plugin::new_input(struct ld_plugin_input_file* plugin_input_file) function in class:gold::Plugin
793 (*this->current_)->new_input(&this->plugin_input_file_);
2249 // Register a new_input handler.
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dplugin.h83 // Call the new_input handler.
85 new_input(struct ld_plugin_input_file* plugin_input_file);
106 // Register a new_input handler.
245 // Register a new_input handler.
H A Dplugin.cc406 // Call the new_input handler.
409 Plugin::new_input(struct ld_plugin_input_file* plugin_input_file) function in class:gold::Plugin
793 (*p)->new_input(&this->plugin_input_file_);
2249 // Register a new_input handler.
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dplugin.h83 // Call the new_input handler.
85 new_input(struct ld_plugin_input_file* plugin_input_file);
106 // Register a new_input handler.
245 // Register a new_input handler.
H A Dplugin.cc406 // Call the new_input handler.
409 Plugin::new_input(struct ld_plugin_input_file* plugin_input_file) function in class:gold::Plugin
793 (*this->current_)->new_input(&this->plugin_input_file_);
2249 // Register a new_input handler.
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc23328 rtx mem, rtx exp_input, rtx new_input,
23401 gen_lowpart (hmode, new_input),
23402 gen_highpart (hmode, new_input),
23405 emit_insn (gen (target_val, mem, exp_input, new_input, mem_model));

Completed in 314 milliseconds