Searched refs:ldl (Results 1 – 16 of 16) sorted by relevance
/linux/arch/alpha/lib/ |
A D | ev6-copy_page.S | 70 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 …]
|
A D | callback_srm.S | 16 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/ |
A D | Makefile | 93 …lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -… 230 $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl 233 $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl 242 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty 245 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
|
/linux/tools/testing/selftests/x86/ |
A D | Makefile | 75 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm 78 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
|
/linux/tools/testing/selftests/vm/ |
A D | Makefile | 108 $(BINARIES_32): LDLIBS += -lrt -ldl -lm 116 $(BINARIES_64): LDLIBS += -lrt -ldl
|
/linux/tools/testing/selftests/capabilities/ |
A D | Makefile | 6 LDLIBS += -lcap-ng -lrt -ldl
|
/linux/tools/testing/selftests/timens/ |
A D | Makefile | 5 LDLIBS := -lrt -ldl
|
/linux/arch/powerpc/perf/ |
A D | hv-24x7.c | 299 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()
|
/linux/tools/bpf/bpftool/ |
A D | Makefile | 144 LIBS += -lbfd -ldl -lopcodes 146 LIBS += -lbfd -ldl -lopcodes -liberty 148 LIBS += -lbfd -ldl -lopcodes -liberty -lz
|
/linux/tools/testing/selftests/vDSO/ |
A D | Makefile | 17 LDFLAGS_vdso_test_correctness := -ldl
|
/linux/tools/perf/ |
A D | Makefile.config | 165 DWARFLIBS += -lelf -lebl -ldl -lz -llzma -lbz2 277 FEATURE_CHECK_LDFLAGS-disassembler-four-args = -lbfd -lopcodes -ldl 297 EXTLIBS = -lpthread -lrt -lm -ldl 761 EXTLIBS += -ldl 843 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -ldl 847 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -lz -ldl
|
/linux/tools/bpf/ |
A D | Makefile | 80 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $^ -lopcodes -lbfd -ldl
|
/linux/arch/alpha/kernel/ |
A D | entry.S | 462 ldl $3, TI_FLAGS($8) 494 ldl $17, TI_FLAGS($8)
|
/linux/arch/mips/cavium-octeon/ |
A D | octeon-memcpy.S | 85 #define LOADL ldl
|
/linux/arch/mips/lib/ |
A D | memcpy.S | 150 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler)
|
A D | csum_partial.S | 374 #define LOADL(reg, addr) EXC(ldl, LD_INSN, reg, addr)
|
Completed in 27 milliseconds