Home
last modified time | relevance | path

Searched refs:LDFLAGS_vmlinux (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/arch/arm/boot/compressed/
DMakefile107 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
110 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
113 LDFLAGS_vmlinux += --be8
116 LDFLAGS_vmlinux += --no-undefined
118 LDFLAGS_vmlinux += -X
121 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
124 LDFLAGS_vmlinux += -T
/linux-6.12.1/arch/x86/boot/compressed/
DMakefile58 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
60 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
62 LDFLAGS_vmlinux += -z noexecstack
64 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
69 LDFLAGS_vmlinux += -u efi_pe_entry
71 LDFLAGS_vmlinux += -T
/linux-6.12.1/arch/s390/boot/
DMakefile67 LDFLAGS_vmlinux-$(CONFIG_LD_ORPHAN_WARN) := --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
68 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-… macro
72 LDFLAGS_vmlinux.syms := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup -T
/linux-6.12.1/arch/sh/
DMakefile103 LDFLAGS_vmlinux += -e _stext
107 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd)
111 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
/linux-6.12.1/arch/powerpc/
DMakefile110 LDFLAGS_vmlinux-y := -Bstatic
111 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
112 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
113 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/linux-6.12.1/arch/arm64/
DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X --pic-veneer macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/linux-6.12.1/arch/riscv/
DMakefile9 LDFLAGS_vmlinux := -z norelro macro
11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs
15 LDFLAGS_vmlinux += --no-relax
/linux-6.12.1/scripts/
Dlink-vmlinux.sh33 LDFLAGS_vmlinux="$3"
85 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/linux-6.12.1/arch/hexagon/
DMakefile8 LDFLAGS_vmlinux += -G0
/linux-6.12.1/arch/nios2/boot/compressed/
DMakefile11 LDFLAGS_vmlinux := -T macro
/linux-6.12.1/arch/x86/
DMakefile255 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
257 LDFLAGS_vmlinux := macro
266 LDFLAGS_vmlinux += -z max-page-size=0x200000
/linux-6.12.1/arch/sh/boot/romimage/
DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux-6.12.1/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux-6.12.1/arch/loongarch/
DMakefile66 LDFLAGS_vmlinux += -static -n -nostdlib
114 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-r…
/linux-6.12.1/arch/sh/boot/compressed/
DMakefile30 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux-6.12.1/
DMakefile525 LDFLAGS_vmlinux = macro
922 LDFLAGS_vmlinux += --gc-sections
1036 LDFLAGS_vmlinux += --build-id=sha1
1044 LDFLAGS_vmlinux += -X
1049 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1055 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1163 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1164 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
/linux-6.12.1/arch/arm/
DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
15 LDFLAGS_vmlinux += --be8
/linux-6.12.1/arch/parisc/boot/compressed/
DMakefile22 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux-6.12.1/arch/s390/
DMakefile18 LDFLAGS_vmlinux := -no-pie --emit-relocs --discard-none macro
/linux-6.12.1/arch/mips/
DMakefile99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
104 LDFLAGS_vmlinux += --emit-relocs
/linux-6.12.1/Documentation/kbuild/
Dmakefiles.rst672 LDFLAGS_vmlinux += $(call ld-option, -X)
1078 LDFLAGS_vmlinux
1081 LDFLAGS_vmlinux is used to specify additional flags to pass to
1084 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1089 LDFLAGS_vmlinux := -e stext