Lines Matching refs:offset
189 const u32 offset = ovi->file_pos.offset; in FSi_RegisterOverlayToDebugger() local
191 (void)FS_REGISTER_OVERLAY_INFO(proc, address, offset, length); in FSi_RegisterOverlayToDebugger()
249 FSiOverlayContext.ovt9.offset = (u32)~0; in FSi_InitOverlay()
251 FSiOverlayContext.ovt7.offset = (u32)~0; in FSi_InitOverlay()
256 FSiOverlayContext.ovt9.offset = 0; in FSi_InitOverlay()
258 FSiOverlayContext.ovt7.offset = 0; in FSi_InitOverlay()
351 if (pr->offset) in FS_LoadOverlayInfo()
357 MI_CpuCopy8((const void *)(pr->offset + pos), p_ovi, sizeof(FSOverlayInfoHeader)); in FS_LoadOverlayInfo()
363 p_ovi->file_pos.offset = FS_GetFileImageTop(file); in FS_LoadOverlayInfo()
381 if (FS_CreateFileFromRom(file, pr->offset + pos, pr->offset + pr->length)) in FS_LoadOverlayInfo()
394 p_ovi->file_pos.offset = FS_GetFileImageTop(file); in FS_LoadOverlayInfo()
489 if (pr->offset) in FS_LoadOverlayInfo()
493 MI_CpuCopy8((const void *)(pr->offset + pos), p_ovi, sizeof(FSOverlayInfoHeader)); in FS_LoadOverlayInfo()
500 p_ovi->file_pos.offset = FS_GetFileImageTop(file); in FS_LoadOverlayInfo()
513 FSi_ReadRomDirect((const void*)(pr->offset + pos), p_ovi, sizeof(FSOverlayInfoHeader)); in FS_LoadOverlayInfo()
542 FSi_ReadRomDirect((const void*)(fat->offset + pos), &fat_info, sizeof(FSArchiveFAT)); in FS_LoadOverlayImage()
903 pr->offset = (u32)ptr; in FS_AttachOverlayTable()