OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFvLength
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c
26
UINT32
mFvLength
= 0;
63
mFvLength
= FvLength;
95
if (mFvHeader == NULL ||
mFvLength
== 0) {
106
*FvLength =
mFvLength
;
141
if (mFvHeader == NULL ||
mFvLength
== 0) {
177
if ((UINTN) CurrentFile + GetFfsFileLength(CurrentFile) > (UINTN) mFvHeader +
mFvLength
) {
190
((UINTN) CurrentFile + GetFfsFileLength(CurrentFile) > (UINTN) mFvHeader +
mFvLength
)
202
if (((UINTN) *NextFile + GetFfsHeaderLength(*NextFile) >= (UINTN) mFvHeader +
mFvLength
) ||
203
((UINTN) *NextFile + GetFfsFileLength (*NextFile) > (UINTN) mFvHeader +
mFvLength
)
254
if (mFvHeader == NULL ||
mFvLength
== 0) {
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
FvLib.c
33
UINT32
mFvLength
= 0;
70
mFvLength
= FvLength;
102
if (mFvHeader == NULL ||
mFvLength
== 0) {
147
if (mFvHeader == NULL ||
mFvLength
== 0) {
183
if ((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader +
mFvLength
) {
196
((UINTN) CurrentFile + GetLength (CurrentFile->Size) > (UINTN) mFvHeader +
mFvLength
)
208
if (((UINTN) *NextFile + sizeof (EFI_FFS_FILE_HEADER) >= (UINTN) mFvHeader +
mFvLength
) ||
209
((UINTN) *NextFile + GetLength ((*NextFile)->Size) > (UINTN) mFvHeader +
mFvLength
)
259
if (mFvHeader == NULL ||
mFvLength
== 0) {
340
if (mFvHeader == NULL ||
mFvLength
== 0) {
[
all
...]
Completed in 98 milliseconds