Searched refs:CurOffset (Results 1 – 3 of 3) sorted by relevance
92 uint64_t CurOffset = 0; in notifyObjectLoaded() local107 CurOffset = (CurOffset + Align - 1) / Align * Align; in notifyObjectLoaded()109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded()110 CurOffset += Size; in notifyObjectLoaded()114 CurOffset = (CurOffset + MaxAlign - 1) / MaxAlign * MaxAlign; in notifyObjectLoaded()124 CurOffset = (CurOffset + Align - 1) / Align * Align; in notifyObjectLoaded()126 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); in notifyObjectLoaded()127 CurOffset += Size; in notifyObjectLoaded()133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr)) in notifyObjectLoaded()
40 uint32_t CurOffset = *OffsetPtr; in extract() local42 if (CurOffset == *OffsetPtr) { in extract()46 CurOffset = *OffsetPtr; in extract()48 if (CurOffset == *OffsetPtr) { in extract()
955 int CurOffset = -8 - StackAdjust; in generateCompactUnwindEncoding() local962 if (RegOffset != CurOffset - 4) { in generateCompactUnwindEncoding()966 << CurOffset << "\n"); in generateCompactUnwindEncoding()970 CurOffset -= 4; in generateCompactUnwindEncoding()1002 } else if (Offset->second != CurOffset - 8) { in generateCompactUnwindEncoding()1007 << ", expected at " << CurOffset - 8 in generateCompactUnwindEncoding()1011 CurOffset -= 8; in generateCompactUnwindEncoding()