valgrind-low.c | 37 /* the_low_target defines the architecture specific aspects depending 39 static struct valgrind_target_ops the_low_target; variable in typeref:struct:valgrind_target_ops 173 if (regno >= the_low_target.num_regs) { 175 regno, the_low_target.num_regs); 183 (*the_low_target.transfer_register) (tid, regno, buf, 192 regno, size, the_low_target.reg_defs[regno].name, bufimage, 203 for (regno = 0; regno < the_low_target.num_regs; regno++) 221 if (regno >= the_low_target.num_regs) { 223 regno, the_low_target.num_regs); 233 if (regno == the_low_target.stack_pointer_regno) [all...] |