Searched refs:linker (Results 1 – 25 of 36) sorted by relevance
12
/u-boot/doc/api/ |
A D | linker_lists.rst | 6 A linker list is constructed by grouping together linker input 27 section and "_" for the variable, so that the linker cannot confuse 37 The naming scheme for input sections allows grouping all linker lists 38 into a single linker output section and grouping all entries for a 52 Start and end symbols for the whole of the linker lists area can be 102 The linker script uses alphabetic sorting to group the different linker 104 alignment. But when the linker packs the structs together it cannot ensure 105 that a linker list starts on the expected alignment boundary. 113 With sandbox on x86_64, a reference to a linker list item using
|
/u-boot/arch/x86/include/asm/arch-coreboot/ |
A D | sysinfo.h | 40 char *linker; member
|
/u-boot/doc/develop/ |
A D | commands.rst | 155 the linker in a special section using the linker lists mechanism 160 command array can be iterated over using the linker lists macros. 162 The linker lists feature ensures that the linker does not discard
|
/u-boot/scripts/ |
A D | Kconfig.include | 26 # Return y if the linker supports <flag>, n otherwise
|
/u-boot/board/synopsys/iot_devkit/ |
A D | u-boot.lds | 72 /* Keep relocation-related symbols to make linker happy */
|
/u-boot/arch/x86/lib/ |
A D | elf_x86_64_efi.lds | 3 * U-Boot EFI linker script
|
A D | elf_ia32_efi.lds | 3 * U-Boot EFI linker script
|
/u-boot/arch/arm/lib/ |
A D | elf_arm_efi.lds | 3 * U-Boot ARM EFI linker script
|
A D | elf_aarch64_efi.lds | 3 * U-Boot aarch64 EFI linker script
|
/u-boot/doc/ |
A D | README.arm-relocation | 3 At arch level: add linker flag -pie 5 This causes the linker to generate fixup tables .rel.dyn and .dynsym, 12 At cpu level: modify linker file and add a relocation and fixup loop 14 the linker file must be modified to include the .rel.dyn and .dynsym
|
/u-boot/arch/riscv/lib/ |
A D | elf_riscv32_efi.lds | 3 * U-Boot riscv32 EFI linker script
|
A D | elf_riscv64_efi.lds | 3 * U-Boot riscv64 EFI linker script
|
/u-boot/board/qualcomm/dragonboard410c/ |
A D | u-boot.lds | 3 * Override linker script for fastboot-readable images
|
/u-boot/board/qualcomm/dragonboard820c/ |
A D | u-boot.lds | 3 * Override linker script for fastboot-readable images
|
/u-boot/tools/binman/test/ |
A D | Makefile | 25 -Wl,--no-dynamic-linker
|
/u-boot/board/compulab/cm_t335/ |
A D | u-boot.lds | 84 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
/u-boot/board/cirrus/edb93xx/ |
A D | u-boot.lds | 87 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
/u-boot/arch/arm/mach-zynq/ |
A D | u-boot.lds | 107 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
/u-boot/board/vscom/baltos/ |
A D | u-boot.lds | 101 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
/u-boot/board/ti/am335x/ |
A D | u-boot.lds | 137 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
/u-boot/board/cadence/xtfpga/ |
A D | README | 110 would be necessary to temporarily alter the linker script to place 123 if one doesn't expect it, the linker script provides a link-time
|
/u-boot/arch/x86/cpu/coreboot/ |
A D | tables.c | 196 cb_parse_string(ptr, &info->linker); in cb_parse_header()
|
/u-boot/arch/ |
A D | Kconfig | 16 Force the each linker list to be aligned to this boundary. This 17 is required if ll_entry_get() is used, since otherwise the linker
|
/u-boot/arch/arm/cpu/ |
A D | u-boot.lds | 212 * __bss_base and __bss_limit are for linker only (overlay ordering)
|
/u-boot/ |
A D | Kconfig | 358 bool "Use a custom location for the U-Boot linker script" 362 for the ile "u-boot.lds" and use that as our linker. However, in 363 some cases we need to provide a different linker script. To do so, 371 Path within the source tree to the linker script to use for the
|
Completed in 21 milliseconds
12