Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
DGenVtf.c698 IN OUT FIT_TABLE **FitTable in GetFitTableStartAddress() argument
740 *FitTable = (FIT_TABLE *) RelativeAddress; in GetFitTableStartAddress()
866 FIT_TABLE *FitTable; in SortFitTable() local
871 GetFitTableStartAddress (&FitTable); in SortFitTable()
872 TmpFitPtr = FitTable; in SortFitTable()
874 for (Index = 0; Index < FitTable->CompSize; Index++) { in SortFitTable()
880 qsort ((VOID *) FitTable, NumFitComponents, sizeof (FIT_TABLE), CompareItems); in SortFitTable()