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/
Dtarget.c523 static struct reg *non_shadow_reg_defs = NULL; variable
526 if (non_shadow_reg_defs == NULL) { in initialize_shadow_low()
527 non_shadow_reg_defs = the_low_target.reg_defs; in initialize_shadow_low()
532 if (the_low_target.reg_defs != non_shadow_reg_defs) { in initialize_shadow_low()
537 the_low_target.reg_defs = build_shadow_arch (non_shadow_reg_defs, non_shadow_num_regs); in initialize_shadow_low()
540 the_low_target.reg_defs = non_shadow_reg_defs; in initialize_shadow_low()