Home
last modified time | relevance | path

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

123

/u-boot/arch/nios2/
A Dconfig.mk12 LDFLAGS_FINAL += --gc-sections
13 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/u-boot/arch/xtensa/
A Dconfig.mk7 -ffunction-sections -fdata-sections
9 LDFLAGS_FINAL += --gc-sections
/u-boot/arch/m68k/
A Dconfig.mk10 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
12 LDFLAGS_FINAL += --gc-sections
/u-boot/arch/microblaze/
A Dconfig.mk12 PLATFORM_CPPFLAGS += -fdata-sections -ffunction-sections
14 LDFLAGS_FINAL += --gc-sections
/u-boot/arch/sh/
A Dconfig.mk12 PLATFORM_RELFLAGS += -fpic -ffunction-sections -fdata-sections
13 LDFLAGS_FINAL = --gc-sections
/u-boot/arch/arc/
A Dconfig.mk26 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
29 LDFLAGS_FINAL += -pie --gc-sections
/u-boot/arch/riscv/
A Dconfig.mk29 PLATFORM_RELFLAGS += -fno-common -gdwarf-2 -ffunction-sections \
30 -fdata-sections
31 LDFLAGS_u-boot += --gc-sections -static -pie
/u-boot/arch/mips/
A Dconfig.mk66 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
67 LDFLAGS_FINAL += --gc-sections
70 LDFLAGS_STANDALONE += --gc-sections
/u-boot/arch/powerpc/
A Dconfig.mk7 LDFLAGS_FINAL += --gc-sections
9 PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections \
10 -fdata-sections -mcall-linux
/u-boot/arch/arm/
A Dconfig.mk14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
17 LDFLAGS_FINAL += --gc-sections
18 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
/u-boot/arch/mips/cpu/
A Du-boot-spl.lds62 /* Stabs debugging sections. */
72 * DWARF debug sections.
73 * Symbols in the DWARF debugging sections are relative to
A Du-boot.lds82 /* Stabs debugging sections. */
92 * DWARF debug sections.
93 * Symbols in the DWARF debugging sections are relative to
/u-boot/arch/x86/
A Dconfig.mk30 PLATFORM_RELFLAGS += -fdata-sections -ffunction-sections -fvisibility=hidden
75 LDFLAGS_FINAL += --gc-sections $(if $(CONFIG_SPL_BUILD),,-pie)
/u-boot/arch/sandbox/lib/
A DMakefile8 obj-y += interrupts.o sections.o
/u-boot/lib/efi_loader/
A Defi_image_loader.c265 IMAGE_SECTION_HEADER *sections, **sorted; in efi_image_parse() local
351 sections = (void *)((uint8_t *)&nt->OptionalHeader + in efi_image_parse()
363 sorted[i] = &sections[i]; in efi_image_parse()
736 IMAGE_SECTION_HEADER *sections; in efi_load_pe() local
767 sections = (void *)&nt->OptionalHeader + in efi_load_pe()
770 if (efi_size < ((void *)sections + sizeof(sections[0]) * num_sections in efi_load_pe()
786 IMAGE_SECTION_HEADER *sec = &sections[i]; in efi_load_pe()
841 IMAGE_SECTION_HEADER *sec = &sections[i]; in efi_load_pe()
/u-boot/scripts/
A Dkernel-doc404 my %sections;
575 if (defined($sections{$name}) && ($sections{$name} ne "")) {
611 'sections' => \%sections,
1331 'sections' => \%sections,
1425 'sections' => \%sections,
1466 'sections' => \%sections,
1485 'sections' => \%sections,
1826 'sections' => \%sections,
1839 'sections' => \%sections,
1850 %sections = ();
[all …]
/u-boot/arch/nds32/
A Dconfig.mk18 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c45 Elf32_Half sections = be16_to_cpu(elf_hdr->e_shnum); in pfe_load_elf() local
51 debug("%s: no of sections: %d\n", __func__, sections); in pfe_load_elf()
77 for (section = 0; section < sections; section++, shdr++) { in pfe_load_elf()
/u-boot/doc/api/
A Dlinker_lists.rst7 sections, each containing one entry of the list. Each input section
9 content. Linker list input sections are constructed from the list
37 The naming scheme for input sections allows grouping all linker lists
43 these symbols to sections names with components "1" (before) and
60 Here is an example of the sorted sections which result from a list
79 Here is an example of the sections generated from a global list
/u-boot/arch/nios2/cpu/
A Du-boot.lds39 /* INIT DATA sections - "Small" data (see the gcc -G option)
40 * is always gp-relative. Here we make all init data sections
/u-boot/arch/powerpc/cpu/mpc86xx/
A Du-boot.lds11 /* Read-only sections, merged into text segment: */
/u-boot/arch/powerpc/cpu/mpc83xx/
A Du-boot.lds10 /* Read-only sections, merged into text segment: */
/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot-nand.lds23 /* Read-only sections, merged into text segment: */
/u-boot/test/py/
A Dmultiplexed_log.css9 * - colored bars beside/above log sections for easily parsed delineation.
/u-boot/doc/
A DREADME.fsl-trustzone-components9 mode. The following sections define how to turn on these features for

Completed in 26 milliseconds

123