Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dtarget.c782 static struct reg *non_shadow_reg_defs = NULL; variable
785 if (non_shadow_reg_defs == NULL) { in initialize_shadow_low()
786 non_shadow_reg_defs = the_low_target.reg_defs; in initialize_shadow_low()
791 if (the_low_target.reg_defs != non_shadow_reg_defs) { in initialize_shadow_low()
796 the_low_target.reg_defs = build_shadow_arch (non_shadow_reg_defs, non_shadow_num_regs); in initialize_shadow_low()
799 the_low_target.reg_defs = non_shadow_reg_defs; in initialize_shadow_low()