Home
last modified time | relevance | path

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

1234567

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DDataExtractor.h87 DataExtractor(const void *data, lldb::offset_t data_length,
134 DataExtractor(const DataExtractor &data, lldb::offset_t offset,
135 lldb::offset_t length, uint32_t target_byte_size = 1);
195 lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
196 lldb::offset_t length, uint64_t base_addr,
224 size_t ExtractBytes(lldb::offset_t offset, lldb::offset_t length,
243 uint64_t GetAddress(lldb::offset_t *offset_ptr) const;
245 uint64_t GetAddress_unchecked(lldb::offset_t *offset_ptr) const;
280 const char *GetCStr(lldb::offset_t *offset_ptr) const;
303 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
[all …]
DDataBufferHeap.h46 DataBufferHeap(lldb::offset_t n, uint8_t ch);
55 DataBufferHeap(const void *src, lldb::offset_t src_len);
70 lldb::offset_t GetByteSize() const override;
85 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
96 void CopyData(const void *src, lldb::offset_t src_len);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DDataExtractor.cpp43 static inline uint16_t ReadInt16(const unsigned char *ptr, offset_t offset) { in ReadInt16()
50 offset_t offset = 0) { in ReadInt32()
57 offset_t offset = 0) { in ReadInt64()
70 offset_t offset) { in ReadSwapInt16()
77 offset_t offset) { in ReadSwapInt32()
84 offset_t offset) { in ReadSwapInt64()
128 DataExtractor::DataExtractor(const void *data, offset_t length, in DataExtractor()
157 DataExtractor::DataExtractor(const DataExtractor &data, offset_t offset, in DataExtractor()
158 offset_t length, uint32_t target_byte_size /*=1*/) in DataExtractor()
164 offset_t bytes_available = data.GetByteSize() - offset; in DataExtractor()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h28 lldb::offset_t data_offset,
30 lldb::offset_t offset, lldb::offset_t length);
45 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
46 lldb::offset_t offset, lldb::offset_t length);
50 lldb::offset_t data_offset,
51 lldb::offset_t file_offset,
52 lldb::offset_t length,
81 lldb::offset_t Extract(const lldb_private::DataExtractor &data,
82 lldb::offset_t offset);
102 lldb::offset_t file_offset = 0;
[all …]
DObjectContainerBSDArchive.cpp58 lldb::offset_t
60 lldb::offset_t offset) { in Extract()
138 lldb::offset_t file_offset, in Archive()
148 lldb::offset_t offset = 0; in ParseObjects()
199 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) { in FindCachedArchive()
239 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, in ParseAndCacheArchiveForFile()
288 lldb::offset_t data_offset, const FileSpec *file, in CreateInstance()
289 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
316 lldb::offset_t archive_data_offset = 0; in CreateInstance()
368 lldb::offset_t data_offset, const lldb_private::FileSpec *file, in ObjectContainerBSDArchive()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBData.h46 float GetFloat(lldb::SBError &error, lldb::offset_t offset);
48 double GetDouble(lldb::SBError &error, lldb::offset_t offset);
50 long double GetLongDouble(lldb::SBError &error, lldb::offset_t offset);
52 lldb::addr_t GetAddress(lldb::SBError &error, lldb::offset_t offset);
54 uint8_t GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset);
56 uint16_t GetUnsignedInt16(lldb::SBError &error, lldb::offset_t offset);
58 uint32_t GetUnsignedInt32(lldb::SBError &error, lldb::offset_t offset);
60 uint64_t GetUnsignedInt64(lldb::SBError &error, lldb::offset_t offset);
62 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
64 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h34 lldb::offset_t data_offset, const FileSpec *file,
35 lldb::offset_t file_offset, lldb::offset_t length);
44 lldb::offset_t data_offset,
45 lldb::offset_t file_offset,
46 lldb::offset_t length,
116 lldb::offset_t data_offset, const FileSpec *file,
117 lldb::offset_t offset, lldb::offset_t length);
124 bool DecodeNextSection(lldb::offset_t *offset_ptr);
129 DataExtractor ReadImageData(lldb::offset_t offset, uint32_t size);
132 lldb::offset_t offset;
DObjectFileWasm.cpp96 offset_t data_offset, const FileSpec *file, in CreateInstance()
97 offset_t file_offset, offset_t length) { in CreateInstance()
162 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
187 lldb::offset_t prev_offset = c.tell(); in DecodeNextSection()
212 lldb::offset_t offset = kWasmHeaderSize; in DecodeSections()
223 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
224 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
235 offset_t data_offset, const FileSpec *file, in ObjectFileWasm()
236 offset_t offset, offset_t length) in ObjectFileWasm()
306 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBData.cpp119 float SBData::GetFloat(lldb::SBError &error, lldb::offset_t offset) { in GetFloat()
120 LLDB_RECORD_METHOD(float, SBData, GetFloat, (lldb::SBError &, lldb::offset_t), in GetFloat()
135 double SBData::GetDouble(lldb::SBError &error, lldb::offset_t offset) { in GetDouble()
137 (lldb::SBError &, lldb::offset_t), error, offset); in GetDouble()
151 long double SBData::GetLongDouble(lldb::SBError &error, lldb::offset_t offset) { in GetLongDouble()
153 (lldb::SBError &, lldb::offset_t), error, offset); in GetLongDouble()
167 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) { in GetAddress()
169 (lldb::SBError &, lldb::offset_t), error, offset); in GetAddress()
183 uint8_t SBData::GetUnsignedInt8(lldb::SBError &error, lldb::offset_t offset) { in GetUnsignedInt8()
185 (lldb::SBError &, lldb::offset_t), error, offset); in GetUnsignedInt8()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DSection.h105 lldb::addr_t vm_size, lldb::offset_t file_offset,
106 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
116 lldb::addr_t vm_size, lldb::offset_t file_offset,
117 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
140 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
142 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset()
146 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize()
148 void SetFileSize(lldb::offset_t file_size) { m_file_size = file_size; } in SetFileSize()
210 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
211 lldb::offset_t offset = 0);
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h31 lldb::offset_t data_offset, const FileSpec *file,
32 lldb::offset_t file_offset, lldb::offset_t length);
41 lldb::offset_t data_offset,
42 lldb::offset_t file_offset,
43 lldb::offset_t length,
99 lldb::DataBufferSP &data_sp, lldb::offset_t data_offset,
100 const FileSpec *file, lldb::offset_t offset,
101 lldb::offset_t length, ArchSpec arch, UUID uuid);
DObjectFileBreakpad.cpp65 const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, in CreateInstance()
66 const FileSpec *file, offset_t file_offset, offset_t length) { in CreateInstance()
98 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
99 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
112 offset_t data_offset, in ObjectFileBreakpad()
113 const FileSpec *file, offset_t offset, in ObjectFileBreakpad()
114 offset_t length, ArchSpec arch, in ObjectFileBreakpad()
135 offset_t section_start; in CreateSections()
142 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.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,
95 lldb::offset_t data_offset, const FileSpec *file,
96 lldb::offset_t offset, lldb::offset_t length);
DObjectFilePDB.cpp96 offset_t data_offset, const FileSpec *file, in CreateInstance()
97 offset_t file_offset, offset_t length) { in CreateInstance()
113 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
164 offset_t data_offset, const FileSpec *file, in ObjectFilePDB()
165 offset_t offset, offset_t length) in ObjectFilePDB()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp26 lldb::offset_t *offset, uint64_t *value, in GetMaxU64()
28 const lldb::offset_t saved_offset = *offset; in GetMaxU64()
34 lldb::offset_t *offset, uint64_t *value, in GetMaxU64()
36 lldb::offset_t saved_offset = *offset; in GetMaxU64()
48 lldb::offset_t *offset, int64_t *value, in GetMaxS64()
50 const lldb::offset_t saved_offset = *offset; in GetMaxS64()
56 lldb::offset_t *offset, int64_t *value, in GetMaxS64()
58 lldb::offset_t saved_offset = *offset; in GetMaxS64()
99 lldb::offset_t offset = 0; in ParseHeaderExtension()
115 lldb::offset_t *offset) { in Parse()
[all …]
DObjectFileELF.h45 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
70 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
71 lldb::offset_t file_offset, lldb::offset_t length);
79 lldb::offset_t data_offset,
80 lldb::offset_t file_offset,
81 lldb::offset_t length,
143 lldb::offset_t section_offset, void *dst,
164 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
165 lldb::offset_t offset, lldb::offset_t length);
DELFHeader.h128 bool Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset);
187 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
219 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
267 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
300 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
325 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
367 bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h116 lldb::offset_t file_offset, lldb::offset_t length,
117 const lldb::DataBufferSP &data_sp, lldb::offset_t data_offset);
163 lldb::offset_t file_offset, lldb::offset_t file_size,
164 lldb::DataBufferSP &data_sp, lldb::offset_t &data_offset);
187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset,
188 lldb::offset_t file_size, ModuleSpecList &specs,
193 lldb::offset_t data_offset,
194 lldb::offset_t file_offset,
195 lldb::offset_t file_size,
635 size_t GetData(lldb::offset_t offset, size_t length,
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h41 lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset,
42 lldb::offset_t length);
45 lldb::offset_t data_offset, lldb::offset_t file_offset,
46 lldb::offset_t length, ModuleSpecList &module_specs);
49 lldb::offset_t data_offset,
51 lldb::offset_t file_offset,
52 lldb::offset_t length);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h35 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
36 lldb::offset_t file_offset, lldb::offset_t length);
44 lldb::offset_t data_offset,
45 lldb::offset_t file_offset,
46 lldb::offset_t length,
83 lldb::offset_t section_offset, void *dst,
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBData.i49 GetFloat (lldb::SBError& error, lldb::offset_t offset);
52 GetDouble (lldb::SBError& error, lldb::offset_t offset);
55 GetLongDouble (lldb::SBError& error, lldb::offset_t offset);
58 GetAddress (lldb::SBError& error, lldb::offset_t offset);
61 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset);
64 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset);
67 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset);
70 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset);
73 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
76 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
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-stable/contrib/llvm-project/lldb/source/Symbol/
DObjectFile.cpp33 lldb::offset_t file_offset, lldb::offset_t file_size, in CreateObjectFromContainer()
34 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in CreateObjectFromContainer()
50 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin()
51 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in FindPlugin()
184 lldb::offset_t file_offset, in GetModuleSpecifications()
185 lldb::offset_t file_size, in GetModuleSpecifications()
193 const lldb::offset_t actual_file_size = in GetModuleSpecifications()
210 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
211 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
239 lldb::offset_t file_offset, lldb::offset_t length, in ObjectFile()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h92 lldb::offset_t Read(const lldb_private::DataExtractor &data,
93 lldb::offset_t offset);
113 lldb::offset_t Read(lldb_private::DataExtractor &data,
114 lldb::offset_t offset) override;
117 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const;
162 lldb::offset_t *hash_data_offset_ptr, Pair &pair) const;
167 lldb::offset_t *hash_data_offset_ptr,
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;

1234567