Home
last modified time | relevance | path

Searched refs:RawSection (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DDecParser.py814 RawSection = self._RawData.CurrentLine[1:-1].strip()
815 if RawSection.upper().startswith(DT.TAB_PCD_ERROR.upper()+'.'):
816 TokenSpaceGuidCName = RawSection.split(DT.TAB_PCD_ERROR+'.')[1].strip()
972 RawSection = self._RawData.CurrentLine[1:-1].strip().upper()
977 if RawSection.startswith(DT.TAB_DEC_DEFINES.upper()):
978 if RawSection != DT.TAB_DEC_DEFINES.upper():
983 if RawSection.startswith(DT.TAB_USER_EXTENSIONS.upper()):
988 for Item in GetSplitValueList(RawSection, DT.TAB_COMMA_SPLIT):
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiImageFormat.h276 EFI_RAW_SECTION *RawSection; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DPiFirmwareFile.h325 EFI_RAW_SECTION *RawSection; member