HomeSort by relevance Sort by last modified time
    Searched refs:EFI_SECTION_TE (Results 1 - 25 of 26) sorted by null

1 2

  /external/u-boot/arch/x86/include/asm/fsp/
fsp_ffs.h 117 #define EFI_SECTION_TE 0x12
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
GetImage.c 61 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
GetImage.c 61 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
79 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
firmware_volume.py 23 EFI_SECTION_TE = 0x12
47 if type == EfiFileSection.EFI_SECTION_TE:
291 if (type == EfiFileSection.EFI_SECTION_TE) or (type == EfiFileSection.EFI_SECTION_PE32):
302 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
322 if debug_info[2] == EfiFileSection.EFI_SECTION_TE:
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiImageFormat.h 87 #define EFI_SECTION_TE 0x12
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
FindPeiCore.c 119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
BiosIdLib.c 78 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
96 ((SectionType == EFI_SECTION_TE) || (SectionType == EFI_SECTION_PE32))) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiFirmwareFile.h 210 #define EFI_SECTION_TE 0x12
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 118 %define EFI_SECTION_TE 0x12
143 cmp byte [eax + 3], EFI_SECTION_TE
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DebugAgentSymbolsBaseLib.c 197 if ((Section->Type == EFI_SECTION_PE32) || (Section->Type == EFI_SECTION_TE)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
PiFirmwareFile.h 139 #define EFI_SECTION_TE 0x12
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 63 "EFI_SECTION_TE", // 0x12
879 } else if (_stricmp (ParamSectionType, SectionTypeName[EFI_SECTION_TE]) == 0) {
880 SectionType = EFI_SECTION_TE;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
Image.c 572 SearchType1 = EFI_SECTION_TE;
576 SearchType2 = EFI_SECTION_TE;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 479 EFI_SECTION_TE,
652 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 57 "EFI_SECTION_TE", // 0x12
160 EFI_SECTION_PE32, EFI_SECTION_PIC, EFI_SECTION_TE,\n\
497 if (TempSectHeader.Type == EFI_SECTION_TE) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 333 if (TempSectHeader.Type == EFI_SECTION_TE) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 87 for (SectionType = EFI_SECTION_PE32; SectionType <= EFI_SECTION_TE; SectionType++) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 80 If SectionType is EFI_SECTION_TE, EFI_SECTION_TE is used as section type to start the search. If EFI_SECTION_TE section
157 if (EFI_ERROR (Status) && (SectionType == EFI_SECTION_TE)) {
191 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
334 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
459 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
523 If SectionType is EFI_SECTION_TE, and the search with an FFS file fails,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 400 EFI_SECTION_TE,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 664 "EFI_SECTION_TE",
    [all...]

Completed in 680 milliseconds

1 2