Searched refs:pRelocTab (Results 1 – 1 of 1) sorted by relevance
180 mpi_reloc_table_t *pRelocTab; in MPI_HandleRelocTable() local208 pRelocTab = (mpi_reloc_table_t *)(((uint32_t)vect) + relocTabEnd) - 1; in MPI_HandleRelocTable()209 MPI_ASSERT(pRelocTab->marker == MPI_RELOC_MARKER); in MPI_HandleRelocTable()211 pRelocEntry = (mpi_reloc_entry_t *)(((uint32_t)vect) + pRelocTab->entriesOff); in MPI_HandleRelocTable()212 for (i = 0; i < pRelocTab->numberOfEntries; i++) in MPI_HandleRelocTable()