HomeSort by relevance Sort by last modified time
    Searched refs:CurrentFile (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 112 IN EFI_FFS_FILE_HEADER *CurrentFile,
125 CurrentFile Pointer to the current file, must be within the current FV.
160 if (CurrentFile == NULL) {
161 CurrentFile = (EFI_FFS_FILE_HEADER *) ((UINTN) mFvHeader + mFvHeader->HeaderLength);
166 Status = VerifyFfsFile (CurrentFile);
177 if ((UINTN) CurrentFile + GetFfsFileLength(CurrentFile) > (UINTN) mFvHeader + mFvLength) {
182 *NextFile = CurrentFile;
189 if (((UINTN) CurrentFile < (UINTN) mFvHeader + mFvHeader->HeaderLength) ||
190 ((UINTN) CurrentFile + GetFfsFileLength(CurrentFile) > (UINTN) mFvHeader + mFvLength)
    [all...]
FvLib.h 43 IN EFI_FFS_FILE_HEADER *CurrentFile,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c 118 IN EFI_FFS_FILE_HEADER *CurrentFile,
131 CurrentFile Pointer to the current file, must be within the current FV.
166 if (CurrentFile == NULL) {
167 CurrentFile = (EFI_FFS_FILE_HEADER *) ((UINTN) mFvHeader + mFvHeader->HeaderLength);
172 Status = VerifyFfsFile (CurrentFile);
183 if ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength) {
188 *NextFile = CurrentFile;
195 if (((UINTN) CurrentFile < (UINTN) mFvHeader + mFvHeader->HeaderLength) ||
196 ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader + mFvLength)
    [all...]
FvLib.h 47 IN EFI_FFS_FILE_HEADER *CurrentFile,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c     [all...]
  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 209 int CurrentFile() const {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 330 EFI_FFS_FILE_HEADER *CurrentFile;
344 Status = FvBufFindNextFile (Fv, &Key, (VOID **) &CurrentFile);
352 while (CurrentFile != NULL) {
361 Status = PrintFileInfo (Fv, CurrentFile, ErasePolarity);
369 Status = FvBufFindNextFile (Fv, &Key, (VOID **) &CurrentFile);
371 CurrentFile = NULL;
    [all...]

Completed in 426 milliseconds