Home
last modified time | relevance | path

Searched refs:current_target (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlang.c73 static const char *current_target; variable
3346 if (current_target != default_target && current_target != NULL) in lang_get_output_target()
3347 return current_target; in lang_get_output_target()
3485 current_target = statement->target_statement.target; in ldlang_open_output()
3583 current_target = s->target_statement.target; in open_input_bfds()
3592 s->input_statement.target = current_target; in open_input_bfds()
8134 current_target = default_target; in lang_process()
8157 current_target = default_target; in lang_process()
DChangeLog-2011285 * ldlang.c (lang_get_output_target): Don't return current_target
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-xtensa.c8490 fragS *current_target = NULL; in xtensa_fix_close_loop_end_frags() local
8498 current_target = symbol_get_frag (fragP->fr_symbol); in xtensa_fix_close_loop_end_frags()
8500 if (current_target in xtensa_fix_close_loop_end_frags()
8510 (fragP->fr_next, current_target, REQUIRED_LOOP_DIVIDING_BYTES); in xtensa_fix_close_loop_end_frags()
8550 fragS *current_target, in min_bytes_to_other_loop_end() argument
8561 && current_fragP != current_target) in min_bytes_to_other_loop_end()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19941063 in current_target.
1236 vector from current_target to core_ops too.
1350 pass current_target to SOLIB_ADD. The Sep 10 change failed
1354 copy the modified to_sections vector from current_target to
1533 core_ops to current_target after adding the shared libraries.
2384 Fixup references to current_target, due to previous changes.
4188 use warning(); it relies on current_target which isn't set up yet.
DChangeLog-20098002 flattened current_target.
8251 current_target.
8260 current_target.
11438 (setup_target_debug): Do not set current_target.to_kill.
11524 using the current_target global. Using the current_target global
DChangeLog-19971149 of the ppc), use current_target to deal with registers again
DChangeLog-19982262 (setup_target_debug): Give new fields in current_target target_ops vector values.
3215 (setup_target_debug): Give new fields in current_target target_ops
DChangeLog-2013755 * dcache.c (dcache_read_line): Use current_target.beneath
756 instead of &current_target.
10166 (extern struct target_ops current_target):
DChangeLog-2003528 (handle_inferior_event): Pass current_target, instead of exec_ops,
1967 * top.c (quit_target): Pass "current_target" to "target_close".
2215 Put the target stack beneath the squashed "current_target".
DChangeLog-19962545 fprintf_unfiltered, since current_target has not yet been set and thus
DChangeLog-20074638 (enable_break): Update calls. Pass current_target to solib_add.
DChangeLog-19995032 (setup_target_debug): Initialize current_target.to_rcmd.
DChangeLog-19934039 * utils.c (quit): Use current_target->to_terminal_ours to figure
DChangeLog-20083685 of current_target.
DChangeLog-2010174 current_target.to_acknowledge_created_inferior.
DChangeLog-201811263 (current_target): Delete. All references replaced by references
DChangeLog-20043908 current_target.to_sections for an old value when updating.
/netbsd/src/external/gpl3/binutils/dist/gold/
Daarch64.cc2175 The_target_aarch64* target = The_target_aarch64::current_target(); in do_relocate_sections()
3116 current_target() in current_target() function in __anon104791220111::Target_aarch64
DChangeLog-08151958 (Target_aarch64::current_target): New method.