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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DGuidedSectionExtraction.c31 from EFI_GUID_DEFINED_SECTION header of InputSection is returned in SectionAttribute.
36 If SectionAttribute is NULL, then ASSERT().
44 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes
58 OUT UINT16 *SectionAttribute
64 ASSERT (SectionAttribute != NULL);
73 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->Attributes;
88 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION *) InputSection)->Attributes;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DExtractGuidedSectionLib.h38 from EFI_GUID_DEFINED_SECTION header of InputSection is returned in SectionAttribute.
43 If SectionAttribute is NULL, then ASSERT().
51 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes
65 OUT UINT16 *SectionAttribute
179 If SectionAttribute is NULL, then ASSERT().
186 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes field of
202 OUT UINT16 *SectionAttribute
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
H A DDxeCrc32GuidedSectionExtractLib.c48 @param SectionAttribute The attribute of the input guided section.
61 OUT UINT16 *SectionAttribute
76 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->Attributes;
91 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION *) InputSection)->Attributes;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtractGuidedSectionLib/
H A DDxeExtractGuidedSectionLib.c235 If SectionAttribute is NULL, then ASSERT().
242 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes field of
258 OUT UINT16 *SectionAttribute
267 ASSERT (SectionAttribute != NULL);
287 SectionAttribute
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.c241 If SectionAttribute is NULL, then ASSERT().
248 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes field of
264 OUT UINT16 *SectionAttribute
278 ASSERT (SectionAttribute != NULL);
307 SectionAttribute
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiExtractGuidedSectionLib/
H A DPeiExtractGuidedSectionLib.c266 If SectionAttribute is NULL, then ASSERT().
273 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes field of
289 OUT UINT16 *SectionAttribute
303 ASSERT (SectionAttribute != NULL);
332 SectionAttribute
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c415 UINT16 SectionAttribute; local
429 &SectionAttribute
447 if (((SectionAttribute & EFI_GUIDED_SECTION_PROCESSING_REQUIRED) != 0) && OutputBufferSize > 0) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c863 from EFI_GUID_DEFINED_SECTION header of InputSection is returned in SectionAttribute.
868 If SectionAttribute is NULL, then ASSERT().
876 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes
890 OUT UINT16 *SectionAttribute
894 ASSERT (SectionAttribute != NULL);
909 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->Attributes;
929 *SectionAttribute = ((EFI_GUID_DEFINED_SECTION *) InputSection)->Attributes;
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c296 UINT16 SectionAttribute; local
320 &SectionAttribute
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c1448 UINT16 SectionAttribute; local
1463 &SectionAttribute

Completed in 113 milliseconds