Home
last modified time | relevance | path

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

123

/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A Dnspr.pc.in1 os_libs=-lpthread -ldl
10 Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-obey-LDFLAGS.patch9 -LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc
11 +LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc $(LDFLAGS)
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-dso-link-change.patch33 +libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl
41 @@ -694,7 +694,7 @@ libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread
46 +libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl
H A D0001-libasm-may-link-with-libbz2-if-found.patch28 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) -ldl -lpthread
37 libdw = ../libdw/libdw.so $(zip_LIBS) $(libelf) $(libebl) -ldl
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dmakefile-add-ldflags.patch15 -LDFLAGS.ippoold= -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc
17 +LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc
H A D0002-link-with-libtirpc.patch23 -LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc
25 +LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc -ltirpc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch21 -hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lImageProcessor -lcups -lcupsimage -lz $(DBUS_LIBS)
22 +hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lcups -lcupsimage -lz $(DBUS_LIBS)
/openbmc/linux/tools/testing/selftests/x86/
H A DMakefile75 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
78 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
/openbmc/linux/tools/testing/selftests/capabilities/
H A DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/openbmc/linux/tools/testing/selftests/timens/
H A DMakefile5 LDLIBS := -lrt -ldl
/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua/
H A Dlua.pc.in8 Libs: -L${libdir} -llua -lm -ldl
/openbmc/qemu/target/arm/tcg/
H A Dsve_ldst_internal.h109 DO_LD_PRIM_2(ss, H1_4, uint32_t, uint32_t, ldl)
110 DO_LD_PRIM_2(sdu, H1_8, uint64_t, uint32_t, ldl)
111 DO_LD_PRIM_2(sds, H1_8, uint64_t, int32_t, ldl)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/imapfilter/
H A Dldflags.patch14 LIBS = -lm -ldl $(LIBLUA) $(LIBPCRE) $(LIBSSL) $(LIBCRYPTO) $(MYLIBS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/libleak/
H A D0001-respect-environment-variables.patch24 $(CC) -shared -o $@ $^ $(LDFLAGS) -lwuya -lpthread -ldl -lbacktrace
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/
H A D0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch21 +set(FLTK_LIBRARIES ${FLTK_LIBRARIES} -lm -ldl -lpng -ljpeg)
/openbmc/linux/tools/build/feature/
H A DMakefile89 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…
/openbmc/linux/tools/testing/selftests/mm/
H A DMakefile142 $(BINARIES_32): LDLIBS += -lrt -ldl -lm
150 $(BINARIES_64): LDLIBS += -lrt -ldl
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb_14.2.bb30 …--ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -luti…
/openbmc/linux/arch/alpha/kernel/
H A Dentry.S461 ldl $3, TI_FLAGS($8)
496 ldl $17, TI_FLAGS($8)
500 ldl $2, TI_STATUS($8)
577 ldl $1, TI_STATUS($8)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-tests-makefile-Append-CPPFLAGS-rather-then-override.patch28 LDLIBS = $(STATIC_LDLIBS) -ldl -lhugetlbfs_privutils
/openbmc/linux/tools/testing/selftests/vDSO/
H A DMakefile17 LDFLAGS_vdso_test_correctness := -ldl
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/
H A Ddevilspie2_0.44.bb26 oe_runmake CC="${CC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS=" -ldl -lm ${LDFLAGS}"
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c286 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()

123