Lines Matching refs:tell
97 uint64_t OldPos = OS.tell(); in printWithSpacePadding()
99 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
141 uint64_t PosAfterHeader = Out.tell() + 60 + Name.size(); in printBSDMemberHeader()
149 assert(PosAfterHeader == Out.tell()); in printBSDMemberHeader()
209 StartOffset = Out.tell(); in writeStringTable()
211 StringMapIndexes.push_back(Out.tell() - StartOffset); in writeStringTable()
222 if (Out.tell() % 2) in writeStringTable()
224 int Pos = Out.tell(); in writeStringTable()
261 HeaderStartOffset = Out.tell(); in writeSymbolTable()
266 BodyStartOffset = Out.tell(); in writeSymbolTable()
279 unsigned NameOffset = NameOS.tell(); in writeSymbolTable()
300 unsigned Pad = OffsetToAlignment(Out.tell(), 4); in writeSymbolTable()
305 unsigned Pos = Out.tell(); in writeSymbolTable()
367 unsigned Pos = Out.tell(); in writeArchive()
378 if (Out.tell() % 2) in writeArchive()
386 Out.seek(Out.tell() + 4); // skip over the string offset in writeArchive()