OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_IMAGE_SCN_CNT_CODE
(Results
1 - 15
of
15
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h
331
#define
EFI_IMAGE_SCN_CNT_CODE
0x00000020
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiImage.h
338
#define
EFI_IMAGE_SCN_CNT_CODE
0x00000020
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PeImage.h
304
#define
EFI_IMAGE_SCN_CNT_CODE
BIT5 ///< 0x00000020
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
PeImage.h
374
#define
EFI_IMAGE_SCN_CNT_CODE
BIT5 ///< 0x00000020
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
Image.c
281
if ((SectionHeader.Characteristics &
EFI_IMAGE_SCN_CNT_CODE
) == 0) {
[
all
...]
/external/syslinux/gpxe/src/util/
elf2efi.c
375
(
EFI_IMAGE_SCN_CNT_CODE
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c
597
EFI_IMAGE_SCN_CNT_CODE
[
all
...]
Elf64Convert.c
592
EFI_IMAGE_SCN_CNT_CODE
[
all
...]
GenFw.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c
265
if ((SectionHeader.Characteristics &
EFI_IMAGE_SCN_CNT_CODE
) == 0) {
[
all
...]
MemoryAttributesTable.c
[
all
...]
PiSmmIpl.c
877
if ((SectionHeader.Characteristics &
EFI_IMAGE_SCN_CNT_CODE
) == 0) {
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c
398
if ((SectionHeader.Characteristics &
EFI_IMAGE_SCN_CNT_CODE
) == 0) {
[
all
...]
Completed in 171 milliseconds