Lines Matching refs:target_stack
187 static struct target_ops *target_stack; variable
378 for (t = target_stack; t; t = t->beneath) in update_current_target()
642 current_target.beneath = target_stack; in update_current_target()
671 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath) in push_target()
700 return (t != target_stack); in push_target()
715 for (cur = &target_stack; (*cur) != NULL; cur = &(*cur)->beneath) in unpush_target()
746 if (unpush_target (target_stack) == 1) in pop_target()
851 return (target_stack != NULL in target_xfer_partial_p()
852 && target_stack->to_xfer_partial != default_xfer_partial); in target_xfer_partial_p()
945 if (target_stack == NULL) in xfer_using_stratum()
948 target = target_stack; in xfer_using_stratum()
966 target = target_stack; in xfer_using_stratum()
1075 for (t = target_stack; t != NULL; t = t->beneath) in do_xfer_memory()
1236 return target_xfer_partial (target_stack, TARGET_OBJECT_MEMORY, NULL, in target_read_memory_partial()
1246 return target_xfer_partial (target_stack, TARGET_OBJECT_MEMORY, NULL, in target_write_memory_partial()
1394 for (t = target_stack; t != NULL; t = t->beneath) in target_info()