Searched refs:mFvLength (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c33 UINT32 mFvLength = 0; variable
70 mFvLength = FvLength;
102 if (mFvHeader == NULL || mFvLength == 0) {
113 *FvLength = mFvLength;
148 if (mFvHeader == NULL || mFvLength == 0) {
184 if ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength) {
197 ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength)
209 if (((UINTN) *NextFile + sizeof (EFI_FFS_FILE_HEADER) >= (UINTN) mFvHeader + mFvLength) ||
210 ((UINTN) *NextFile + GetLength ((*NextFile)->Size) > (UINTN) mFvHeader + mFvLength)
261 if (mFvHeader == NULL || mFvLength
[all...]

Completed in 41 milliseconds