Searched refs:linker (Results 1 – 25 of 41) sorted by relevance
12
6 A linker list is constructed by grouping together linker input27 section and "_" for the variable, so that the linker cannot confuse37 The naming scheme for input sections allows grouping all linker lists38 into a single linker output section and grouping all entries for a52 Start and end symbols for the whole of the linker lists area can be102 The linker script uses alphabetic sorting to group the different linker104 alignment. But when the linker packs the structs together it cannot ensure105 that a linker list starts on the expected alignment boundary.113 With sandbox on x86_64, a reference to a linker list item using
155 the linker in a special section using the linker lists mechanism160 command array can be iterated over using the linker lists macros.162 The linker lists feature ensures that the linker does not discard
55 --- 7.9 Preprocessing linker scripts358 2) vmlinux linker script360 The linker script for vmlinux is located at863 It is also possible to specify additional options to the linker.979 It is also possible to specify additional options to the linker.1112 Flags used for all invocations of the linker.1127 the linker when linking the final vmlinux image.1229 used when linking modules. This is often a linker script.1391 options to the linker. The linker options are specified using the1438 7.9 Preprocessing linker scripts[all …]
57 The event type is decoded by the symbol used by U-Boot for the event linker
171 char *linker; member
3 At arch level: add linker flag -pie5 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 loop14 the linker file must be modified to include the .rel.dyn and .dynsym
73 /* Keep relocation-related symbols to make linker happy */
3 * U-Boot ARM EFI linker script
3 * U-Boot aarch64 EFI linker script
30 # Return y if the linker supports <flag>, n otherwise
3 * U-Boot riscv32 EFI linker script
3 * U-Boot riscv64 EFI linker script
3 * U-Boot EFI linker script
3 * Override linker script for fastboot-readable images
107 * __bss_base and __bss_limit are for linker only (overlay ordering)
25 -Wl,--no-dynamic-linker
101 * __bss_base and __bss_limit are for linker only (overlay ordering)
31 - modify the linker script to bring in a file with some info in it
137 * __bss_base and __bss_limit are for linker only (overlay ordering)
110 would be necessary to temporarily alter the linker script to place123 if one doesn't expect it, the linker script provides a link-time
214 * __bss_base and __bss_limit are for linker only (overlay ordering)
100 The TPL stage will usually require a different linker-script102 U-Boot stage. Set this to the path of the linker-script to106 fall back to the linker-script used for the SPL stage.
37 If you are using GCC 12 and you get compiler/linker errors, try to add the
240 print_str(">Linker", info->linker); in show_table()
Completed in 41 milliseconds