Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 48) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dconfig.py64 sections = config.sections()
65 if 'distutils' in sections:
73 if 'pypi' in sections:
95 elif 'server-login' in sections:
/device/google/contexthub/firmware/os/platform/native/
Dnative.mk20 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections -m32
21 FLAGS += -Wl,-T $(LKR) -Wl,--gc-sections
/device/google/contexthub/firmware/build/
Dcommon_config.mk29 -fdata-sections \
30 -ffunction-sections \
43 -Wl,--gc-sections \
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
DGenPatchPcdTable.py67 sections = []
86 sections.append(m.groups(0))
90 …bpcds.append((m.groups(0)[1], int(m.groups(0)[0], 16) , int(sections[-1][1], 16), sections[-1][0]))
99 for section in sections:
/device/google/contexthub/firmware/os/platform/stm32/
Dstm32.mk27 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections
28 FLAGS += -Wl,--gc-sections -nostartfiles
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.uni4 // DXE Services Library provides access data from sections of FFS files based on FV protocol.
22 … #language en-US "A DXE Services Library provides access data from sections of FFS files base…
DDxeServicesLib.inf4 # DXE Services Library provides access data from sections of FFS files based on FV protocol.
/device/google/contexthub/firmware/app/
Dapp.mk165 CFLAGS += -ffunction-sections
166 CFLAGS += -fdata-sections
174 LDFLAGS += -Wl,--gc-sections
/device/linaro/hikey/uefi-tools/
Dparse-platforms.py68 platforms = config.sections()
/device/linaro/bootloader/edk2/ArmPkg/Include/
DAsmMacroExport.inc6 ; This provides equivalent functionality to the compiler's --split-sections
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DReadMe.txt8 In your FDF FFS file rules sections add:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py77 L = cf.sections()
127 L = cf.sections()
187 self.assertEqual(cf.sections(), [],
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile263 CFLAGS += -ffunction-sections -fdata-sections \
267 LDFLAGS += --gc-sections
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DGccBase.lds44 * between these sections is the same in the ELF and the PE/COFF versions of
/device/google/accessory/demokit/hardware/eng/shield/
Dashield_gerb274x.cam3 Description[en]="<b>Generates Extended Gerber Format</b><p>\nThis CAM job consists of five sections
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEfiLoadFv.cmm80 ; loop through sections in file
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr31 …- ".trash" contains sections taht GCC simply feel like it MUST produce (link error otherwise) but …
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md76 The sections below provide the following details:
110 as described in the following sections.
436 BL3-1 zero-init sections (e.g. `.bss`) should not contain valid data on entry,
579 The following sections describe the framework which facilitates the
654 call handling functions are provided in the following sections.
1111 sections;
1116 corresponding sections need to be allocated and initialized at run-time.
1117 In the ELF terminology, they are called `NOBITS` sections.
1119 All PROGBITS sections are grouped together at the beginning of the image,
1120 followed by all NOBITS sections. This is true for all Trusted Firmware images
[all …]
Dchange-log.md116 the BL3-1/BL3-2 NOBITS sections on top of them has been added to the
210 overlaying the BL3-1/BL3-2 NOBITS sections on top of these at runtime.
376 * Started using the `-ffunction-sections`, `-fdata-sections` and
377 `--gc-sections` compiler/linker options to remove unused code and data
Dtrusted-board-boot.md210 described in the following sections.
229 detailed in the previous sections.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py606 sections = SECTION_TITLES.items()
607 sections.sort()
608 for section, title in sections:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py75 sections = []
94 sections.append(m.groups(0))
98 … varoffset.append((varname, int(m.groups(0)[0], 16) , int(sections[-1][1], 16), sections[-1][0]))
109 for section in sections:
/device/linaro/bootloader/edk2/AppPkg/
DAppPkg.dsc6 # See the comments in the [LibraryClasses.IA32] and [BuildOptions] sections
/device/linaro/bootloader/edk2/StdLib/
DStdLib.dsc5 # See the comments in the [LibraryClasses.IA32] and [BuildOptions] sections
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommonIpf.dsc23 # The info in this file is broken down into sections. The start of a section

12