Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/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)
/openbmc/linux/arch/powerpc/
H A DMakefile99 LDFLAGS_vmlinux-y := -Bstatic
100 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie
101 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
102 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/openbmc/linux/arch/riscv/
H A DMakefile9 LDFLAGS_vmlinux := -z norelro macro
11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs
15 LDFLAGS_vmlinux += --no-relax
/openbmc/linux/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
/openbmc/linux/scripts/
H A Dlink-vmlinux.sh33 LDFLAGS_vmlinux="$3"
86 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
/openbmc/linux/arch/hexagon/
H A DMakefile8 LDFLAGS_vmlinux += -G0
/openbmc/linux/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/openbmc/linux/arch/x86/
H A DMakefile226 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
228 LDFLAGS_vmlinux := macro
237 LDFLAGS_vmlinux += -z max-page-size=0x200000
/openbmc/linux/arch/loongarch/
H A DMakefile50 LDFLAGS_vmlinux += -static -n -nostdlib
83 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-r…
/openbmc/linux/arch/sh/boot/romimage/
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/openbmc/linux/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/openbmc/linux/arch/s390/boot/
H A DMakefile76 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-Map=$(obj)/vmlinux.ma… macro
80 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
/openbmc/linux/arch/sh/boot/compressed/
H A DMakefile32 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/openbmc/linux/arch/ia64/
H A DMakefile21 LDFLAGS_vmlinux := -static macro
/openbmc/linux/
H A DMakefile537 LDFLAGS_vmlinux = macro
940 LDFLAGS_vmlinux += --gc-sections
1034 LDFLAGS_vmlinux += --build-id=sha1
1042 LDFLAGS_vmlinux += -X
1047 LDFLAGS_vmlinux += $(call ld-option,--pack-dyn-relocs=relr,-z pack-relative-relocs)
1053 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
1161 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux)
1162 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
/openbmc/linux/arch/parisc/boot/compressed/
H A DMakefile26 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/openbmc/linux/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
15 LDFLAGS_vmlinux += --be8
/openbmc/linux/arch/s390/
H A DMakefile18 LDFLAGS_vmlinux := -pie macro
/openbmc/linux/arch/mips/
H A DMakefile99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
104 LDFLAGS_vmlinux += --emit-relocs
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst672 LDFLAGS_vmlinux += $(call ld-option, -X)
1074 LDFLAGS_vmlinux
1077 LDFLAGS_vmlinux is used to specify additional flags to pass to
1080 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.
1085 LDFLAGS_vmlinux := -e stext