Home
last modified time | relevance | path

Searched refs:offset_t (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataExtractor.h220 lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
252 size_t ExtractBytes(lldb::offset_t offset, lldb::offset_t length,
340 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
365 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData()
388 lldb::offset_t CopyData(lldb::offset_t offset, lldb::offset_t length,
429 lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
929 const uint8_t *PeekData(lldb::offset_t offset, lldb::offset_t length) const { in PeekData()
971 lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
998 lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
1089 lldb::offset_t BytesLeft(lldb::offset_t offset) const { in BytesLeft()
[all …]
H A DDataBufferHeap.h53 DataBufferHeap(lldb::offset_t n, uint8_t ch);
64 DataBufferHeap(const void *src, lldb::offset_t src_len);
87 lldb::offset_t GetByteSize() const override;
104 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
117 void CopyData(const void *src, lldb::offset_t src_len);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h29 lldb::offset_t data_offset,
31 lldb::offset_t offset, lldb::offset_t length);
49 lldb::offset_t offset, lldb::offset_t length);
53 lldb::offset_t data_offset,
54 lldb::offset_t file_offset,
55 lldb::offset_t length,
88 lldb::offset_t Extract(const lldb_private::DataExtractor &data,
89 lldb::offset_t offset);
99 lldb::offset_t ar_file_size; // length of the object data
143 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
[all …]
H A DObjectContainerBSDArchive.cpp59 lldb::offset_t
61 lldb::offset_t offset) { in Extract()
149 lldb::offset_t offset = 0; in ParseObjects()
240 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, in ParseAndCacheArchiveForFile()
289 lldb::offset_t data_offset, const FileSpec *file, in CreateInstance()
290 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
319 lldb::offset_t archive_data_offset = 0; in CreateInstance()
372 lldb::offset_t file_offset, lldb::offset_t size) in ObjectContainerBSDArchive()
429 lldb::offset_t data_offset = object->ar_file_offset; in GetObjectFile()
451 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h68 DWARFUnit *dwarf_cu, lldb::offset_t data_offset,
69 lldb::offset_t data_length);
196 lldb::offset_t data_offset, lldb::offset_t data_length);
225 lldb::offset_t data_offset, lldb::offset_t data_length);
231 lldb::offset_t const_value_byte_size,
340 const lldb::offset_t length,
357 lldb::offset_t offset);
365 lldb::offset_t offset);
389 void DumpLocation(Stream *s, lldb::offset_t offset, lldb::offset_t length,
393 lldb::offset_t &offset, lldb::offset_t &len);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp51 offset_t offset = 0) { in ReadInt32()
58 offset_t offset = 0) { in ReadInt64()
250 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length, in SetData()
738 size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length, in ExtractBytes()
757 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length, in CopyData()
768 lldb::offset_t
769 DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len, in CopyByteOrderedData()
898 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()
1035 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset, in PutToLog()
1043 offset_t offset; in PutToLog()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBData.h41 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
43 double GetDouble(lldb::SBError &error, lldb::offset_t offset);
45 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
47 lldb::addr_t GetAddress(lldb::SBError &error, lldb::offset_t offset);
49 uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset);
51 uint16_t GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset);
57 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
59 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
61 int32_t GetSignedInt32(lldb::SBError &error, lldb::offset_t offset);
63 int64_t GetSignedInt64(lldb::SBError &error, lldb::offset_t offset);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h35 lldb::offset_t data_offset, const FileSpec *file,
36 lldb::offset_t file_offset, lldb::offset_t length);
45 lldb::offset_t data_offset,
46 lldb::offset_t file_offset,
47 lldb::offset_t length,
102 lldb::DataBufferSP &data_sp, lldb::offset_t data_offset,
103 const FileSpec *file, lldb::offset_t offset,
104 lldb::offset_t length, ArchSpec arch, UUID uuid);
H A DObjectFileBreakpad.cpp203 const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, in CreateInstance()
204 const FileSpec *file, offset_t file_offset, offset_t length) { in CreateInstance()
236 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
237 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
250 offset_t data_offset, in ObjectFileBreakpad()
251 const FileSpec *file, offset_t offset, in ObjectFileBreakpad()
252 offset_t length, ArchSpec arch, in ObjectFileBreakpad()
278 offset_t section_start; in CreateSections()
285 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h115 lldb::addr_t vm_size, lldb::offset_t file_offset,
116 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
126 lldb::addr_t vm_size, lldb::offset_t file_offset,
127 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
149 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
151 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset()
155 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize()
225 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
226 lldb::offset_t offset = 0);
243 lldb::offset_t GetSectionData(DataExtractor &data);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp30 const lldb::offset_t saved_offset = *offset; in GetMaxU64()
38 lldb::offset_t saved_offset = *offset; in GetMaxU64()
52 const lldb::offset_t saved_offset = *offset; in GetMaxS64()
60 lldb::offset_t saved_offset = *offset; in GetMaxS64()
102 lldb::offset_t offset = 0; in ParseHeaderExtension()
118 lldb::offset_t *offset) { in Parse()
227 lldb::offset_t *offset) { in Parse()
325 lldb::offset_t *offset) { in Parse()
408 lldb::offset_t *offset) { in Parse()
419 lldb::offset_t *offset) { in Parse()
[all …]
H A DELFHeader.h137 bool Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset);
201 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
234 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
283 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
317 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
343 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
386 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
H A DObjectFileELF.h46 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
76 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
77 lldb::offset_t file_offset, lldb::offset_t length);
85 lldb::offset_t data_offset,
86 lldb::offset_t file_offset,
87 lldb::offset_t length,
144 lldb::offset_t section_offset, void *dst,
165 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
166 lldb::offset_t offset, lldb::offset_t length);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h104 lldb::offset_t file_offset, lldb::offset_t length,
105 const lldb::DataBufferSP &data_sp, lldb::offset_t data_offset);
157 lldb::offset_t file_offset, lldb::offset_t file_size,
158 lldb::DataBufferSP &data_sp, lldb::offset_t &data_offset);
183 lldb::offset_t file_offset,
184 lldb::offset_t file_size,
189 lldb::offset_t data_offset,
190 lldb::offset_t file_offset,
191 lldb::offset_t file_size,
719 size_t GetData(lldb::offset_t offset, size_t length,
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h33 lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset,
34 lldb::offset_t length);
37 lldb::offset_t data_offset, lldb::offset_t file_offset,
38 lldb::offset_t length, ModuleSpecList &module_specs);
41 lldb::offset_t data_offset,
43 lldb::offset_t file_offset,
44 lldb::offset_t length);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h40 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
41 lldb::offset_t file_offset, lldb::offset_t length);
49 lldb::offset_t data_offset,
50 lldb::offset_t file_offset,
51 lldb::offset_t length,
83 lldb::offset_t section_offset, void *dst,
H A DObjectFileJIT.cpp64 lldb::offset_t data_offset, in CreateInstance()
66 lldb::offset_t file_offset, in CreateInstance()
67 lldb::offset_t length) { in CreateInstance()
84 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
85 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
230 lldb::offset_t section_offset, void *dst, in ReadSectionData()
232 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_send.h47 struct vnode *vp, offset_t *off);
49 struct file *fp, offset_t *off);
58 int outfd, struct vnode *vp, offset_t *off);
60 int outfd, struct file *fp, offset_t *off);
85 int dmu_recv_stream(dmu_recv_cookie_t *drc, struct vnode *vp, offset_t *voffp,
87 int dmu_recv_stream(dmu_recv_cookie_t *drc, struct file *fp, offset_t *voffp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h82 lldb::offset_t Read(const lldb_private::DataExtractor &data,
83 lldb::offset_t offset);
103 lldb::offset_t Read(lldb_private::DataExtractor &data,
104 lldb::offset_t offset) override;
107 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const;
151 lldb::offset_t *hash_data_offset_ptr, Pair &pair) const;
156 lldb::offset_t *hash_data_offset_ptr,
H A DDWARFDataExtractor.h22 DWARFDataExtractor(const DWARFDataExtractor &data, lldb::offset_t offset, in DWARFDataExtractor()
23 lldb::offset_t length) in DWARFDataExtractor()
26 uint64_t GetDWARFInitialLength(lldb::offset_t *offset_ptr) const;
28 dw_offset_t GetDWARFOffset(lldb::offset_t *offset_ptr) const;
H A DDWARFDebugRanges.cpp35 lldb::offset_t offset = 0; in Extract()
45 lldb::offset_t *offset_ptr, in Extract()
49 lldb::offset_t range_offset = *offset_ptr; in Extract()
82 lldb::offset_t *offset_ptr, in Dump()
138 lldb::offset_t *offset_ptr, std::vector<RngListEntry> &rangeList) { in ExtractRangeList()
207 lldb::offset_t offset = addr_base + index * index_size; in ReadAddressFromDebugAddrSection()
261 lldb::offset_t offset = 0; in Extract()
267 lldb::offset_t end = offset + length; in Extract()
285 lldb::offset_t listOffset = offset; in Extract()
H A DDWARFDebugMacro.h38 lldb::offset_t *offset);
45 lldb::offset_t *offset);
57 const bool offset_is_64_bit, lldb::offset_t *sect_offset,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp607 lldb::offset_t offset = 0; in GetDescription()
950 lldb::offset_t offset = 0; in GetLocation_DW_OP_addr()
987 lldb::offset_t offset = 0; in Update_DW_OP_addr()
1031 lldb::offset_t offset = 0; in ContainsThreadLocalStorage()
1070 lldb::offset_t offset = 0; in LinkThreadLocalStorage()
1222 lldb::offset_t offset = 0; in DumpLocationForAddress()
1223 lldb::offset_t length = 0; in DumpLocationForAddress()
3260 lldb::offset_t offset = 0; in PrintDWARFExpression()
3276 lldb::offset_t offset) { in PrintDWARFLocationList()
3335 lldb::offset_t op_offset; in MatchesOperand()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp32 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin()
208 lldb::offset_t file_offset, in GetModuleSpecifications()
209 lldb::offset_t file_size, in GetModuleSpecifications()
215 const lldb::offset_t actual_file_size = in GetModuleSpecifications()
232 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
233 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
261 lldb::offset_t file_offset, lldb::offset_t length, in ObjectFile()
263 lldb::offset_t data_offset) in ObjectFile()
477 size_t ObjectFile::GetData(lldb::offset_t offset, size_t length, in GetData()
484 size_t ObjectFile::CopyData(lldb::offset_t offset, size_t length, in CopyData()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBData.cpp112 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat()
129 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble()
147 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble()
165 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) { in GetAddress()
184 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt8()
256 int8_t SBData::GetSignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt8()
274 int16_t SBData::GetSignedInt16(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt16()
292 int32_t SBData::GetSignedInt32(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt32()
310 int64_t SBData::GetSignedInt64(lldb::SBError &error, lldb::offset_t offset) { in GetSignedInt64()
328 const char *SBData::GetString(lldb::SBError &error, lldb::offset_t offset) { in GetString()
[all …]

1234567