Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp32 size_t tell() const { return NextOffset; } in tell() function in __anon6a55a8060111::BlobAllocator
109 size_t BeginOffset = OS.tell(); in writeTo()
112 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
125 size_t DataEnd = File.tell(); in layout()
140 size_t BaseRVA = File.tell() + sizeof(minidump::Memory64ListHeader); in layout()
149 size_t DataEnd = File.tell(); in layout()
187 size_t DataEnd = File.tell(); in layout()
190 DataEnd = File.tell(); in layout()
200 Result.Location.RVA = File.tell(); in layout()
236 DataEnd = File.tell(); in layout()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserCompact.cpp99 uint64_t end = cursor.tell() + length; in parseAttributeList()
100 while ((pos = cursor.tell()) < end) { in parseAttributeList()
126 uint64_t end = cursor.tell() - sizeof(length) + length; in parseSubsection()
142 while (cursor.tell() < end) { in parseSubsection()
157 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
179 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
223 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
227 utohexstr(cursor.tell() - 4)); in parse()
H A DELFAttrParserExtended.cpp121 ExtBASubsectionLength > (Section.size() - Cursor.tell() + 4)) in parse()
125 utohexstr(Cursor.tell() - 4)); in parse()
136 "\ninvalid Optionality at offset " + utohexstr(Cursor.tell() - 4) + in parse()
145 utohexstr(Cursor.tell() - 4) + ": " + in parse()
166 uint64_t OffsetInSection = Cursor.tell(); in parse()
170 while (Cursor.tell() < in parse()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp142 uint64_t OffsetAfterSectionLength = OutDebugStrOffsetsSection.OS.tell(); in emitDebugStringOffsetSection()
154 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
165 OutDebugStrOffsetsSection.OS.tell() - OffsetAfterSectionLength); in emitDebugStringOffsetSection()
180 LengthOffset = OutSection.OS.tell(); in emitPubAcceleratorEntry()
185 OutSection.OS.tell(), in emitPubAcceleratorEntry()
233 OutSection.OS.tell() - *NamesLengthOffset); in emitPubAccelerators()
244 OutSection.OS.tell() - *TypesLengthOffset); in emitPubAccelerators()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp52 while (cursor && cursor.tell() < section_size) { in ForEachFormatterInModule()
53 while (cursor && cursor.tell() < section_size) { in ForEachFormatterInModule()
57 cursor.seek(cursor.tell() - 1); in ForEachFormatterInModule()
63 llvm::DataExtractor record(section.getData().drop_front(cursor.tell()), in ForEachFormatterInModule()
70 fn(llvm::DataExtractor(record.getData().drop_front(cursor.tell()), le, in ForEachFormatterInModule()
143 while (cursor && cursor.tell() < extractor.size()) { in LoadFormattersForModule()
/freebsd/contrib/tcsh/nls/greek/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/ja/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/russian/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp142 const uint64_t FuncInfoOffset = Out.tell(); in encode()
165 const auto StartOffset = Out.tell(); in encode()
169 const auto Length = Out.tell() - StartOffset; in encode()
183 const auto StartOffset = Out.tell(); in encode()
187 const auto Length = Out.tell() - StartOffset; in encode()
201 const auto StartOffset = Out.tell(); in encode()
205 const auto Length = Out.tell() - StartOffset; in encode()
220 const auto StartOffset = Out.tell(); in encode()
224 const auto Length = Out.tell() - StartOffset; in encode()
H A DFileWriter.cpp66 uint64_t FileWriter::tell() { in tell() function in FileWriter
67 return OS.tell(); in tell()
71 off_t Offset = OS.tell(); in alignTo()
/freebsd/contrib/tcsh/nls/C/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/et/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/french/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/german/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/italian/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp25 const uint64_t LastPos = FDOStream.tell(); in patch()
108 OutlinedHashTreeOffset = COS.tell(); in writeHeader()
114 StableFunctionMapOffset = COS.tell(); in writeHeader()
128 uint64_t OutlinedHashTreeFieldStart = COS.tell(); in writeImpl()
131 uint64_t StableFunctionMapFieldStart = COS.tell(); in writeImpl()
/freebsd/contrib/tcsh/nls/spanish/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp181 uint64_t Start = W.OS.tell(); in writeHeader()
207 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64) in writeHeader()
228 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand()
258 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()
278 uint64_t Start = W.OS.tell(); in writeSection()
304 assert(W.OS.tell() - Start == in writeSection()
314 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand()
324 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command)); in writeSymtabLoadCommand()
337 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand()
361 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command)); in writeDysymtabLoadCommand()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp184 lldb::offset_t prev_offset = c.tell(); in DecodeNextSection()
189 if (payload_len < c.tell() - prev_offset) in DecodeNextSection()
192 uint32_t section_length = payload_len - (c.tell() - prev_offset); in DecodeNextSection()
193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()
195 *offset_ptr += (c.tell() + section_length); in DecodeNextSection()
197 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection()
200 *offset_ptr += (c.tell() + payload_len); in DecodeNextSection()
/freebsd/usr.bin/rpcgen/
H A Drpc_main.c468 long tell; in c_output() local
481 tell = ftell(fout); in c_output()
485 if (extend && tell == ftell(fout)) { in c_output()
571 long tell; in h_output() local
603 tell = ftell(fout); in h_output()
637 if (extend && tell == ftell(fout)) { in h_output()
800 long tell; in svc_output() local
817 tell = ftell(fout); in svc_output()
821 if (extend && tell == ftell(fout)) { in svc_output()
833 long tell; in clnt_output() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp46 Offset = C.tell() + NewSet.Length; in extract()
83 if (C.tell() != Offset) in extract()
89 SetOffset, C.tell() - OffsetSize, Offset - OffsetSize)); in extract()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp555 auto tell = diag.tell(); in reportDuplicate() local
557 if (tell != diag.tell()) in reportDuplicate()
560 tell = diag.tell(); in reportDuplicate()
562 if (tell != diag.tell()) in reportDuplicate()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DIndexedMemProfData.cpp189 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV2()
204 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV2()
207 uint64_t CallStackPayloadOffset = OS.tell(); in writeMemProfV2()
230 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfRadixTreeBased()
252 uint64_t CallStackPayloadOffset = OS.tell(); in writeMemProfRadixTreeBased()
261 uint64_t RecordPayloadOffset = OS.tell(); in writeMemProfRadixTreeBased()
269 DataAccessProfOffset = OS.tell(); in writeMemProfRadixTreeBased()

12345678910>>...13