Searched defs:Sections (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c110 @param[in] Sections name of command's sub sections to find
122 IN CONST CHAR16 *Sections,
167 if (Sections == NULL) {
189 SectionName = StrStr(Sections, SectionName);
241 @param[in] Sections name of command's sub sections to find
254 IN CONST CHAR16 *Sections,
307 if (Sections == NULL) {
324 SectionName = StrStr(Sections, SectionName);
545 If Sections is specified, then each section name listed will be compared in a casesensitive
548 information will be returned. If Sections i
120 ManBufferFindSections( IN CONST CHAR16 *Buffer, IN CONST CHAR16 *Sections, IN CHAR16 **HelpText, IN UINTN *HelpSize ) argument
252 ManFileFindSections( IN SHELL_FILE_HANDLE Handle, IN CONST CHAR16 *Sections, OUT CHAR16 **HelpText, OUT UINTN *HelpSize, IN BOOLEAN Ascii ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c131 @param[in] Sections The sections to search
143 IN VOID *Sections,
158 EndOfSection = (EFI_PHYSICAL_ADDRESS)(UINTN) Sections;
142 FindFfsSectionInSections( IN VOID *Sections, IN UINTN SizeOfSections, IN EFI_SECTION_TYPE SectionType, OUT EFI_COMMON_SECTION_HEADER **FoundSection ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py250 if len(FfsPeiPriori.Sections) == 1:
251 Section = FfsPeiPriori.Sections.popitem()[1]
272 if len(FfsDxePriori.Sections) == 1:
273 Section = FfsDxePriori.Sections.popitem()[1]
354 for Section in Ffs.Sections.values():
362 for CompressSection in CompressSections.Sections:
369 for NewSection in NewSections.Sections:
418 for Section in Ffs.Sections.values():
425 for CompressSection in CompressSections.Sections:
431 for NewSection in NewSections.Sections
590 Sections = property(_GetSections) variable in class:CompressedImage
713 Sections = property(_GetSections) variable in class:GuidDefinedImage
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimagehlp.h234 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE
262 PIMAGE_SECTION_HEADER Sections; member in struct:_IMAGE_DEBUG_INFORMATION
H A Ddbghelp.h114 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimagehlp.h174 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE
202 PIMAGE_SECTION_HEADER Sections; member in struct:_IMAGE_DEBUG_INFORMATION
H A Ddbghelp.h54 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE

Completed in 62 milliseconds