/external/lldb/include/lldb/Core/ |
DataExtractor.h | 89 DataExtractor (const void* data, lldb::offset_t data_length, lldb::ByteOrder byte_order, uint32_t addr_size); 133 DataExtractor (const DataExtractor& data, lldb::offset_t offset, lldb::offset_t length); 207 lldb::offset_t 209 lldb::offset_t offset, 210 lldb::offset_t length, 276 lldb::offset_t 278 lldb::offset_t offset, 303 DumpUUID (Stream *s, lldb::offset_t offset) const; 335 ExtractBytes (lldb::offset_t offset, lldb::offset_t length, lldb::ByteOrder dst_byte_order, void *dst) const [all...] |
DataBufferHeap.h | 53 DataBufferHeap (lldb::offset_t n, uint8_t ch); 64 DataBufferHeap (const void *src, lldb::offset_t src_len); 90 virtual lldb::offset_t 107 lldb::offset_t 108 SetByteSize (lldb::offset_t byte_size); 122 CopyData (const void *src, lldb::offset_t src_len);
|
DataBufferMemoryMap.h | 73 virtual lldb::offset_t 110 lldb::offset_t offset = 0, 111 lldb::offset_t length = SIZE_MAX, 139 lldb::offset_t offset, 140 lldb::offset_t length, 151 lldb::offset_t m_size; ///< The size of the data the user got when data was requested
|
DataBuffer.h | 87 virtual lldb::offset_t
|
/external/lldb/tools/debugserver/source/ |
DNBDataRef.h | 47 typedef uint32_t offset_t; typedef in class:DNBDataRef 59 offset_t BytesLeft (offset_t offset) const 61 const offset_t size = GetSize(); 67 bool ValidOffset(offset_t offset) const 71 bool ValidOffsetForDataOfSize(offset_t offset, uint32_t num_bytes) const 93 uint8_t Get8(offset_t *offset_ptr) const; 94 uint16_t Get16(offset_t *offset_ptr) const; 95 uint32_t Get32(offset_t *offset_ptr) const; 96 uint64_t Get64(offset_t *offset_ptr) const [all...] |
DNBDataRef.cpp | 65 DNBDataRef::Get8(offset_t *offset_ptr) const 81 DNBDataRef::Get16(offset_t *offset_ptr) const 103 DNBDataRef::Get32(offset_t *offset_ptr) const 124 DNBDataRef::Get64(offset_t *offset_ptr) const 148 DNBDataRef::GetMax32(offset_t *offset_ptr, uint32_t byte_size) const 170 DNBDataRef::GetMax64(offset_t *offset_ptr, uint32_t size) const 192 DNBDataRef::GetPointer(offset_t *offset_ptr) const 202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const 223 DNBDataRef::GetData(offset_t *offset_ptr, uint32_t length) const 239 DNBDataRef::Get_ULEB128 (offset_t *offset_ptr) cons [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFLocationList.h | 22 lldb::offset_t offset); 26 lldb::offset_t* offset_ptr, 31 lldb::offset_t offset);
|
DWARFDebugMacinfo.h | 25 lldb::offset_t offset = LLDB_INVALID_OFFSET);
|
DWARFDebugMacinfoEntry.h | 42 lldb::offset_t* offset_ptr);
|
DWARFDebugRanges.h | 29 static void Dump(lldb_private::Stream &s, const lldb_private::DataExtractor& debug_ranges_data, lldb::offset_t *offset_ptr, dw_addr_t cu_base_addr); 36 lldb::offset_t *offset_ptr,
|
DWARFDebugMacinfo.cpp | 29 DWARFDebugMacinfo::Dump(Stream *s, const DataExtractor& macinfo_data, lldb::offset_t offset)
|
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
ObjectContainerUniversalMachO.h | 40 lldb::offset_t data_offset, 42 lldb::offset_t offset, 43 lldb::offset_t length); 48 lldb::offset_t data_offset, 49 lldb::offset_t file_offset, 50 lldb::offset_t length, 61 lldb::offset_t data_offset, 63 lldb::offset_t offset, 64 lldb::offset_t length);
|
ObjectContainerUniversalMachO.cpp | 59 lldb::offset_t data_offset, 61 lldb::offset_t file_offset, 62 lldb::offset_t length 86 lldb::offset_t offset = 0; 95 lldb::offset_t data_offset, 97 lldb::offset_t file_offset, 98 lldb::offset_t length 131 lldb::offset_t offset = 0; 247 lldb::offset_t data_offset = 0; 279 lldb::offset_t data_offset [all...] |
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
ObjectContainerBSDArchive.h | 44 lldb::offset_t data_offset, 46 lldb::offset_t offset, 47 lldb::offset_t length); 52 lldb::offset_t data_offset, 53 lldb::offset_t file_offset, 54 lldb::offset_t length, 65 lldb::offset_t data_offset, 67 lldb::offset_t offset, 68 lldb::offset_t length); 107 lldb::offset_t [all...] |
ObjectContainerBSDArchive.cpp | 54 lldb::offset_t 55 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset) 110 lldb::offset_t file_offset, 130 lldb::offset_t offset = 0; 183 ObjectContainerBSDArchive::Archive::FindCachedArchive (const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset) 230 lldb::offset_t file_offset, 301 lldb::offset_t data_offset, 303 lldb::offset_t file_offset, 304 lldb::offset_t length) 326 lldb::offset_t archive_data_offset = 0 [all...] |
/external/lldb/include/lldb/Expression/ |
DWARFExpression.h | 62 lldb::offset_t data_offset, 63 lldb::offset_t data_length); 186 SetOpcodeData(const DataExtractor& data, lldb::offset_t data_offset, lldb::offset_t data_length); 214 lldb::offset_t data_offset, 215 lldb::offset_t data_length); 336 const lldb::offset_t offset, 337 const lldb::offset_t length, 399 lldb::offset_t offset, 400 lldb::offset_t length [all...] |
/external/lldb/include/lldb/API/ |
SBData.h | 52 GetFloat (lldb::SBError& error, lldb::offset_t offset); 55 GetDouble (lldb::SBError& error, lldb::offset_t offset); 58 GetLongDouble (lldb::SBError& error, lldb::offset_t offset); 61 GetAddress (lldb::SBError& error, lldb::offset_t offset); 64 GetUnsignedInt8 (lldb::SBError& error, lldb::offset_t offset); 67 GetUnsignedInt16 (lldb::SBError& error, lldb::offset_t offset); 70 GetUnsignedInt32 (lldb::SBError& error, lldb::offset_t offset); 73 GetUnsignedInt64 (lldb::SBError& error, lldb::offset_t offset); 76 GetSignedInt8 (lldb::SBError& error, lldb::offset_t offset); 79 GetSignedInt16 (lldb::SBError& error, lldb::offset_t offset) [all...] |
/external/lldb/include/lldb/ |
lldb-private-interfaces.h | 22 typedef ObjectContainer* (*ObjectContainerCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset, lldb::offset_t length); 23 typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, ModuleSpecList &module_specs); 24 typedef ObjectFile* (*ObjectFileCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length);
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
ObjectFileMachO.h | 47 lldb::offset_t data_offset, 49 lldb::offset_t file_offset, 50 lldb::offset_t length); 61 lldb::offset_t data_offset, 62 lldb::offset_t file_offset, 63 lldb::offset_t length, 76 lldb::offset_t data_offset, 78 lldb::offset_t offset, 79 lldb::offset_t length); 159 lldb::offset_t *data_offset_ptr [all...] |
/external/lldb/include/lldb/Symbol/ |
ObjectContainer.h | 52 lldb::offset_t file_offset, 53 lldb::offset_t length, 55 lldb::offset_t data_offset) :
|
ObjectFile.h | 92 lldb::offset_t file_offset, 93 lldb::offset_t length, 95 lldb::offset_t data_offset); 153 lldb::offset_t file_offset, 154 lldb::offset_t file_size, 156 lldb::offset_t &data_offset); 184 lldb::offset_t file_offset, 185 lldb::offset_t file_size, 191 lldb::offset_t data_offset, 192 lldb::offset_t file_offset [all...] |
/external/lldb/source/Plugins/ObjectFile/ELF/ |
ELFHeader.cpp | 29 lldb::offset_t *offset, 33 const lldb::offset_t saved_offset = *offset; 40 lldb::offset_t *offset, 45 lldb::offset_t saved_offset = *offset; 60 lldb::offset_t *offset, 64 const lldb::offset_t saved_offset = *offset; 71 lldb::offset_t *offset, 76 lldb::offset_t saved_offset = *offset; 108 ELFHeader::Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset) 201 lldb::offset_t *offset [all...] |
ELFHeader.h | 126 Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset); 184 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset); 219 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset); 272 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset); 311 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset); 339 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset); 398 Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
ObjectFilePECOFF.h | 40 lldb::offset_t data_offset, 42 lldb::offset_t offset, 43 lldb::offset_t length); 54 lldb::offset_t data_offset, 55 lldb::offset_t file_offset, 56 lldb::offset_t length, 65 lldb::offset_t data_offset, 67 lldb::offset_t file_offset, 68 lldb::offset_t length); 226 bool ParseCOFFHeader (lldb::offset_t *offset_ptr) [all...] |
/external/lldb/source/Core/ |
DataExtractor.cpp | 46 ReadInt16(const unsigned char* ptr, offset_t offset) 51 ReadInt32 (const unsigned char* ptr, offset_t offset) 57 ReadInt64(const unsigned char* ptr, offset_t offset) 80 ReadSwapInt16(const unsigned char* ptr, offset_t offset) 86 ReadSwapInt32 (const unsigned char* ptr, offset_t offset) 91 ReadSwapInt64(const unsigned char* ptr, offset_t offset) 130 DataExtractor::DataExtractor (const void* data, offset_t length, ByteOrder endian, uint32_t addr_size) : 163 DataExtractor::DataExtractor (const DataExtractor& data, offset_t offset, offset_t length) : 172 offset_t bytes_available = data.GetByteSize() - offset [all...] |