Searched refs:local_ptr (Results 1 – 1 of 1) sorted by relevance
215 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + boot_offset; in RemoteContentsPointerToLocal() local217 return reinterpret_cast<T*>(const_cast<uint8_t*>(local_ptr)); in RemoteContentsPointerToLocal()