Home
last modified time | relevance | path

Searched refs:_TypeName (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py830 _TypeName = { variable in Section
879 if m.Type in m._TypeName:
880 SectionInfo += "[SECTION:%s] offset=%x size=%x" % (m._TypeName[m.Type], m._OFF_, m.Size)
987 _TypeName = { variable in Ffs
1026 … (Ffs._TypeName[self.Type], self._OFF_, self.Size, self.Guid, self.FreeSpace, self.Alignment)
DReport.py242 FfsType = FfsObj._TypeName[FfsObj.Type]