Home
last modified time | relevance | path

Searched refs:region_top (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_overlay.c737 const u32 region_top = (u32)FS_GetOverlayAddress(p_ovi); in FS_EndOverlay() local
738 const u32 region_bottom = region_top + FS_GetOverlayTotalSize(p_ovi); in FS_EndOverlay()
750 if (((obj == 0) && (dtor >= region_top) && (dtor < region_bottom)) || in FS_EndOverlay()
751 ((obj >= region_top) && (obj < region_bottom))) in FS_EndOverlay()