Home
last modified time | relevance | path

Searched refs:AR (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/arch/unicore32/lib/
DMakefile25 $(Q)$(AR) p $(GNU_LIBC_A) $(notdir $@) > $@
28 $(Q)$(AR) p $(GNU_LIBGCC_A) $(notdir $@) > $@
/Linux-v4.19/arch/s390/boot/
DMakefile42 quiet_cmd_ar = AR $@
43 cmd_ar = rm -f $@; $(AR) rcsTP$(KBUILD_ARFLAGS) $@ $(filter $(OBJECTS), $^)
/Linux-v4.19/tools/lib/subcmd/
DMakefile14 AR ?= $(CROSS_COMPILE)ar macro
55 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SUBCMD_IN)
/Linux-v4.19/tools/lib/api/
DMakefile13 AR ?= $(CROSS_COMPILE)ar macro
59 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN)
/Linux-v4.19/tools/power/cpupower/
DMakefile107 AR = $(CROSS)ar macro
119 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/Linux-v4.19/tools/lib/lockdep/
DMakefile20 $(call allow-override,AR,$(CROSS_COMPILE)ar)
109 $(RM) $@; $(AR) rcs $@ $^)
/Linux-v4.19/drivers/rtc/
Drtc-at91sam9.c165 alarm = rtt_readl(rtc, AR); in at91_rtc_settime()
178 rtt_writel(rtc, AR, alarm); in at91_rtc_settime()
191 u32 alarm = rtt_readl(rtc, AR); in at91_rtc_readalarm()
236 rtt_writel(rtc, AR, ALARM_DISABLED); in at91_rtc_setalarm()
241 rtt_writel(rtc, AR, secs - offset); in at91_rtc_setalarm()
/Linux-v4.19/scripts/
Dlink-vmlinux.sh58 info AR built-in.a
60 ${AR} rcsTP${KBUILD_ARFLAGS} built-in.a \
DMakefile.build443 quiet_cmd_ar_builtin = AR $@
445 $(AR) rcSTP$(KBUILD_ARFLAGS) $@ $(filter $(real-obj-y), $^)
470 quiet_cmd_link_l_target = AR $@
473 cmd_link_l_target = rm -f $@; $(AR) rcsTP$(KBUILD_ARFLAGS) $@ $(lib-y)
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c149 AR, "Action required: data load in error recoverable area of kernel",
154 AR, "Action required: data load error in a user process",
159 AR, "Action required: instruction fetch error in a user process",
/Linux-v4.19/kernel/debug/kdb/
Dkdb_support.c42 if (KDB_DEBUG(AR)) in kdbgetsymval()
48 if (KDB_DEBUG(AR)) in kdbgetsymval()
54 if (KDB_DEBUG(AR)) in kdbgetsymval()
90 if (KDB_DEBUG(AR)) in kdbnearsym()
150 if (KDB_DEBUG(AR)) in kdbnearsym()
/Linux-v4.19/drivers/video/fbdev/via/
Dviamode.h31 unsigned char AR[StdAR]; member
/Linux-v4.19/tools/build/tests/ex/
DMakefile5 export AR := ar macro
/Linux-v4.19/tools/lib/bpf/
DMakefile30 $(call allow-override,AR,$(CROSS_COMPILE)ar)
175 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
/Linux-v4.19/Documentation/devicetree/bindings/mips/
Dath79-soc.txt3 Each device tree must specify a compatible value for the AR SoC
/Linux-v4.19/lib/raid6/test/
DMakefile12 AR = ar macro
70 $(AR) cq $@ $^
/Linux-v4.19/tools/testing/selftests/kvm/
DMakefile39 $(AR) crs $@ $^
/Linux-v4.19/tools/lib/traceevent/
DMakefile26 $(call allow-override,AR,$(CROSS_COMPILE)ar)
182 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
/Linux-v4.19/tools/objtool/
DMakefile14 AR = ar macro
/Linux-v4.19/tools/scripts/
DMakefile.include58 $(call allow-override,AR,$(CROSS_COMPILE)ar)
/Linux-v4.19/tools/build/
DMakefile.build84 $(LD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(AR) rcs $@)
/Linux-v4.19/tools/perf/
DMakefile.perf194 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK
636 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBPERF_IN) $(LIB_OBJS)
/Linux-v4.19/arch/powerpc/boot/
DMakefile31 BOOTAR := $(AR)
/Linux-v4.19/
DMakefile375 AR = $(CROSS_COMPILE)ar macro
435 export CPP AR NM STRIP OBJCOPY OBJDUMP KBUILD_HOSTLDFLAGS KBUILD_HOSTLDLIBS
/Linux-v4.19/Documentation/kbuild/
Dmakefiles.txt156 "$(AR) rcSTP" to merge these files into one built-in.a file.
161 built-in.a with "${AR} rcsTP", which creates the thin archive
935 KBUILD_ARFLAGS Options for $(AR) when creating archives
938 mode) if this option is supported by $(AR).

12