Lines Matching refs:eip
68 StackFrameX86::CONTEXT_VALID_EIP, &MDRawContextX86::eip },
117 return context.eip; in ReturnAddress()
133 frame->instruction = frame->context.eip; in GetContextFrame()
246 found == last_frame->context.eip) { in GetCallerByWindowsFrameInfo()
377 uint32_t location, eip; in GetCallerByWindowsFrameInfo() local
379 || !ScanForReturnAddress(location_start, &location, &eip, in GetCallerByWindowsFrameInfo()
389 dictionary["$eip"] = eip; in GetCallerByWindowsFrameInfo()
416 uint32_t eip = dictionary["$eip"]; in GetCallerByWindowsFrameInfo() local
417 if (modules_ && !modules_->GetModuleForAddress(eip)) { in GetCallerByWindowsFrameInfo()
423 && ScanForReturnAddress(location_start, &location, &eip, in GetCallerByWindowsFrameInfo()
428 dictionary["$eip"] = eip; in GetCallerByWindowsFrameInfo()
481 frame->context.eip = dictionary["$eip"]; in GetCallerByWindowsFrameInfo()
608 frame->context.eip = caller_eip; in GetCallerByEBPAtBase()
653 if (new_frame->context.eip == 0) in GetCallerFrame()
667 new_frame->instruction = new_frame->context.eip - 1; in GetCallerFrame()