Home
last modified time | relevance | path

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

/linux/arch/alpha/lib/
H A 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 …]
H A Dcallback_srm.S16 ldl $4,alpha_using_srm
20 ldl $25,0($25) # Pick up the wrapper data.
40 ldl $4,alpha_using_srm
/linux/tools/build/feature/
H A DMakefile111 BUILD_BFD = $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl
113 $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -ldl -lz -llzma -lzstd \
181 # Must put -ldl after -lebl for dependency
182 DWARFLIBS += -ldl
289 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty
292 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty -lz
/linux/tools/testing/selftests/capabilities/
H A DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/linux/tools/testing/selftests/timens/
H A DMakefile5 LDLIBS := -lrt -ldl
/linux/tools/testing/selftests/x86/
H A DMakefile84 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $< $(EXTRA_FILES) -lrt -ldl -lm
87 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $< $(EXTRA_FILES) -lrt -ldl
/linux/arch/powerpc/perf/
H A Dhv-24x7.c287 unsigned int dl, ldl; in event_end() local
319 ldl = be16_to_cpu(*ldl_); in event_end()
320 if (ldl < 2) { in event_end()
322 __func__, ldl); in event_end()
326 if (start + nl + dl + ldl > end) { in event_end()
328 __func__, start, nl, dl, ldl, end); in event_end()
332 return start + nl + dl + ldl; in event_end()
/linux/tools/bpf/bpftool/
H A DMakefile199 LIBS += -lbfd -ldl -lopcodes
201 LIBS += -lbfd -ldl -lopcodes -liberty
203 LIBS += -lbfd -ldl -lopcodes -liberty -lz
/linux/tools/testing/selftests/vDSO/
H A DMakefile
/linux/tools/testing/selftests/mm/
H A DMakefile217 $(BINARIES_32): LDLIBS += -lrt -ldl -lm
226 $(BINARIES_64): LDLIBS += -lrt -ldl
/linux/tools/testing/selftests/rseq/
H A DMakefile15 LDLIBS += -lpthread -ldl
/linux/tools/bpf/
H A DMakefile78 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $^ -lopcodes -lbfd -ldl
/linux/tools/perf/
H A DMakefile.config182 # Must put -ldl after -lebl for dependency
183 DWARFLIBS += -ldl
353 EXTLIBS = -lpthread -lrt -lm -ldl
790 EXTLIBS += -ldl
/linux/arch/mips/cavium-octeon/
H A Docteon-memcpy.S85 #define LOADL ldl
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm319 LDLIBS += -ldl
/linux/arch/mips/lib/
H A Dcsum_partial.S374 #define LOADL(reg, addr) EXC(ldl, LD_INSN, reg, addr)