HomeSort by relevance Sort by last modified time
    Searched refs:old_SP (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/
pub_core_stacks.h 48 ( Addr old_SP, Addr new_SP, UInt ecu );
50 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP );
m_stacks.c 285 static void complaints_stack_switch (Addr old_SP, Addr new_SP)
289 Word delta = (Word)new_SP - (Word)old_SP;
293 "SP change: 0x%lx --> 0x%lx\n", old_SP, new_SP);
314 Word delta = (Word)new_SP - (Word)old_SP; \
316 EDEBUG("current_stack %p-%p %lu new_SP %p old_SP %p\n", \
320 (void *)new_SP, (void *)old_SP); \
343 complaints_stack_switch(old_SP, new_SP); \
349 VG_TRACK( die_mem_stack, old_SP, delta ); \
355 void VG_(unknown_SP_update_w_ECU)( Addr old_SP, Addr new_SP, UInt ecu ) {
367 void VG_(unknown_SP_update)( Addr old_SP, Addr new_SP )
    [all...]
m_translate.c 509 IRTemp old_SP;
518 old_SP = newIRTemp(bb->tyenv, typeof_SP);
521 IRStmt_WrTmp( old_SP, IRExpr_Get(offset_SP, typeof_SP) )
535 mkIRExprVec_3( IRExpr_RdTmp(old_SP), st->Ist.Put.data,
543 mkIRExprVec_2( IRExpr_RdTmp(old_SP), st->Ist.Put.data )
557 3. Put old_SP
571 addStmtToIRSB( bb, IRStmt_Put(offset_SP, IRExpr_RdTmp(old_SP) ));
579 mkIRExprVec_3( IRExpr_RdTmp(old_SP),
588 mkIRExprVec_2( IRExpr_RdTmp(old_SP),
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.h 41 void sg_die_mem_stack ( Addr old_SP, SizeT len );
sg_main.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 383 Addr old_SP, new_SP;
391 save in old_SP the SP before the change. A change of
398 VG_(memset) ((void *) &old_SP, 0, size);
399 (*the_low_target.transfer_register) (tid, regno, (void *) &old_SP,
418 if (old_SP > new_SP) {
419 Word delta = (Word)new_SP - (Word)old_SP;
423 (void*) old_SP, (void *) new_SP,

Completed in 110 milliseconds