Home | History | Annotate | Download | only in coregrind

Lines Matching refs:Addr

95    Addr start; // Lowest stack byte, included.
96 Addr end; // Highest stack byte, included.
155 static Stack* find_stack_by_addr(Addr sp)
188 UWord VG_(register_stack)(Addr start, Addr end)
196 Addr t = end;
254 void VG_(change_stack)(UWord id, Addr start, Addr end)
278 void VG_(stack_limits)(Addr SP, Addr *start, Addr *end )
371 static void complaints_stack_switch (Addr old_SP, Addr new_SP)
442 void VG_(unknown_SP_update_w_ECU)( Addr old_SP, Addr new_SP, UInt ecu ) {
454 void VG_(unknown_SP_update)( Addr old_SP, Addr new_SP ) {