Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/mpi_loader/
Dfsl_mpi_loader.c146 static void MPI_Relocate(uint32_t *vect, mpi_reloc_entry_t *entry) in MPI_Relocate() argument
152 srcAddr = ((uint32_t)vect) + entry->srcAddr; in MPI_Relocate()
173 static void MPI_HandleRelocTable(uint32_t *vect) in MPI_HandleRelocTable() argument
183 MPI_ASSERT(vect != NULL); in MPI_HandleRelocTable()
185 imageLen = vect[8]; in MPI_HandleRelocTable()
186 imageType = vect[9]; in MPI_HandleRelocTable()
196 relocTabEnd = vect[10]; in MPI_HandleRelocTable()
208 pRelocTab = (mpi_reloc_table_t *)(((uint32_t)vect) + relocTabEnd) - 1; in MPI_HandleRelocTable()
211 pRelocEntry = (mpi_reloc_entry_t *)(((uint32_t)vect) + pRelocTab->entriesOff); in MPI_HandleRelocTable()
214 MPI_Relocate(vect, pRelocEntry + i); in MPI_HandleRelocTable()