OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentStream
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c
97
CORE_SECTION_STREAM_NODE *
ParentStream
;
567
GuidedHeader = (EFI_GUID_DEFINED_SECTION *) (Context->
ParentStream
->StreamBuffer + Context->ChildNode->OffsetInStream);
591
AuthenticationStatus |= Context->
ParentStream
->AuthenticationStatus & EFI_AUTH_STATUS_ALL;
597
AuthenticationStatus = Context->
ParentStream
->AuthenticationStatus;
620
@param
ParentStream
Indicates the parent of the ecnapsulation section (child)
626
IN CORE_SECTION_STREAM_NODE *
ParentStream
,
639
Context->
ParentStream
=
ParentStream
;
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c
107
FRAMEWORK_SECTION_STREAM_NODE *
ParentStream
;
627
(Context->
ParentStream
->StreamBuffer + Context->ChildNode->OffsetInStream);
645
AuthenticationStatus |= Context->
ParentStream
->AuthenticationStatus & EFI_AGGREGATE_AUTH_STATUS_ALL;
671
@param
ParentStream
Indicates the parent of the ecnapsulation section (child)
677
IN FRAMEWORK_SECTION_STREAM_NODE *
ParentStream
,
690
Context->
ParentStream
=
ParentStream
;
[
all
...]
/external/llvm/include/llvm/Support/
YAMLParser.h
510
Document(Stream &
ParentStream
);
Completed in 57 milliseconds