OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionStreamLength
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SectionExtraction/
SectionExtraction.h
47
IN UINTN
SectionStreamLength
,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SectionExtraction.h
42
@param
SectionStreamLength
The size in bytes of the section stream.
52
of
SectionStreamLength
may be incorrect.
59
IN UINTN
SectionStreamLength
,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c
116
@param
SectionStreamLength
Size in bytes of the section stream.
131
IN UINTN
SectionStreamLength
,
266
@param
SectionStreamLength
The length of section stream
274
IN UINTN
SectionStreamLength
285
while (TotalLength <
SectionStreamLength
) {
293
if (TotalLength ==
SectionStreamLength
) {
317
@param
SectionStreamLength
Size in bytes of the section stream.
331
IN UINTN
SectionStreamLength
,
354
if (
SectionStreamLength
> 0) {
355
NewStream->StreamBuffer = AllocatePool (
SectionStreamLength
);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c
256
@param
SectionStreamLength
The length of section stream
264
IN UINTN
SectionStreamLength
275
while (TotalLength <
SectionStreamLength
) {
283
if (TotalLength ==
SectionStreamLength
) {
308
@param
SectionStreamLength
Size in bytes of the section stream.
340
IN UINTN
SectionStreamLength
,
363
if (
SectionStreamLength
> 0) {
364
NewStream->StreamBuffer = AllocatePool (
SectionStreamLength
);
372
CopyMem (NewStream->StreamBuffer, SectionStream,
SectionStreamLength
);
393
NewStream->StreamLength =
SectionStreamLength
;
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h
[
all
...]
Completed in 95 milliseconds