Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/mpi_loader/
Dfsl_mpi_loader.c179 uint32_t relocTabEnd; in MPI_HandleRelocTable() local
196 relocTabEnd = vect[10]; in MPI_HandleRelocTable()
201 relocTabEnd = imageLen; in MPI_HandleRelocTable()
205 relocTabEnd -= MPI_TZM_PRESET_SIZE; in MPI_HandleRelocTable()
208 pRelocTab = (mpi_reloc_table_t *)(((uint32_t)vect) + relocTabEnd) - 1; in MPI_HandleRelocTable()