Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/xtensa/
H A Dconfig.mk10 -ffunction-sections -fdata-sections
12 LDFLAGS_FINAL += --gc-sections
/rk3399_rockchip-uboot/arch/nios2/
H A Dconfig.mk18 LDFLAGS_FINAL += --gc-sections
19 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/rk3399_rockchip-uboot/arch/m68k/
H A Dconfig.mk16 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
18 LDFLAGS_FINAL += --gc-sections
/rk3399_rockchip-uboot/arch/powerpc/
H A Dconfig.mk13 LDFLAGS_FINAL += --gc-sections
15 PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections \
16 -fdata-sections -mcall-linux
/rk3399_rockchip-uboot/arch/mips/
H A Dconfig.mk67 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
68 LDFLAGS_FINAL += --gc-sections
/rk3399_rockchip-uboot/arch/arm/
H A Dconfig.mk16 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
19 LDFLAGS_FINAL += --gc-sections
20 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c81 IMAGE_SECTION_HEADER *sections; in efi_load_pe() local
114 sections = (void *)&nt->OptionalHeader + in efi_load_pe()
118 IMAGE_SECTION_HEADER *sec = &sections[i]; in efi_load_pe()
159 IMAGE_SECTION_HEADER *sec = &sections[i]; in efi_load_pe()
/rk3399_rockchip-uboot/scripts/
H A Dkernel-doc311 my %sections;
425 if (defined($sections{$name}) && ($sections{$name} ne "")) {
429 $sections{$name} = $contents;
452 'sections' => \%sections,
1769 'sections' => \%sections,
1809 'sections' => \%sections,
1837 'sections' => \%sections,
2060 if (!defined($sections{$section_return}) ||
2061 $sections{$section_return} eq "") {
2166 'sections' => \%sections,
[all …]
/rk3399_rockchip-uboot/arch/sh/
H A Dconfig.mk19 LDFLAGS_FINAL = --gc-sections
/rk3399_rockchip-uboot/arch/nds32/
H A Dconfig.mk22 LDFLAGS_u-boot = --gc-sections --relax -pie
/rk3399_rockchip-uboot/board/hisilicon/hikey/
H A DREADME164 INFO: hisi_mcu_load_image: mcu sections 0:
170 INFO: hisi_mcu_load_image: mcu sections 1:
176 INFO: hisi_mcu_load_image: mcu sections 2:
182 INFO: hisi_mcu_load_image: mcu sections 3:
188 INFO: hisi_mcu_load_image: mcu sections 4:
194 INFO: hisi_mcu_load_image: mcu sections 5:
200 INFO: hisi_mcu_load_image: mcu sections 6:
206 INFO: hisi_mcu_load_image: mcu sections 7:
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk32 PLATFORM_RELFLAGS += -ffunction-sections -fvisibility=hidden
80 LDFLAGS_FINAL += --gc-sections $(if $(CONFIG_SPL_BUILD),,-pie)
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Du-boot.lds40 /* INIT DATA sections - "Small" data (see the gcc -G option)
41 * is always gp-relative. Here we make all init data sections
/rk3399_rockchip-uboot/arch/sandbox/
H A Dconfig.mk26 $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot-spl.map -Wl,--gc-sections)
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Du-boot.lds11 /* Read-only sections, merged into text segment: */
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Du-boot.lds12 /* Read-only sections, merged into text segment: */
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds24 /* Read-only sections, merged into text segment: */
H A Du-boot.lds30 /* Read-only sections, merged into text segment: */
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.css10 * - colored bars beside/above log sections for easily parsed delineation.
/rk3399_rockchip-uboot/examples/api/
H A DMakefile53 cmd_link_demo = $(LD) --gc-sections -Ttext $(LOAD_ADDR) -o $@ $(filter-out $(PHONY), $^) $(PLATFORM…
/rk3399_rockchip-uboot/doc/
H A DREADME.fsl-trustzone-components9 mode. The following sections define how to turn on these features for
/rk3399_rockchip-uboot/arch/arm/mach-zynq/
H A Du-boot.lds121 * Zynq needs to discard these sections because the user
/rk3399_rockchip-uboot/board/cssi/MCR3000/
H A Du-boot.lds16 /* Read-only sections, merged into text segment: */
/rk3399_rockchip-uboot/arch/x86/lib/
H A DMakefile38 obj-y += sections.o
/rk3399_rockchip-uboot/arch/arm/lib/
H A DMakefile48 obj-y += sections.o

12