Home
last modified time | relevance | path

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

12345678

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h195 lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
224 size_t ExtractBytes(lldb::offset_t offset, lldb::offset_t length,
303 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
326 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData()
347 lldb::offset_t CopyData(lldb::offset_t offset, lldb::offset_t length,
385 lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
821 const uint8_t *PeekData(lldb::offset_t offset, lldb::offset_t length) const { in PeekData()
859 lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
884 lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
965 lldb::offset_t BytesLeft(lldb::offset_t offset) const { in BytesLeft()
[all …]
H A 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-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h28 lldb::offset_t data_offset,
30 lldb::offset_t offset, lldb::offset_t length);
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;
105 lldb::offset_t file_size = 0;
[all …]
H A DObjectContainerBSDArchive.cpp58 lldb::offset_t
60 lldb::offset_t offset) { in Extract()
148 lldb::offset_t offset = 0; in ParseObjects()
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()
369 lldb::offset_t file_offset, lldb::offset_t size) in ObjectContainerBSDArchive()
426 lldb::offset_t data_offset = object->file_offset; in GetObjectFile()
445 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp50 offset_t offset = 0) { in ReadInt32()
57 offset_t offset = 0) { in ReadInt64()
225 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length, in SetData()
661 size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length, in ExtractBytes()
680 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length, in CopyData()
691 lldb::offset_t
692 DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len, in CopyByteOrderedData()
816 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()
904 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset, in PutToLog()
911 offset_t offset; in PutToLog()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A 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;
H A 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-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A 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);
62 int8_t GetSignedInt8(lldb::SBError &error, lldb::offset_t offset);
64 int16_t GetSignedInt16(lldb::SBError &error, lldb::offset_t offset);
66 int32_t GetSignedInt32(lldb::SBError &error, lldb::offset_t offset);
68 int64_t GetSignedInt64(lldb::SBError &error, lldb::offset_t offset);
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp668 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
670 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
672 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
674 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
676 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
678 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
680 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
682 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
684 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
686 (lldb::SBError &, lldb::offset_t)); in RegisterMethods()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A 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);
H A 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-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A 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);
H A 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-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A 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()
210 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
211 lldb::offset_t offset = 0);
226 lldb::offset_t GetSectionData(DataExtractor &data);
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp28 const lldb::offset_t saved_offset = *offset; in GetMaxU64()
36 lldb::offset_t saved_offset = *offset; in GetMaxU64()
50 const lldb::offset_t saved_offset = *offset; 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()
223 lldb::offset_t *offset) { in Parse()
320 lldb::offset_t *offset) { in Parse()
401 lldb::offset_t *offset) { in Parse()
411 lldb::offset_t *offset) { in Parse()
[all …]
H A 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);
H A 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);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A 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-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A 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,
H A DObjectFileJIT.cpp67 lldb::offset_t data_offset, in CreateInstance()
69 lldb::offset_t file_offset, in CreateInstance()
70 lldb::offset_t length) { in CreateInstance()
87 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
88 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
232 lldb::offset_t section_offset, void *dst, in ReadSectionData()
234 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A 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-13.1/contrib/llvm-project/lldb/bindings/interface/
H A 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);
73 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset);
76 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset);
79 GetSignedInt32 (lldb::SBError& error, lldb::offset_t offset);
82 GetSignedInt64 (lldb::SBError& error, lldb::offset_t offset);
85 GetString (lldb::SBError& error, lldb::offset_t offset);
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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 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,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp33 lldb::offset_t file_offset, lldb::offset_t file_size, in CreateObjectFromContainer()
50 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin()
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()
241 lldb::offset_t data_offset) in ObjectFile()
457 size_t ObjectFile::GetData(lldb::offset_t offset, size_t length, in GetData()
464 size_t ObjectFile::CopyData(lldb::offset_t offset, size_t length, in CopyData()
[all …]

12345678