Home
last modified time | relevance | path

Searched full:tell (Results 1 – 25 of 1767) sorted by relevance

12345678910>>...71

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp96 uint64_t end = cursor.tell() + length; in parseAttributeList()
97 while ((pos = cursor.tell()) < end) { in parseAttributeList()
123 uint64_t end = cursor.tell() - sizeof(length) + length; in parseSubsection()
139 while (cursor.tell() < end) { in parseSubsection()
154 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
176 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
220 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
224 utohexstr(cursor.tell() - 4)); in parse()
/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()
163 size_t DataEnd = File.tell(); in layout()
166 DataEnd = File.tell(); in layout()
176 Result.Location.RVA = File.tell(); in layout()
209 DataEnd = File.tell(); in layout()
223 DataEnd.value_or(File.tell()) - Result.Location.RVA; in layout()
/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/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/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/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/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/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/spanish/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/tests/sys/kern/
H A Dpdeathsig.c190 /* tell B that we're ready for it to exit now */ in ATF_TC_BODY()
200 /* tell A the test passed */ in ATF_TC_BODY()
208 /* wait for C to tell us it is ready for us to exit */ in ATF_TC_BODY()
217 /* wait for C to tell us the test passed */ in ATF_TC_BODY()
276 /* tell A the test passed */ in ATF_TC_BODY()
303 /* tell B that we're ready for it to exit now */ in ATF_TC_BODY()
322 /* wait for D to tell us it is ready for us to exit */ in ATF_TC_BODY()
332 /* wait for C to tell us the test passed */ in ATF_TC_BODY()
/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/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp1 //===-- OProfileJITEventListener.cpp - Tell OProfile about JITted code ----===//
9 // This file defines a JITEventListener object that uses OProfileWrapper to tell
109 LLVM_DEBUG(dbgs() << "Failed to tell OProfile about native function " in notifyObjectLoaded()
132 LLVM_DEBUG(dbgs() << "Failed to tell OProfiler about debug object at [" in notifyObjectLoaded()
165 << "Failed to tell OProfile about unload of native function at " in notifyFreeingObject()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp57 [[nodiscard]] uint64_t tell() const { return OS.tell(); } in tell() function in llvm::ProfOStream
70 const uint64_t LastPos = FDOStream.tell(); in patch()
599 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV0()
610 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV0()
634 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV1()
645 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV1()
673 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV2()
688 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV2()
691 uint64_t CallStackPayloadOffset = OS.tell(); in writeMemProfV2()
721 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV3()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp188 uint64_t Start = W.OS.tell(); in writeHeader()
203 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64) in writeHeader()
224 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand()
254 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()
274 uint64_t Start = W.OS.tell(); in writeSection()
300 assert(W.OS.tell() - Start == in writeSection()
310 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand()
320 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command)); in writeSymtabLoadCommand()
333 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand()
357 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command)); in writeDysymtabLoadCommand()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h26 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
32 /// REFERENCE_ONLY - Tell this stream it should not manage the
90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
128 /// setStream - Tell the circular_raw_ostream to output a
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
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/share/man/man4/
H A Dng_pppoe.4100 Tell a nominated newly created hook that its session should enter
133 Tell a nominated newly created hook that its session should enter
147 Tell a nominated newly created hook that its session should enter
281 Tell a nominated hook with an active session to send a PADM message with
288 Tell a nominated hook with an active session to send a PADM message with
553 /* Tell session/hook to start up as a client */
/freebsd/contrib/ntp/sntp/libevent/
H A Devmap-internal.h53 event_base's list of events on a given file descriptor, and tell the
64 event_base's list of events on a given file descriptor, and tell the
93 /* Helper for event_reinit(): Tell the backend to re-add every fd and signal
/freebsd/contrib/libevent/
H A Devmap-internal.h53 event_base's list of events on a given file descriptor, and tell the
64 event_base's list of events on a given file descriptor, and tell the
93 /* Helper for event_reinit(): Tell the backend to re-add every fd and signal
/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/contrib/googletest/docs/
H A Dpkgconfig.md57 sourced it from a distro or other package manager. If so, you need to tell
123 order to use this in a cross-compilation setting, we need to tell pkg-config to
124 inject the actual sysroot into `-I` and `-L` variables. Let us now tell

12345678910>>...71