| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | MinidumpEmitter.cpp | 31 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | set16 | 10 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/ |
| HD | MachObjectWriter.cpp | 145 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 …]
|
| HD | ELFObjectWriter.cpp | 340 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/ |
| HD | rpc_main.c | 383 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/ |
| HD | SampleProfWriter.cpp | 87 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()
|
| HD | InstrProfWriter.cpp | 55 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/ |
| HD | FileWriter.cpp | 67 uint64_t FileWriter::tell() { in tell() function in FileWriter 68 return OS.tell(); in tell() 72 off_t Offset = OS.tell(); in alignTo()
|
| HD | FunctionInfo.cpp | 102 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()
|
| HD | GsymCreator.cpp | 112 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/ |
| HD | ArchiveWriter.cpp | 117 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/ |
| HD | TableGenBackend.cpp | 23 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/ |
| HD | TextDiagnosticPrinter.cpp | 126 uint64_t StartOfLocationInfo = OS.tell(); in HandleDiagnostic() 139 OS.tell() - StartOfLocationInfo, in HandleDiagnostic()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | OnDiskHashTable.h | 178 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/ |
| HD | TarWriter.cpp | 83 uint64_t Pos = OS.tell(); in pad() 196 uint64_t Pos = OS.tell(); in append()
|