Lines Matching refs:data_offset
38 DataBufferSP data_sp, lldb::offset_t &data_offset) { in CreateObjectFromContainer() argument
45 module_sp, data_sp, data_offset, file, file_offset, file_size)); in CreateObjectFromContainer()
55 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in FindPlugin() argument
76 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
87 data_offset = 0; in FindPlugin()
113 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
132 ObjectFileSP object_file_sp(callback(module_sp, data_sp, data_offset, in FindPlugin()
142 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
214 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
225 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
235 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
244 lldb::DataBufferSP data_sp, lldb::offset_t data_offset) in ObjectFile() argument
254 m_data.SetData(data_sp, data_offset, length); in ObjectFile()