Lines Matching refs:offset_t
93 offset_t data_offset, const FileSpec *file, in CreateInstance()
94 offset_t file_offset, offset_t length) { in CreateInstance()
159 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
184 lldb::offset_t prev_offset = c.tell(); in DecodeNextSection()
209 lldb::offset_t offset = kWasmHeaderSize; in DecodeSections()
220 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
221 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
232 offset_t data_offset, const FileSpec *file, in ObjectFileWasm()
233 offset_t offset, offset_t length) in ObjectFileWasm()
303 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections()
390 DataExtractor ObjectFileWasm::ReadImageData(offset_t offset, uint32_t size) { in ReadImageData()