Lines Matching refs:tell
204 uint64_t Offset = W.OS.tell(); in align()
652 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable()
662 SecStart = W.OS.tell(); in computeSymbolTable()
666 SecEnd = W.OS.tell(); in computeSymbolTable()
959 uint64_t StartOffset = W.OS.tell(); in writeObject()
989 uint64_t SecEnd = W.OS.tell(); in writeObject()
1032 uint64_t SecEnd = W.OS.tell(); in writeObject()
1058 uint64_t SecEnd = W.OS.tell(); in writeObject()
1063 uint64_t SecStart = W.OS.tell(); in writeObject()
1065 uint64_t SecEnd = W.OS.tell(); in writeObject()
1071 uint64_t SecStart = W.OS.tell(); in writeObject()
1073 StrtabSection->setOffsets(SecStart, W.OS.tell()); in writeObject()
1104 return W.OS.tell() - StartOffset; in writeObject()