Home
last modified time | relevance | path

Searched refs:ldflags (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/nvdimm/
H A DKbuild2 ldflags-y += --wrap=ioremap_wc
3 ldflags-y += --wrap=memremap
4 ldflags-y += --wrap=devm_ioremap
5 ldflags-y += --wrap=devm_memremap
6 ldflags-y += --wrap=devm_memunmap
7 ldflags-y += --wrap=ioremap
8 ldflags-y += --wrap=iounmap
9 ldflags-y += --wrap=memunmap
10 ldflags-y += --wrap=__devm_request_region
11 ldflags-y += --wrap=__devm_release_region
[all …]
/linux/tools/testing/cxl/
H A DKbuild2 ldflags-y += --wrap=acpi_table_parse_cedt
3 ldflags-y += --wrap=is_acpi_device_node
4 ldflags-y += --wrap=acpi_evaluate_integer
5 ldflags-y += --wrap=acpi_pci_find_root
6 ldflags-y += --wrap=nvdimm_bus_register
7 ldflags-y += --wrap=cxl_await_media_ready
8 ldflags-y += --wrap=devm_cxl_add_rch_dport
9 ldflags-y += --wrap=cxl_endpoint_parse_cdat
10 ldflags-y += --wrap=cxl_dport_init_ras_reporting
11 ldflags-y += --wrap=devm_cxl_endpoint_decoders_setup
[all …]
/linux/scripts/
H A Dlink-vmlinux.sh55 local ldflags
83 ldflags="${CFLAGS_vmlinux}"
88 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
92 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}"
96 ldflags="${ldflags} ${wl}--strip-debug"
100 ldflags="${ldflags} ${wl}-Map=vmlinux.map"
103 ${ld} ${ldflags} -o ${output} \
H A DMakefile.build27 ldflags-y :=
/linux/arch/powerpc/kernel/vdso/
H A DMakefile48 ldflags-y := -Wl,--hash-style=both -nostdlib -shared -z noexecstack $(CLANG_FLAGS)
49 ldflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld)
50 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
53 ldflags-y += $(filter-out $(CC_AUTO_VAR_INIT_ZERO_ENABLER) $(CC_FLAGS_FTRACE) -Wa$(comma)%, $(KBUIL…
114 …cmd_vdso32ld_and_check = $(VDSOCC) $(ldflags-y) $(CC32FLAGS) $(LD32FLAGS) -o $@ -Wl,-T$(filter %.l…
121 …cmd_vdso64ld_and_check = $(VDSOCC) $(ldflags-y) $(LD64FLAGS) -o $@ -Wl,-T$(filter %.lds,$^) $(filt…
/linux/arch/arm/vdso/
H A DMakefile17 ldflags-$(CONFIG_CPU_ENDIAN_BE8) := --be8
18 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
19 -z max-page-size=4096 -shared $(ldflags-y) \
/linux/arch/arm64/kernel/vdso/
H A DMakefile24 ldflags-y := -shared -soname=linux-vdso.so.1 \
28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
31 ldflags-y += -T
/linux/arch/hexagon/
H A DMakefile24 ldflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION})
28 KBUILD_LDFLAGS += $(ldflags-y)
/linux/arch/arc/
H A DMakefile73 ldflags-$(CONFIG_CPU_BIG_ENDIAN) += -EB
83 KBUILD_LDFLAGS += $(ldflags-y)
/linux/arch/loongarch/vdso/
H A DMakefile43 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h122 u64 ldflags : 8; member
/linux/arch/mips/vdso/
H A DMakefile55 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
/linux/tools/perf/
H A DMakefile.config327 # Python 3.8 changed the output of `python-config --ldflags` to not include the
330 ifeq ($(shell $(PYTHON_CONFIG_SQ) --ldflags --embed 2>&1 1>/dev/null; echo $$?), 0)
331 PYTHON_CONFIG_LDFLAGS := --ldflags --embed
333 PYTHON_CONFIG_LDFLAGS := --ldflags
/linux/Documentation/kbuild/
H A Dmakefiles.rst321 ccflags-y, asflags-y and ldflags-y
345 ldflags-y specifies options for linking with $(LD).
350 ldflags-y += -T $(src)/decompress_$(arch-y).lds
1104 Note: ldflags-y can be used to further customise
/linux/tools/testing/selftests/bpf/
H A DMakefile190 LLVM_LDFLAGS += $(shell $(LLVM_CONFIG) --ldflags)