Lines Matching refs:offset
213 const u32 offset = ovi->file_pos.offset; in FSi_RegisterOverlayToDebugger() local
215 (void)FS_REGISTER_OVERLAY_INFO(proc, address, offset, length); in FSi_RegisterOverlayToDebugger()
273 FSiOverlayContext.ovt9.offset = (u32)~0; in FSi_InitOverlay()
275 FSiOverlayContext.ovt7.offset = (u32)~0; in FSi_InitOverlay()
280 FSiOverlayContext.ovt9.offset = 0; in FSi_InitOverlay()
282 FSiOverlayContext.ovt7.offset = 0; in FSi_InitOverlay()
375 if (pr->offset) in FS_LoadOverlayInfo()
381 MI_CpuCopy8((const void *)(pr->offset + pos), p_ovi, sizeof(FSOverlayInfoHeader)); in FS_LoadOverlayInfo()
387 p_ovi->file_pos.offset = FS_GetFileImageTop(file); in FS_LoadOverlayInfo()
405 if (FS_CreateFileFromRom(file, pr->offset + pos, pr->offset + pr->length)) in FS_LoadOverlayInfo()
418 p_ovi->file_pos.offset = FS_GetFileImageTop(file); in FS_LoadOverlayInfo()
513 if (pr->offset) in FS_LoadOverlayInfo()
517 MI_CpuCopy8((const void *)(pr->offset + pos), p_ovi, sizeof(FSOverlayInfoHeader)); in FS_LoadOverlayInfo()
524 p_ovi->file_pos.offset = FS_GetFileImageTop(file); in FS_LoadOverlayInfo()
537 FSi_ReadRomDirect((const void*)(pr->offset + pos), p_ovi, sizeof(FSOverlayInfoHeader)); in FS_LoadOverlayInfo()
566 FSi_ReadRomDirect((const void*)(fat->offset + pos), &fat_info, sizeof(FSArchiveFAT)); in FS_LoadOverlayImage()
927 pr->offset = (u32)ptr; in FS_AttachOverlayTable()