Searched defs:Section (Results 26 - 41 of 41) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c616 @param Section From where to search.
630 IN EFI_COMMON_SECTION_HEADER *Section,
656 if (IS_SECTION2 (Section)) {
657 ASSERT (SECTION2_SIZE (Section) > 0x00FFFFFF);
660 SectionLength = SECTION2_SIZE (Section);
668 Section = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) Section + SectionLength);
673 if (Section->Type == SectionType) {
674 if (IS_SECTION2 (Section)) {
675 *OutputBuffer = (VOID *)((UINT8 *) Section
627 ProcessSection( IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_SECTION_TYPE SectionType, IN EFI_COMMON_SECTION_HEADER *Section, IN UINTN SectionSize, OUT VOID **OutputBuffer, IN BOOLEAN IsFfs3Fv ) argument
1473 EFI_COMMON_SECTION_HEADER *Section; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h124 EFI_COMMON_SECTION_HEADER* Section[CACHE_SETION_MAX_NUMBER]; member in struct:__anon10964
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c245 EFI_IMAGE_SECTION_HEADER *Section; local
426 Section = (EFI_IMAGE_SECTION_HEADER *) (
453 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
457 CopyMem (&SectionHeader[Pos], Section, sizeof (EFI_IMAGE_SECTION_HEADER));
458 Section += 1;
469 Section = &SectionHeader[Index];
470 if (Section->SizeOfRawData == 0) {
473 HashBase = mImageBase + Section->PointerToRawData;
474 HashSize = (UINTN) Section->SizeOfRawData;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c1081 EFI_RAW_SECTION* Section; local
1100 Status = FvBufFindSectionByType (File, EFI_SECTION_RAW, (VOID **)&Section);
1105 *RawData = (VOID*)(Section + 1);
1107 FvBufExpand3ByteSize (Section->Size) - sizeof (*Section);
1205 OUT VOID **Section
1220 Section - Output section pointer
1221 (Section == NULL) -> invalid parameter
1222 otherwise -> *Section will be update to the location of the file
1252 *Section
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp65 ULONG Section; member in struct:_RTL_PROCESS_MODULE_INFORMATION
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c65 // Section Description and their number of occurences in *.INF file
2189 CHAR8 Section[_MAX_PATH]; local
2277 if (fscanf (SourceFile, "%s | %s | %s | %s\n", Type, Address, Section, Token) == 4) {
2296 fprintf (DestFile, "%s | %s\n %s\n", Section, Token, BaseToken);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py635 class Section(object): class in class:TemplateString
725 # @retval list A list of TemplateString.Section objects
737 TemplateSection = TemplateString.Section(Template[SectionStart:], PlaceHolderList)
747 TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)
752 TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)
1536 # Read each Section Header
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c972 EFI_IMAGE_SECTION_HEADER *Section; local
1115 Section = (EFI_IMAGE_SECTION_HEADER *) (
1124 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
1128 CopyMem (&SectionHeader[Pos], Section, sizeof (EFI_IMAGE_SECTION_HEADER));
1129 Section += 1;
1140 Section = &SectionHeader[Index];
1141 if (Section->SizeOfRawData == 0) {
1144 HashBase = mImageBase + Section->PointerToRawData;
1145 HashSize = (UINTN) Section->SizeOfRawData;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py251 Section = FfsPeiPriori.Sections.popitem()[1]
252 if Section.Type == 0x19:
255 while len(Section) > Start:
256 Guid = GuidStruct.unpack_from(Section[Start : Start + 16])
273 Section = FfsDxePriori.Sections.popitem()[1]
274 if Section.Type == 0x19:
277 while len(Section) > Start:
278 Guid = GuidStruct.unpack_from(Section[Start : Start + 16])
354 for Section in Ffs.Sections.values():
356 if Section
829 class Section(Image): class in inherits:Image
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindns.h218 DWORD Section :2; member in struct:_DnsRecordFlags
H A Dsetupapi.h71 UINT Section; member in struct:_INFCONTEXT
H A Dwinnt.h2832 } Section; member in union:_IMAGE_AUX_SYMBOL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindns.h218 DWORD Section :2; member in struct:_DnsRecordFlags
H A Dsetupapi.h70 UINT Section; member in struct:_INFCONTEXT
H A Dwinnt.h3047 } Section; member in union:_IMAGE_AUX_SYMBOL
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h956 } Section; member in union:_IMAGE_AUX_SYMBOL
1021 } Section; member in union:_IMAGE_AUX_SYMBOL_EX

Completed in 175 milliseconds

12