Home
last modified time | relevance | path

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

123456789

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h206 lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
235 size_t ExtractBytes(lldb::offset_t offset, lldb::offset_t length,
314 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
337 const void *GetData(lldb::offset_t *offset_ptr, lldb::offset_t length) const { in GetData()
358 lldb::offset_t CopyData(lldb::offset_t offset, lldb::offset_t length,
396 lldb::offset_t CopyByteOrderedData(lldb::offset_t src_offset,
832 const uint8_t *PeekData(lldb::offset_t offset, lldb::offset_t length) const { in PeekData()
868 lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
893 lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
974 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);
73 lldb::offset_t GetByteSize() const override;
88 lldb::offset_t SetByteSize(lldb::offset_t byte_size);
99 void CopyData(const void *src, lldb::offset_t src_len);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h32 lldb::offset_t data_offset,
34 lldb::offset_t offset, lldb::offset_t length,
53 lldb::offset_t offset, lldb::offset_t length);
57 lldb::offset_t data_offset,
58 lldb::offset_t file_offset,
59 lldb::offset_t length,
85 lldb::offset_t offset,
89 lldb::offset_t offset);
100 lldb::offset_t file_offset = 0;
103 lldb::offset_t file_size = 0;
[all …]
H A DObjectContainerBSDArchive.cpp221 const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, in ParseAndCacheArchiveForFile()
262 lldb::offset_t data_offset, const FileSpec *file, in CreateInstance()
263 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
291 lldb::offset_t archive_data_offset = 0; in CreateInstance()
355 lldb::offset_t file_offset, lldb::offset_t size, ArchiveType archive_type) in ObjectContainerBSDArchive()
408 lldb::offset_t file_offset = 0; in GetObjectFile()
409 lldb::offset_t file_size = object->size; in GetObjectFile()
416 lldb::offset_t data_offset = 0; in GetObjectFile()
421 lldb::offset_t data_offset = object->file_offset; in GetObjectFile()
433 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp51 offset_t offset = 0) { in ReadInt32()
58 offset_t offset = 0) { in ReadInt64()
224 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length, in SetData()
660 size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length, in ExtractBytes()
679 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length, in CopyData()
690 lldb::offset_t
691 DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len, in CopyByteOrderedData()
815 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr()
903 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset, in PutToLog()
910 offset_t offset; in PutToLog()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.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,
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;
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h22 lldb::offset_t data_offset,
24 lldb::offset_t offset, lldb::offset_t length);
44 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
45 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,
84 lldb::offset_t file_offset,
H A DObjectContainerMachOFileset.cpp38 lldb::offset_t data_offset, const lldb_private::FileSpec *file, in ObjectContainerMachOFileset()
39 lldb::offset_t offset, lldb::offset_t length) in ObjectContainerMachOFileset()
52 lldb::offset_t data_offset, const FileSpec *file, in CreateInstance()
53 lldb::offset_t file_offset, lldb::offset_t length) { in CreateInstance()
100 lldb::offset_t offset = 0; in ParseMachOHeader()
141 lldb::offset_t slide = 0; in ParseFileset()
143 const lldb::offset_t load_cmd_offset = offset; in ParseFileset()
175 lldb::offset_t file_offset, std::vector<Entry> &entries) { in ParseHeader()
222 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
254 lldb::offset_t offset = 0; in MagicBytesMatch()
[all …]
/freebsd-14.2/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,
93 lldb::offset_t data_offset, const FileSpec *file,
94 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()
162 offset_t data_offset, const FileSpec *file, in ObjectFilePDB()
163 offset_t offset, offset_t length) in ObjectFilePDB()
/freebsd-14.2/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,
97 lldb::DataBufferSP &data_sp, lldb::offset_t data_offset,
98 const FileSpec *file, lldb::offset_t offset,
99 lldb::offset_t length, ArchSpec arch, UUID uuid);
H A DObjectFileBreakpad.cpp61 const ModuleSP &module_sp, DataBufferSP data_sp, offset_t data_offset, in CreateInstance()
62 const FileSpec *file, offset_t file_offset, offset_t length) { in CreateInstance()
94 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
95 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
108 offset_t data_offset, in ObjectFileBreakpad()
109 const FileSpec *file, offset_t offset, in ObjectFileBreakpad()
110 offset_t length, ArchSpec arch, in ObjectFileBreakpad()
132 offset_t section_start; in CreateSections()
139 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h28 lldb::offset_t data_offset, const lldb_private::FileSpec *file, in ObjectFileCOFF()
29 lldb::offset_t file_offset, lldb::offset_t length) in ObjectFileCOFF()
46 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
47 lldb::offset_t file_offset, lldb::offset_t length);
56 lldb::offset_t data_offset,
57 lldb::offset_t file_offset,
58 lldb::offset_t length,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h119 lldb::addr_t vm_size, lldb::offset_t file_offset,
120 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
130 lldb::addr_t vm_size, lldb::offset_t file_offset,
131 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
154 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset()
156 void SetFileOffset(lldb::offset_t file_offset) { in SetFileOffset()
160 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize()
224 lldb::offset_t GetSectionData(void *dst, lldb::offset_t dst_len,
225 lldb::offset_t offset = 0);
240 lldb::offset_t GetSectionData(DataExtractor &data);
[all …]
/freebsd-14.2/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()
229 lldb::offset_t *offset) { in Parse()
326 lldb::offset_t *offset) { in Parse()
407 lldb::offset_t *offset) { in Parse()
417 lldb::offset_t *offset) { in Parse()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.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,
112 lldb::offset_t data_offset, const FileSpec *file,
113 lldb::offset_t offset, lldb::offset_t length, ArchSpec arch,
H A DObjectFileJSON.cpp40 offset_t data_offset, const FileSpec *file, in CreateInstance()
41 offset_t file_offset, offset_t length) { in CreateInstance()
105 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
106 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
149 offset_t data_offset, const FileSpec *file, in ObjectFileJSON()
150 offset_t offset, offset_t length, ArchSpec arch, in ObjectFileJSON()
198 lldb::offset_t offset = 0; in MagicBytesMatch()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.h42 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
43 lldb::offset_t offset, lldb::offset_t length);
51 lldb::offset_t data_offset,
52 lldb::offset_t file_offset,
53 lldb::offset_t length,
H A DObjectFileMinidump.cpp37 lldb::offset_t data_offset, const lldb_private::FileSpec *file, in CreateInstance()
38 lldb::offset_t offset, lldb::offset_t length) { in CreateInstance()
50 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
51 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h100 lldb::offset_t file_offset, lldb::offset_t length,
101 lldb::DataBufferSP data_sp, lldb::offset_t data_offset);
147 lldb::offset_t file_offset, lldb::offset_t file_size,
148 lldb::DataBufferSP &data_sp, lldb::offset_t &data_offset);
171 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset,
172 lldb::offset_t file_size, ModuleSpecList &specs,
177 lldb::offset_t data_offset,
178 lldb::offset_t file_offset,
179 lldb::offset_t file_size,
663 size_t GetData(lldb::offset_t offset, size_t length,
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h53 lldb::offset_t data_offset, const lldb_private::FileSpec *file,
54 lldb::offset_t file_offset, lldb::offset_t length);
62 lldb::offset_t data_offset,
63 lldb::offset_t file_offset,
64 lldb::offset_t length,
101 lldb::offset_t section_offset, void *dst,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h39 lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset,
40 lldb::offset_t length);
46 lldb::offset_t data_offset, lldb::offset_t file_offset,
47 lldb::offset_t length, ModuleSpecList &module_specs);
50 lldb::offset_t data_offset,
52 lldb::offset_t file_offset,
53 lldb::offset_t length);
/freebsd-14.2/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;
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp45 lldb::offset_t data_offset, in CreateInstance()
47 lldb::offset_t file_offset, in CreateInstance()
48 lldb::offset_t length) { in CreateInstance()
65 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications()
66 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
191 lldb::offset_t section_offset, void *dst, in ReadSectionData()
193 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData()

123456789