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

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

Completed in 812 milliseconds