Searched refs:LDFLAGS_vmlinux (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/arm/boot/compressed/
H A DMakefile113 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
116 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
119 LDFLAGS_vmlinux += --be8
122 LDFLAGS_vmlinux += --no-undefined
124 LDFLAGS_vmlinux += -X
127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
130 LDFLAGS_vmlinux += -T
/linux-master/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/linux-master/arch/hexagon/
H A DMakefile8 LDFLAGS_vmlinux += -G0
/linux-master/arch/x86/boot/compressed/
H A DMakefile69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
71 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
73 LDFLAGS_vmlinux += -z noexecstack
75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
80 LDFLAGS_vmlinux += -u efi_pe_entry
82 LDFLAGS_vmlinux += -T
/linux-master/arch/sh/boot/romimage/
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux-master/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux-master/arch/s390/boot/
H A DMakefile80 LDFLAGS_vmlinux-$(CONFIG_LD_ORPHAN_WARN) := --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
81 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-Map=$(obj)/vmlinux.map) --build-id=sha1 -T macro
85 LDFLAGS_vmlinux.syms := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup -T
/linux-master/scripts/
H A Dlink-vmlinux.sh33 LDFLAGS_vmlinux="$3"
86 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/linux-master/arch/sh/
H A 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-master/arch/arm64/
H A DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X macro
19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
/linux-master/arch/riscv/
H A DMakefile9 LDFLAGS_vmlinux := -z norelro macro
11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs
15 LDFLAGS_vmlinux += --no-relax
/linux-master/arch/x86/
H A DMakefile225 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
227 LDFLAGS_vmlinux := macro
236 LDFLAGS_vmlinux += -z max-page-size=0x200000
/linux-master/arch/sh/boot/compressed/
H A DMakefile33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux-master/arch/s390/
H A DMakefile19 LDFLAGS_vmlinux := -pie -z notext macro
22 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
/linux-master/arch/powerpc/
H A 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-master/arch/parisc/boot/compressed/
H A DMakefile26 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux-master/arch/loongarch/
H A DMakefile63 LDFLAGS_vmlinux += -static -n -nostdlib
110 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
/linux-master/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
15 LDFLAGS_vmlinux += --be8
/linux-master/
H A DMakefile532 LDFLAGS_vmlinux = macro
931 LDFLAGS_vmlinux += --gc-sections
1030 LDFLAGS_vmlinux += --build-id=sha1
1038 LDFLAGS_vmlinux += -X
1043 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1049 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1147 # LDFLAGS_vmlinux in the top Makefile defines linker flags for the top vmlinux,
1148 # not for decompressors. LDFLAGS_vmlinux in arch/*/boot/compressed/Makefile is
1151 # Export LDFLAGS_vmlinux only to scripts/Makefile.vmlinux.
1156 # vmlinux: private export LDFLAGS_vmlinux
1157 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux) macro
1158 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
[all...]
/linux-master/arch/mips/
H A DMakefile99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
104 LDFLAGS_vmlinux += --emit-relocs

Completed in 701 milliseconds