Home
last modified time | relevance | path

Searched refs:MemoryMapFileContents (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/Host/
DFileSpec.h497 MemoryMapFileContents (off_t offset = 0, size_t length = SIZE_MAX) const;
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp325 DataBufferSP archive_data_sp (file->MemoryMapFileContents(file_offset, length)); in CreateInstance()
531 DataBufferSP data_sp (file.MemoryMapFileContents(file_offset, file_size)); in GetModuleSpecifications()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp186 data_sp = file->MemoryMapFileContents(file_offset, length); in CreateInstance()
197 data_sp = file->MemoryMapFileContents(file_offset, length); in CreateInstance()
341 data_sp = file.MemoryMapFileContents (file_offset, section_header_end); in GetModuleSpecifications()
356 data_sp = file.MemoryMapFileContents (file_offset, SIZE_MAX); in GetModuleSpecifications()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp160 data_sp = file->MemoryMapFileContents(file_offset, length); in CreateInstance()
168 data_sp = file->MemoryMapFileContents(file_offset, length); in CreateInstance()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp462 data_sp = file->MemoryMapFileContents(file_offset, length); in CreateInstance()
471 data_sp = file->MemoryMapFileContents(file_offset, length); in CreateInstance()
1890 …dsc_data_sp = dsc_filespec.MemoryMapFileContents(0, sizeof(struct lldb_copy_dyld_cache_header_v1)); in ParseSymtab()
1944 …DataBufferSP dsc_mapping_info_data_sp = dsc_filespec.MemoryMapFileContents(mappingOffset, sizeof (… in ParseSymtab()
1961 …if (DataBufferSP dsc_local_symbols_data_sp = dsc_filespec.MemoryMapFileContents(localSymbolsOffset… in ParseSymtab()
/external/lldb/source/Host/common/
DFileSpec.cpp763 FileSpec::MemoryMapFileContents(off_t file_offset, size_t file_size) const in MemoryMapFileContents() function in FileSpec