Home
last modified time | relevance | path

Searched refs:libdebuginfod (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/debuginfod/
DMakefile.am48 libdebuginfod = ./libdebuginfod.a macro
50 libdebuginfod = ./libdebuginfod.a $(libcurl_LIBS) macro
56 libdebuginfod = ./libdebuginfod.so macro
73 debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(argp_LDADD) $(fts_LIBS) $(libmicr…
76 debuginfod_find_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(argp_LDADD) $(fts_LIBS)
79 noinst_LIBRARIES = libdebuginfod.a
102 $(LIBDEBUGINFOD_SONAME): $(srcdir)/libdebuginfod.map $(libdebuginfod_so_LIBS)
110 libdebuginfod.so: $(LIBDEBUGINFOD_SONAME)
113 install: install-am libdebuginfod.so
116 $(DESTDIR)$(libdir)/libdebuginfod-$(PACKAGE_VERSION).so
[all …]
DChangeLog42 * Makefile.am [LIBDEBUGINFOD]: Create libdebuginfod.so.1 first, turn
43 libdebuginfod.so into symlink.
47 * Makefile.am (libdebuginfod.so): Replace $@.$(VERSION) with
50 libdebuginfod.so.$(VERSION) with $(LIBDEBUGINFOD_SONAME).
58 * Makefile.am (libdebuginfod.so$(EXEEXT)): Drop $(EXEEXT) suffix.
190 * Makefile.am (BUILD_STATIC): Include libcurl_LIBS in libdebuginfod
211 (libdebuginfod): When static and DUMMY_LIBDEBUGINFO remove libcurl.
274 * debuginfod.h, libdebuginfod.map: New functions for _add_url_header.
346 * debuginfod.h, libdebuginfod.map: New functions for _get/set_user().
493 libdebuginfod.
[all …]
Ddebuginfod.h.in1 /* External declarations for the libdebuginfod client library.
39 /* The libdebuginfod soname. */
/external/elfutils/config/
DMakefile.am32 libelf.pc.in libdw.pc.in libdebuginfod.pc.in \
38 pkgconfig_DATA += libdebuginfod.pc
D.gitignore8 /libdebuginfod.pc
Delfutils.spec.in297 %{_libdir}/libdebuginfod-%{version}.so
298 %{_libdir}/libdebuginfod.so.*
305 %{_libdir}/pkgconfig/libdebuginfod.pc
308 %{_libdir}/libdebuginfod.so
339 be used to dlopen the libdebuginfod.so library.
359 - libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
360 --disable-libdebuginfod for bootstrapping.
DChangeLog104 * Makefile.am (pkgconfig_DATA): Conditionalize libdebuginfod.pc
124 * elfutils.spec.in: Move all versioned libdebuginfod libraries
/external/elfutils/
Dpost_update.sh14 autoreconf -i && ./configure --enable-maintainer-mode --disable-debuginfod --disable-libdebuginfod
Dconfigure.ac28 LIBDEBUGINFOD_SONAME=libdebuginfod.so.1
597 AC_CONFIG_FILES([config/libelf.pc config/libdw.pc config/libdebuginfod.pc])
704 # Look for libcurl for libdebuginfod minimum version as per rhel7.
705 AC_ARG_ENABLE([libdebuginfod],AC_HELP_STRING([--enable-libdebuginfod], [Build debuginfod client lib… optenable
708 …AC_MSG_NOTICE([checking libdebuginfod dependencies, --disable-libdebuginfod or --enable-libdebugin…
713 …C_MSG_ERROR([dependencies not found, use --disable-libdebuginfod to disable or --enable-libdebugin…
721 [AC_DEFINE([ENABLE_LIBDEBUGINFOD], [1], [Enable libdebuginfod])])
723 [AC_DEFINE([DUMMY_LIBDEBUGINFOD], [1], [Build dummy libdebuginfod])])
736 AC_MSG_ERROR([need libdebuginfod (or dummy), use --disable-debuginfod to disable.])
794 libdebuginfod client support : ${enable_libdebuginfod}
DNEWS8 can be used to dlopen the libdebuginfod.so library.
37 libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
38 --disable-libdebuginfod for bootstrapping.
DChangeLog85 * configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD.
95 (libdebuginfod): ... this. Also add DUMME_DEBUGINFOD.
/external/elfutils/libdwfl/
DChangeLog43 "libdebuginfod-" VERSION ".so" with DEBUGINFOD_SONAME in dlopen call.
44 Do not fall back to dlopen of "libdebuginfod.so".
/external/elfutils/libdw/
DChangeLog111 * Makefile.am (libdw_so_LDLIBS): Add -ldl for libdebuginfod.so dlopen.