Searched refs:ldl (Results 1 – 18 of 18) sorted by relevance
/linux-6.6.21/arch/alpha/lib/ |
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 …]
|
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-6.6.21/tools/testing/selftests/x86/ |
D | Makefile | 75 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm 78 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
|
/linux-6.6.21/tools/testing/selftests/capabilities/ |
D | Makefile | 6 LDLIBS += -lcap-ng -lrt -ldl
|
/linux-6.6.21/tools/testing/selftests/timens/ |
D | Makefile | 5 LDLIBS := -lrt -ldl
|
/linux-6.6.21/tools/build/feature/ |
D | Makefile | 89 BUILD_BFD = $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl 90 …lslang $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma -lzstd -… 262 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty 265 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
|
/linux-6.6.21/tools/testing/selftests/mm/ |
D | Makefile | 140 $(BINARIES_32): LDLIBS += -lrt -ldl -lm 148 $(BINARIES_64): LDLIBS += -lrt -ldl
|
/linux-6.6.21/arch/alpha/kernel/ |
D | entry.S | 461 ldl $3, TI_FLAGS($8) 496 ldl $17, TI_FLAGS($8) 500 ldl $2, TI_STATUS($8) 577 ldl $1, TI_STATUS($8)
|
/linux-6.6.21/arch/powerpc/perf/ |
D | hv-24x7.c | 286 unsigned int dl, ldl; in event_end() local 318 ldl = be16_to_cpu(*ldl_); in event_end() 319 if (ldl < 2) { in event_end() 321 __func__, ldl); in event_end() 325 if (start + nl + dl + ldl > end) { in event_end() 327 __func__, start, nl, dl, ldl, end); in event_end() 331 return start + nl + dl + ldl; in event_end()
|
/linux-6.6.21/tools/testing/selftests/vDSO/ |
D | Makefile | 17 LDFLAGS_vdso_test_correctness := -ldl
|
/linux-6.6.21/tools/bpf/bpftool/ |
D | Makefile | 156 LIBS += -lbfd -ldl -lopcodes 158 LIBS += -lbfd -ldl -lopcodes -liberty 160 LIBS += -lbfd -ldl -lopcodes -liberty -lz
|
/linux-6.6.21/tools/testing/selftests/rseq/ |
D | Makefile | 11 LDLIBS += -lpthread -ldl
|
/linux-6.6.21/tools/perf/ |
D | Makefile.config | 180 DWARFLIBS += -lelf -lebl -ldl -lz -llzma -lbz2 326 FEATURE_CHECK_LDFLAGS-disassembler-four-args = -lbfd -lopcodes -ldl 327 FEATURE_CHECK_LDFLAGS-disassembler-init-styled = -lbfd -lopcodes -ldl 346 EXTLIBS = -lpthread -lrt -lm -ldl 796 EXTLIBS += -ldl
|
/linux-6.6.21/tools/bpf/ |
D | Makefile | 83 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $^ -lopcodes -lbfd -ldl
|
/linux-6.6.21/tools/testing/selftests/kvm/ |
D | Makefile | 232 LDLIBS += -ldl
|
/linux-6.6.21/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 85 #define LOADL ldl
|
/linux-6.6.21/arch/mips/lib/ |
D | memcpy.S | 150 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler)
|
D | csum_partial.S | 374 #define LOADL(reg, addr) EXC(ldl, LD_INSN, reg, addr)
|