Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/lib/
Dev6-copy_page.S69 ldl $31,0($17)
70 ldl $31,64($17)
74 ldl $31,128($17)
75 ldl $31,192($17)
79 ldl $31,256($17)
124 ldl $31,320($17)
162 ldl $31,320($17)
163 ldl $31,384($17)
164 ldl $31,448($17)
166 ldl $31,512($17)
[all …]
Dcallback_srm.S14 ldl $4,alpha_using_srm
18 ldl $25,0($25) # Pick up the wrapper data.
38 ldl $4,alpha_using_srm
/linux-4.1.27/tools/build/feature/
DMakefile49 …2.0 2>/dev/null) $(FLAGS_PERL_EMBED) $(FLAGS_PYTHON_EMBED) -DPACKAGE='"perf"' -lbfd -ldl -lz -llzma
121 $(BUILD) -DPACKAGE='"perf"' -lbfd -lz -liberty -ldl
124 $(CC) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty
127 $(CC) -Wall -Werror -o $(OUTPUT)$@ test-libbfd.c -DPACKAGE='"perf"' -lbfd -ldl -liberty -lz
/linux-4.1.27/tools/testing/selftests/x86/
DMakefile38 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
41 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.c200 unsigned dl, ldl; in event_end() local
232 ldl = be16_to_cpu(*ldl_); in event_end()
233 if (ldl < 2) { in event_end()
235 __func__, ldl); in event_end()
239 if (start + nl + dl + ldl > end) { in event_end()
241 __func__, start, nl, dl, ldl, end); in event_end()
245 return start + nl + dl + ldl; in event_end()
/linux-4.1.27/tools/net/
DMakefile19 bpf_jit_disasm : LDLIBS = -lopcodes -lbfd -ldl
/linux-4.1.27/tools/lib/lockdep/
DMakefile101 $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$@"';$(shell ln -s $@ liblockdep.so))
/linux-4.1.27/arch/alpha/kernel/
Dentry.S461 ldl $3, TI_FLAGS($8)
493 ldl $17, TI_FLAGS($8)
/linux-4.1.27/tools/perf/config/
DMakefile177 EXTLIBS = -lpthread -lrt -lm -ldl
398 EXTLIBS += -ldl
/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-memcpy.S84 #define LOADL ldl
/linux-4.1.27/arch/mips/lib/
Dmemcpy.S146 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler)
Dcsum_partial.S386 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler)