Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 73) sorted by relevance

123

/toolchain/binutils/binutils-2.25/gold/
Dplugin.h87 set_claim_file_handler(ld_plugin_claim_file_handler handler) in set_claim_file_handler() argument
88 { this->claim_file_handler_ = handler; } in set_claim_file_handler()
92 set_all_symbols_read_handler(ld_plugin_all_symbols_read_handler handler) in set_all_symbols_read_handler() argument
93 { this->all_symbols_read_handler_ = handler; } in set_all_symbols_read_handler()
97 set_cleanup_handler(ld_plugin_cleanup_handler handler) in set_cleanup_handler() argument
98 { this->cleanup_handler_ = handler; } in set_cleanup_handler()
207 set_claim_file_handler(ld_plugin_claim_file_handler handler) in set_claim_file_handler() argument
210 (*this->current_)->set_claim_file_handler(handler); in set_claim_file_handler()
215 set_all_symbols_read_handler(ld_plugin_all_symbols_read_handler handler) in set_all_symbols_read_handler() argument
218 (*this->current_)->set_all_symbols_read_handler(handler); in set_all_symbols_read_handler()
[all …]
Dplugin.cc88 register_claim_file(ld_plugin_claim_file_handler handler);
91 register_all_symbols_read(ld_plugin_all_symbols_read_handler handler);
94 register_cleanup(ld_plugin_cleanup_handler handler);
1438 register_claim_file(ld_plugin_claim_file_handler handler) in register_claim_file() argument
1441 parameters->options().plugins()->set_claim_file_handler(handler); in register_claim_file()
1448 register_all_symbols_read(ld_plugin_all_symbols_read_handler handler) in register_all_symbols_read() argument
1451 parameters->options().plugins()->set_all_symbols_read_handler(handler); in register_all_symbols_read()
1458 register_cleanup(ld_plugin_cleanup_handler handler) in register_cleanup() argument
1461 parameters->options().plugins()->set_cleanup_handler(handler); in register_cleanup()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff-seh.c304 emit_expr (&seh_ctx_cur->handler, 4); in obj_coff_seh_eh()
335 seh_ctx_cur->handler.X_op = O_constant; in obj_coff_seh_handler()
336 seh_ctx_cur->handler.X_add_number = 0; in obj_coff_seh_handler()
342 seh_ctx_cur->handler.X_add_number = 1; in obj_coff_seh_handler()
349 expression (&seh_ctx_cur->handler); in obj_coff_seh_handler()
890 if (c->handler.X_op == O_symbol) in seh_x64_write_function_xdata()
891 c->handler.X_op = O_symbol_rva; in seh_x64_write_function_xdata()
892 emit_expr (&c->handler, 4); in seh_x64_write_function_xdata()
1006 emit_expr (&c->handler, 4); in write_function_pdata()
Dobj-coff-seh.h107 expressionS handler; member
Dtc-alpha.c418 symbolS *handler; member
4382 alpha_evax_proc->handler = 0; in s_alpha_ent()
4423 alpha_evax_proc->handler = sym; in s_alpha_handler()
4578 | ((alpha_evax_proc->handler) ? PDSC_S_M_HANDLER_VALID : 0) in s_alpha_pdesc()
4630 if (alpha_evax_proc->handler) in s_alpha_pdesc()
4634 alpha_evax_proc->handler, 0, 0, BFD_RELOC_64); in s_alpha_pdesc()
/toolchain/binutils/binutils-2.25/include/
Dplugin-api.h191 (*ld_plugin_register_claim_file) (ld_plugin_claim_file_handler handler);
198 ld_plugin_all_symbols_read_handler handler);
204 (*ld_plugin_register_cleanup) (ld_plugin_cleanup_handler handler);
/toolchain/binutils/binutils-2.25/ld/
Dplugin.c386 register_claim_file (ld_plugin_claim_file_handler handler) in register_claim_file() argument
389 called_plugin->claim_file_handler = handler; in register_claim_file()
395 register_all_symbols_read (ld_plugin_all_symbols_read_handler handler) in register_all_symbols_read() argument
398 called_plugin->all_symbols_read_handler = handler; in register_all_symbols_read()
404 register_cleanup (ld_plugin_cleanup_handler handler) in register_cleanup() argument
407 called_plugin->cleanup_handler = handler; in register_cleanup()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dloc10.s1 Boot GETA $0,Boot %set dynamic- and forced-trap handler
Dloc9.s2 Boot GETA $0,Boot %set dynamic- and forced-trap handler
Dloc8.s3 Boot GETA $0,Boot %set dynamic- and forced-trap handler
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
Dloc-6.s5 Boot GETA $0,Boot %set dynamic- and forced-trap handler
Dloc-7.s5 Boot GETA $0,Boot %set dynamic- and forced-trap handler
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dccs.s23 bl ext_sym ; custom data abort handler required
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-dis.in60 /* Default print handler. */
81 /* Default address handler. */
106 /* Keyword print handler. */
246 handler. */
Dcgen-ibld.in232 /* Default insn builder (insert handler).
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
Dfar-hc12.s24 ldd #_far_foo ; Get address of trampoline handler
Dfar-hc11.s24 ldd #_far_foo ; Get address of trampoline handler
/toolchain/binutils/binutils-2.25/bfd/
Dplugin.c126 register_claim_file (ld_plugin_claim_file_handler handler) in register_claim_file() argument
128 claim_file = handler; in register_claim_file()
/toolchain/binutils/binutils-2.25/
Dltoptions.m426 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
59 # with MACRO-NAME. If any OPTION has a matching handler declared with
77 dnl we run the default mode handler for the pair. For example, if neither
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-msp430.texi40 enables polymorph instructions handler.
/toolchain/binutils/binutils-2.25/cpu/
DChangeLog123 (upof16): Define with dowh, specify print handler.
139 * m32c.cpu (f-dsp-32-u24): Fix mode of extract handler.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2004189 unwind handler based on machine type.
DChangeLog-2008796 * readelf.c (process_section_headers): Add m16c handler.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog953 (mips_pseudo_table): Add .module handler.
1041 (md_pseudo_table): Update handler for "double".
DChangeLog-20041299 (md_pseudo_table): Add .profiler pseudo handler.
1303 (msp430_srcoperand): Add register operand handler, allow complex
2411 NULL handler.

123