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

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DCompressSection.py19 import Section namespace
81 GenFdsGlobalVariable.GenerateSection(OutputFile, SectFiles, Section.Section.SectionType['COMPRESS'],
H A DUiSection.py18 import Section namespace
H A DVerSection.py19 import Section namespace
H A DDataSection.py18 import Section namespace
62 """Check Section file exist or not !"""
78 #Get PE Section alignment when align is set to AUTO
116 GenFdsGlobalVariable.GenerateSection(OutputFile, [self.SectFileName], Section.Section.SectionType.get(self.SecType))
H A DDepexSection.py18 import Section namespace
110 GenFdsGlobalVariable.GenerateSection(OutputFile, [InputFile], Section.Section.SectionType.get (SecType))
H A DEfiSection.py19 import Section namespace
94 FileList, IsSect = Section.Section.GetFileList(FfsInf, self.FileType, self.FileExtension, Dict)
100 """ If Section type is 'VERSION'"""
151 GenFdsGlobalVariable.VerboseLogger( "Optional Section don't exist!")
154 EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss Version Section value" %InfFileName)
163 # If Section Type is 'UI'
197 GenFdsGlobalVariable.VerboseLogger( "Optional Section don't exist!")
200 EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss UI Section value" %InfFileName)
213 GenFdsGlobalVariable.VerboseLogger( "Optional Section do
[all...]
H A DFvImageSection.py18 import Section namespace
57 FileList, IsSect = Section.Section.GetFileList(FfsInf, self.FvFileType, self.FvFileExtension)
H A DGuidSection.py18 import Section namespace
137 GenFdsGlobalVariable.VerboseLogger( "Use GenSection function Generate CRC32 Section")
138 GenFdsGlobalVariable.GenerateSection(OutputFile, SectFile, Section.Section.SectionType[self.SectionType], InputAlign=SectAlign)
219 # Call Gensection Add Section Header
227 GenFdsGlobalVariable.GenerateSection(OutputFile, [TempFile], Section.Section.SectionType['GUIDED'],
H A DOptRomInfStatement.py20 import Section namespace
128 OutputFileList, IsSect = Section.Section.GetFileList(self, '', Rule.FileExtension)
150 FileList, IsSect = Section.Section.GetFileList(self, '', Sect.FileExtension)
H A DSection.py27 class Section (SectionClassObject): class in inherits:SectionClassObject
114 if FileType in Section.SectFileType.keys() :
122 Suffix = Section.SectionType.get(FileType)
124 Suffix = Section.BinFileType.get(FileType)
H A DFfsInfStatement.py27 import Section namespace
496 FileList, IsSect = Section.Section.GetFileList(self, '', Rule.FileExtension)
501 # Convert Fv Section Type for PI1.1 SMM driver.
531 #Get PE Section alignment when align is set to AUTO
561 GenFdsGlobalVariable.GenerateSection(OutputFile, [File], Section.Section.SectionType[SectionType])
570 #Get PE Section alignment when align is set to AUTO
600 GenFdsGlobalVariable.GenerateSection(OutputFile, [GenSecInputFile], Section.Section
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDecClassObject.py33 Section = {TAB_UNKNOWN.upper() : MODEL_UNKNOWN, variable
113 self.RecordSet[Section[Key]] = []
191 Model = Section[CurrentSection.upper()]
241 Model = Section[CurrentSection.upper()]
372 RecordSet = self.RecordSet[Section[Type.upper()]]
H A DDscClassObject.py35 Section = {TAB_UNKNOWN.upper() : MODEL_UNKNOWN, variable
126 # self.RecordSet[Section[Key]] = []
921 SectionModel = Section[SectionName.upper()]
935 SectionModel = Section[SectionName.upper()]
1254 Model = Section[CurrentSection.upper()]
1354 Model = Section[Item[0].upper()]
H A DInfClassObject.py36 Section = {TAB_UNKNOWN.upper() : MODEL_UNKNOWN, variable
196 self.RecordSet[Section[Key]] = []
300 # @param Section The title of "Defines" section
303 def ParseDefines(self, InfFile, Section, Lines):
304 TokenList = Section.split(TAB_SPLIT)
306 RaiseParserError(Section, "Defines", InfFile, "[xx.yy.%s] format (with platform) is not supported")
380 Model = Section[CurrentSection.upper()]
434 Model = Section[CurrentSection.upper()]
1067 RecordSet = self.RecordSet[Section[Type.upper()]]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c147 IN CHAR8 *Section
159 Section Section to search for
177 assert (Section);
196 CurrentToken = strstr (InputBuffer, Section);
208 IN CHAR8 *Section,
222 Section The section to search for, a string within [].
233 EFI_NOT_FOUND Section/Token/Value not found.
249 Section == NULL ||
250 strlen (Section)
206 FindToken( IN MEMORY_FILE *InputFile, IN CHAR8 *Section, IN CHAR8 *Token, IN UINTN Instance, OUT CHAR8 *Value ) argument
[all...]
H A DBasePeCoff.c500 // a mulitple of Section Alignment). Per the PE/COFF specification, the
501 // section headers in the Section Table must appear in order of the RVA
504 // Section Table.
850 EFI_IMAGE_SECTION_HEADER *Section; local
971 Section = FirstSection;
977 Base = PeCoffLoaderImageAddress (ImageContext, Section->VirtualAddress);
980 Section->VirtualAddress + Section->Misc.VirtualSize - 1
1004 Size = (UINTN) Section->Misc.VirtualSize;
1005 if ((Size == 0) || (Size > Section
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c212 Add new section item into Section head.
214 @param Buffer Section item data buffer.
216 @param SectionHead Section item head entry.
219 @retval EFI_SUCCESS Section item is NULL or Section item is added.
298 Add new section entry and entry value into Section head.
300 @param Buffer Section entry data buffer.
302 @param SectionHead Section item head entry.
305 @retval EFI_SUCCESS Section entry is NULL or Section entr
437 FreeAllList( IN SECTION_ITEM *Section, IN COMMENT_LINE *Comment ) argument
485 UpdateGetProfileString( IN SECTION_ITEM *Section, IN UINT8 *SectionName, IN UINT8 *EntryName, OUT UINT8 **EntryValue ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DElTorito.h120 /// Initial/Default Entry or Section Entry
134 /// Section Header Entry
141 } Section; member in union:__anon11622
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/
H A DBasePeCoff.c52 SizeOfHeader, Section Data Region and Security Data Region be in PE image range.
380 SizeOfHeader, Section Data Region and Security Data Region be in PE image range.
618 // a multiple of Section Alignment). Per the PE/COFF specification, the
619 // section headers in the Section Table must appear in order of the RVA
622 // Section Table.
1010 EFI_IMAGE_SECTION_HEADER *Section; local
1140 Section = FirstSection;
1145 Size = (UINTN) Section->Misc.VirtualSize;
1146 if ((Size == 0) || (Size > Section->SizeOfRawData)) {
1147 Size = (UINTN) Section
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c152 EFI_COMMON_SECTION_HEADER *Section; local
169 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
170 DEBUG ((EFI_D_INFO, "Section->Type: 0x%x\n", Section->Type));
172 Size = SECTION_SIZE (Section);
173 if (Size < sizeof (*Section)) {
185 if (Section->Type == SectionType) {
186 *FoundSection = Section;
189 DEBUG ((EFI_D_INFO, "Section->Type (0x%x) != SectionType (0x%x)\n", Section
293 EFI_GUID_DEFINED_SECTION *Section; local
384 EFI_COMMON_SECTION_HEADER *Section; local
452 EFI_COMMON_SECTION_HEADER *Section; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c282 EFI_IMAGE_SECTION_HEADER *Section; local
523 Section = (EFI_IMAGE_SECTION_HEADER *) (
532 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
536 CopyMem (&SectionHeader[Pos], Section, sizeof(EFI_IMAGE_SECTION_HEADER));
537 Section += 1;
548 Section = (EFI_IMAGE_SECTION_HEADER *) &SectionHeader[Index];
549 if (Section->SizeOfRawData == 0) {
552 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData;
553 HashSize = (UINTN) Section->SizeOfRawData;
/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp49 ULONG Section; member in struct:_RTL_PROCESS_MODULE_INFORMATION
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffLib/
H A DBasePeCoff.c501 // a multiple of Section Alignment). Per the PE/COFF specification, the
502 // section headers in the Section Table must appear in order of the RVA
505 // Section Table.
889 EFI_IMAGE_SECTION_HEADER *Section; local
1024 Section = FirstSection;
1029 Size = (UINTN) Section->Misc.VirtualSize;
1030 if ((Size == 0) || (Size > Section->SizeOfRawData)) {
1031 Size = (UINTN) Section->SizeOfRawData;
1037 Base = PeCoffLoaderImageAddress (ImageContext, Section->VirtualAddress);
1040 Section
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c2 Section Extraction Protocol implementation.
116 @retval EFI_SUCCESS Section wase opened successfully.
118 @retval EFI_INVALID_PARAMETER Section stream does not end concident with end of
156 @retval EFI_SUCCESS Section was retrieved successfully
159 bit set, but there was no corresponding GUIDed Section
195 @retval EFI_SUCCESS Section stream was closed successfully.
197 @retval EFI_INVALID_PARAMETER Section stream does not end concident with end of
405 @retval EFI_SUCCESS Section wase opened successfully.
407 @retval EFI_INVALID_PARAMETER Section stream does not end concident with end of
1029 // Section strea
1236 EFI_COMMON_SECTION_HEADER *Section; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c2 Section Extraction Protocol implementation.
177 GUIDed Section Extraction
417 @retval EFI_INVALID_PARAMETER Section stream does not end concident with end
954 // Section stream may contain an array of zero or more bytes.
1136 @retval EFI_SUCCESS Section was retrieved successfully
1140 but there was no corresponding GUIDed Section
1179 EFI_COMMON_SECTION_HEADER *Section; local
1221 Section = (EFI_COMMON_SECTION_HEADER *) (ChildStreamNode->StreamBuffer + ChildNode->OffsetInStream);
1223 if (IS_SECTION2 (Section)) {
1224 ASSERT (SECTION2_SIZE (Section) >
[all...]

Completed in 108 milliseconds

12