Lines Matching full:for
6 # Basic linker properties which should always be applied for a Zephyr build.
10 # Basic linker properties which should always be applied for a Zephyr build
14 # Base properties when building Zephyr for an embedded target (baremetal).
17 # Property for controlling linker reporting / handling when placing orphaned sections.
21 # coverage is a property holding the linker flag required for coverage support on the toolchain.
22 # For example, on ld/gcc this would be: -lgcov
23 # Set the property for the corresponding flags of the given toolchain.
26 # Linker flag for printing of memusage.
33 # Extra warnings options for twister run
36 # Linker flag for disabling position independent binaries,
37 # such as, "-no-pie" for LD, and "--no-pie" for LLD.
40 # Linker flag for doing partial linking
41 # such as, "-r" or "--relocatable" for LD and LLD.
44 # Linker flag for section sorting by alignment
47 # Linker flag for disabling relaxation of address optimization for jump calls.
50 # Linker flag for enabling relaxation of address optimization for jump calls.
53 # Linker flag for defining specs. Defined only by gcc, when gcc is used as
54 # front-end for ld.