Searched refs:sections (Results 1 – 25 of 53) sorted by relevance
123
/u-boot/arch/nios2/ |
A D | config.mk | 12 LDFLAGS_FINAL += --gc-sections 13 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
/u-boot/arch/xtensa/ |
A D | config.mk | 7 -ffunction-sections -fdata-sections 9 LDFLAGS_FINAL += --gc-sections
|
/u-boot/arch/m68k/ |
A D | config.mk | 10 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections 12 LDFLAGS_FINAL += --gc-sections
|
/u-boot/arch/microblaze/ |
A D | config.mk | 12 PLATFORM_CPPFLAGS += -fdata-sections -ffunction-sections 14 LDFLAGS_FINAL += --gc-sections
|
/u-boot/arch/sh/ |
A D | config.mk | 12 PLATFORM_RELFLAGS += -fpic -ffunction-sections -fdata-sections 13 LDFLAGS_FINAL = --gc-sections
|
/u-boot/arch/arc/ |
A D | config.mk | 26 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common 29 LDFLAGS_FINAL += -pie --gc-sections
|
/u-boot/arch/riscv/ |
A D | config.mk | 29 PLATFORM_RELFLAGS += -fno-common -gdwarf-2 -ffunction-sections \ 30 -fdata-sections 31 LDFLAGS_u-boot += --gc-sections -static -pie
|
/u-boot/arch/mips/ |
A D | config.mk | 66 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections 67 LDFLAGS_FINAL += --gc-sections 70 LDFLAGS_STANDALONE += --gc-sections
|
/u-boot/arch/powerpc/ |
A D | config.mk | 7 LDFLAGS_FINAL += --gc-sections 9 PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections \ 10 -fdata-sections -mcall-linux
|
/u-boot/arch/arm/ |
A D | config.mk | 14 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 D | u-boot-spl.lds | 62 /* Stabs debugging sections. */ 72 * DWARF debug sections. 73 * Symbols in the DWARF debugging sections are relative to
|
A D | u-boot.lds | 82 /* Stabs debugging sections. */ 92 * DWARF debug sections. 93 * Symbols in the DWARF debugging sections are relative to
|
/u-boot/arch/x86/ |
A D | config.mk | 30 PLATFORM_RELFLAGS += -fdata-sections -ffunction-sections -fvisibility=hidden 75 LDFLAGS_FINAL += --gc-sections $(if $(CONFIG_SPL_BUILD),,-pie)
|
/u-boot/arch/sandbox/lib/ |
A D | Makefile | 8 obj-y += interrupts.o sections.o
|
/u-boot/lib/efi_loader/ |
A D | efi_image_loader.c | 265 IMAGE_SECTION_HEADER *sections, **sorted; in efi_image_parse() local 351 sections = (void *)((uint8_t *)&nt->OptionalHeader + in efi_image_parse() 363 sorted[i] = §ions[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 = §ions[i]; in efi_load_pe() 841 IMAGE_SECTION_HEADER *sec = §ions[i]; in efi_load_pe()
|
/u-boot/scripts/ |
A D | kernel-doc | 404 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 D | config.mk | 18 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
|
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_firmware.c | 45 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 D | linker_lists.rst | 7 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 D | u-boot.lds | 39 /* 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 D | u-boot.lds | 11 /* Read-only sections, merged into text segment: */
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | u-boot.lds | 10 /* Read-only sections, merged into text segment: */
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | u-boot-nand.lds | 23 /* Read-only sections, merged into text segment: */
|
/u-boot/test/py/ |
A D | multiplexed_log.css | 9 * - colored bars beside/above log sections for easily parsed delineation.
|
/u-boot/doc/ |
A D | README.fsl-trustzone-components | 9 mode. The following sections define how to turn on these features for
|
Completed in 26 milliseconds
123