Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMinidumpEmitter.cpp31 size_t tell() const { return NextOffset; } in tell() function in __anon20b4f59d0111::BlobAllocator
108 size_t BeginOffset = OS.tell(); in writeTo()
111 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
124 size_t DataEnd = File.tell(); in layout()
162 size_t DataEnd = File.tell(); in layout()
165 DataEnd = File.tell(); in layout()
175 Result.Location.RVA = File.tell(); in layout()
208 DataEnd = File.tell(); in layout()
222 DataEnd.getValueOr(File.tell()) - Result.Location.RVA; in layout()
/freebsd-11-stable/contrib/tcsh/nls/greek/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/ja/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/russian/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/ukrainian/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/C/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/finnish/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/et/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/french/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/german/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/italian/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/tcsh/nls/spanish/
HDset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMachObjectWriter.cpp145 uint64_t Start = W.OS.tell(); in writeHeader()
160 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64) in writeHeader()
181 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand()
211 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()
231 uint64_t Start = W.OS.tell(); in writeSection()
255 assert(W.OS.tell() - Start == in writeSection()
265 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand()
275 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command)); in writeSymtabLoadCommand()
288 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand()
312 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command)); in writeDysymtabLoadCommand()
[all …]
HDELFObjectWriter.cpp340 uint64_t Padding = offsetToAlignment(W.OS.tell(), Align(Alignment)); in align()
622 uint64_t SecStart = W.OS.tell(); in computeSymbolTable()
758 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable()
768 SecStart = W.OS.tell(); in computeSymbolTable()
773 SecEnd = W.OS.tell(); in computeSymbolTable()
1070 uint64_t StartOffset = W.OS.tell(); in writeObject()
1099 uint64_t SecStart = W.OS.tell(); in writeObject()
1104 uint64_t SecEnd = W.OS.tell(); in writeObject()
1146 uint64_t SecStart = W.OS.tell(); in writeObject()
1156 uint64_t SecEnd = W.OS.tell(); in writeObject()
[all …]
/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_main.c383 long tell; in c_output() local
396 tell = ftell(fout); in c_output()
400 if (extend && tell == ftell(fout)) { in c_output()
484 long tell; in h_output() local
515 tell = ftell(fout); in h_output()
549 if (extend && tell == ftell(fout)) { in h_output()
711 long tell; in svc_output() local
728 tell = ftell(fout); in svc_output()
732 if (extend && tell == ftell(fout)) { in svc_output()
744 long tell; in clnt_output() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfWriter.cpp87 uint64_t SectionStart = OutputStream->tell(); in markSectionStart()
126 OutputStream->tell() - SectionStart}); in addNewSection()
148 uint64_t Offset = OutputStream->tell(); in writeSample()
189 SecLBRProfileStart = OutputStream->tell(); in writeSections()
332 uint64_t FuncOffsetTableStart = OS.tell(); in writeFuncOffsetTable()
412 SecHdrTableOffset = OutputStream->tell(); in allocSecHdrTable()
423 uint64_t Saved = OutputStream->tell(); in writeSecHdrTable()
460 FileStart = OS.tell(); in writeHeader()
475 TableOffset = OutputStream->tell(); in writeHeader()
551 uint64_t Offset = OutputStream->tell(); in writeSample()
HDInstrProfWriter.cpp55 uint64_t tell() { return OS.tell(); } in tell() function in llvm::ProfOStream
323 uint64_t HashTableStartFieldOffset = OS.tell(); in writeImpl()
331 uint64_t SummaryOffset = OS.tell(); in writeImpl()
337 CSSummaryOffset = OS.tell(); in writeImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDFileWriter.cpp67 uint64_t FileWriter::tell() { in tell() function in FileWriter
68 return OS.tell(); in tell()
72 off_t Offset = OS.tell(); in alignTo()
HDFunctionInfo.cpp102 const uint64_t FuncInfoOffset = O.tell(); in encode()
114 const auto StartOffset = O.tell(); in encode()
118 const auto Length = O.tell() - StartOffset; in encode()
132 const auto StartOffset = O.tell(); in encode()
136 const auto Length = O.tell() - StartOffset; in encode()
HDGsymCreator.cpp112 const off_t AddrInfoOffsetsOffset = O.tell(); in encode()
132 const off_t StrtabOffset = O.tell(); in encode()
134 const off_t StrtabSize = O.tell() - StrtabOffset; in encode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDArchiveWriter.cpp117 uint64_t OldPos = OS.tell(); in printWithSpacePadding()
119 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
222 NamePos = StringTable.tell(); in printMemberHeader()
227 Insertion.first->second = StringTable.tell(); in printMemberHeader()
317 printBSDMemberHeader(Out, Out.tell(), Name, now(Deterministic), 0, 0, 0, in writeSymbolTable()
324 uint64_t Pos = Out.tell() + Size; in writeSymbolTable()
380 Ret.push_back(SymNames.tell()); in getSymbols()
503 if (HasObject && SymNames.tell() == 0) in computeMemberData()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTableGenBackend.cpp23 size_t Pos = (size_t)OS.tell(); in printLine()
27 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDTextDiagnosticPrinter.cpp126 uint64_t StartOfLocationInfo = OS.tell(); in HandleDiagnostic()
139 OS.tell() - StartOfLocationInfo, in HandleDiagnostic()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDOnDiskHashTable.h178 B.Off = Out.tell(); in Emit()
196 uint64_t KeyStart = Out.tell(); in Emit()
198 uint64_t DataStart = Out.tell(); in Emit()
200 uint64_t End = Out.tell(); in Emit()
210 offset_type TableOff = Out.tell(); in Emit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDTarWriter.cpp83 uint64_t Pos = OS.tell(); in pad()
196 uint64_t Pos = OS.tell(); in append()

12345678910>>...13