Lines Matching refs:offset_t
96 offset_t data_offset, const FileSpec *file, in CreateInstance()
97 offset_t file_offset, offset_t length) { in CreateInstance()
162 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
187 lldb::offset_t prev_offset = c.tell(); in DecodeNextSection()
212 lldb::offset_t offset = kWasmHeaderSize; in DecodeSections()
223 const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, in GetModuleSpecifications()
224 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
235 offset_t data_offset, const FileSpec *file, in ObjectFileWasm()
236 offset_t offset, offset_t length) in ObjectFileWasm()
306 offset_t file_offset = sect_info.offset & 0xffffffff; in CreateSections()
393 DataExtractor ObjectFileWasm::ReadImageData(offset_t offset, uint32_t size) { in ReadImageData()