Home
last modified time | relevance | path

Searched refs:ldl (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/lib/
Dev6-copy_page.S70 ldl $31,0($17)
71 ldl $31,64($17)
75 ldl $31,128($17)
76 ldl $31,192($17)
80 ldl $31,256($17)
125 ldl $31,320($17)
163 ldl $31,320($17)
164 ldl $31,384($17)
165 ldl $31,448($17)
167 ldl $31,512($17)
[all …]
Dcallback_srm.S16 ldl $4,alpha_using_srm
20 ldl $25,0($25) # Pick up the wrapper data.
40 ldl $4,alpha_using_srm
/kernel/linux/linux-5.10/tools/build/feature/
DMakefile92 …lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -…
223 $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl
226 $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl
235 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty
238 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
DMakefile74 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
77 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
DMakefile101 $(BINARIES_32): LDLIBS += -lrt -ldl -lm
109 $(BINARIES_64): LDLIBS += -lrt -ldl
/kernel/linux/linux-5.10/tools/testing/selftests/timens/
DMakefile5 LDLIBS := -lrt -ldl
/kernel/linux/linux-5.10/tools/bpf/bpftool/
DMakefile108 LIBS += -lbfd -ldl -lopcodes
110 LIBS += -lbfd -ldl -lopcodes -liberty
112 LIBS += -lbfd -ldl -lopcodes -liberty -lz
/kernel/linux/linux-5.10/arch/powerpc/perf/
Dhv-24x7.c299 unsigned dl, ldl; in event_end() local
331 ldl = be16_to_cpu(*ldl_); in event_end()
332 if (ldl < 2) { in event_end()
334 __func__, ldl); in event_end()
338 if (start + nl + dl + ldl > end) { in event_end()
340 __func__, start, nl, dl, ldl, end); in event_end()
344 return start + nl + dl + ldl; in event_end()
/kernel/linux/linux-5.10/tools/lib/lockdep/
DMakefile105 …$(CC) $(LDFLAGS) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/l…
/kernel/linux/linux-5.10/tools/perf/
DMakefile.config159 DWARFLIBS += -lelf -lebl -ldl -lz -llzma -lbz2
265 FEATURE_CHECK_LDFLAGS-disassembler-four-args = -lbfd -lopcodes -ldl
285 EXTLIBS = -lpthread -lrt -lm -ldl
739 EXTLIBS += -ldl
819 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -ldl
823 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -lz -ldl
/kernel/linux/linux-5.10/tools/bpf/
DMakefile80 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $^ -lopcodes -lbfd -ldl
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dentry.S462 ldl $3, TI_FLAGS($8)
494 ldl $17, TI_FLAGS($8)
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Docteon-memcpy.S85 #define LOADL ldl
/kernel/linux/linux-5.10/arch/mips/lib/
Dmemcpy.S150 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler)
Dcsum_partial.S374 #define LOADL(reg, addr) EXC(ldl, LD_INSN, reg, addr)