Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low.c597 static struct reg *non_shadow_reg_defs = NULL; variable
600 if (non_shadow_reg_defs == NULL) { in initialize_shadow_low()
601 non_shadow_reg_defs = the_low_target.reg_defs; in initialize_shadow_low()
606 if (the_low_target.reg_defs != non_shadow_reg_defs) { in initialize_shadow_low()
611 the_low_target.reg_defs = build_shadow_arch (non_shadow_reg_defs, non_shadow_num_regs); in initialize_shadow_low()
614 the_low_target.reg_defs = non_shadow_reg_defs; in initialize_shadow_low()