Lines Matching refs:data_offset
34 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in CreateObjectFromContainer() argument
41 module_sp, data_sp, data_offset, file, file_offset, file_size)); in CreateObjectFromContainer()
51 DataBufferSP &data_sp, lldb::offset_t &data_offset) { in FindPlugin() argument
72 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
83 data_offset = 0; in FindPlugin()
109 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
128 ObjectFileSP object_file_sp(callback(module_sp, data_sp, data_offset, in FindPlugin()
138 module_sp, file, file_offset, file_size, data_sp, data_offset); in FindPlugin()
210 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
221 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
231 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
241 lldb::offset_t data_offset) in ObjectFile() argument
251 m_data.SetData(data_sp, data_offset, length); in ObjectFile()