Searched refs:vect (Results 1 – 1 of 1) sorted by relevance
146 static void MPI_Relocate(uint32_t *vect, mpi_reloc_entry_t *entry) in MPI_Relocate() argument152 srcAddr = ((uint32_t)vect) + entry->srcAddr; in MPI_Relocate()173 static void MPI_HandleRelocTable(uint32_t *vect) in MPI_HandleRelocTable() argument183 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()