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()
189 offset_t data_offset = 0; in IsObjectFile() local
193 data_sp, data_offset)); in IsObjectFile()
223 lldb::offset_t data_offset, lldb::offset_t file_offset, in GetModuleSpecifications() argument
234 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
244 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0) in GetModuleSpecifications()
253 lldb::DataBufferSP data_sp, lldb::offset_t data_offset) in ObjectFile() argument
263 m_data.SetData(data_sp, data_offset, length); in ObjectFile()