/external/elfutils/tests/ |
D | Makefile.am | 20 BUILD_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf 27 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \ 29 AM_LDFLAGS += -Wl,-rpath-link,../libasm:../libdw:../libelf 139 check_PROGRAMS += msg_tst md5-sha1-test system-elf-libelf-test 140 TESTS += msg_tst md5-sha1-test system-elf-libelf-test 355 …$(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_buildd… 365 libelf = -lelf macro 370 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl 371 libelf = ../libelf/libelf.a -lz macro 375 libelf = ../libelf/libelf.so macro [all …]
|
D | run-arextract.sh | 23 archive=${abs_top_builddir}/libelf/libelf.a 29 for f in ${abs_top_builddir}/libelf/*.o; do
|
D | run-low_high_pc.sh | 32 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/libelf/libelf.so
|
D | run-arsymtest.sh | 21 lib=${abs_top_builddir}/libelf/libelf.a
|
D | run-nm-self.sh | 24 ET_DYN=${abs_top_builddir}/libelf/libelf.so
|
D | test-subr.sh | 123 ${abs_top_builddir}/libelf/libelf.so \
|
/external/elfutils/libelf/ |
D | Makefile.am | 37 lib_LIBRARIES = libelf.a 40 include_HEADERS = libelf.h gelf.h nlist.h 104 libelf.so$(EXEEXT): libelf_pic.a libelf.map 106 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \ 111 install: install-am libelf.so 113 $(INSTALL_PROGRAM) libelf.so $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so 114 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION) 115 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so 118 rm -f $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so 119 rm -f $(DESTDIR)$(libdir)/libelf.so.$(VERSION) [all …]
|
D | ChangeLog | 10 * libelf.h: Check SHF_COMPRESSED is defined. If not define it and the 42 * libelf.h: Define elf_compress and elf_compress_gnu. 43 * libelf.map (ELFUTILS_1.7): Add elf_compress and elf_compress_gnu. 73 * libelf.h (Elf_Type): Add ELF_T_CHDR. 76 * libelf.map (ELFUTILS_1.7): New sections add elf32_getchdr, 104 * libelf.h: Replace loff_t with int64_t throughout. 123 * Makefile.am (libelf.so): Add AM_V_CCLD and AM_V_at silencers. 359 * Makefile.am (libelf.so): Use textrel_check. 646 * libelf.h: Declare elf_getphdrnum. 648 * libelf.map (ELFUTILS_1.6): New set, add elf_getphdrnum. [all …]
|
D | Android.mk | 153 LOCAL_MODULE := libelf 189 LOCAL_MODULE := libelf
|
/external/elfutils/config/ |
D | elfutils.spec.in | 9 Obsoletes: libelf libelf-devel 10 Requires: elfutils-libelf = %{version}-%{release} 49 Requires: elfutils-libelf-devel = %{version}-%{release} 68 %package libelf 73 %description libelf 74 The elfutils-libelf package provides a DSO which allows reading and 79 %package libelf-devel 80 Summary: Development support for libelf 83 Requires: elfutils-libelf = %{version}-%{release} 84 Conflicts: libelf-devel [all …]
|
D | libelf.pc.in | 6 Name: libelf name 7 Description: elfutils libelf library to read and write ELF files
|
D | Makefile.am | 32 libelf.pc.in libdw.pc.in 35 pkgconfig_DATA = libelf.pc libdw.pc
|
D | libdw.pc.in | 14 # We need the exact matching elfutils libelf version since internal data 16 Requires: libelf = @VERSION@
|
D | ChangeLog | 7 * libelf.pc.in: New file. 9 * Makefile.am (EXTRA_DIST): Add libelf.pc.in and libdw.pc.in. 13 (files libelf-devel): Add libelf.pc. 162 Ship the .mo files with the libelf subpackage. 184 elfutils-libelf-devel.
|
/external/elfutils/libdwelf/ |
D | Makefile.am | 33 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw \ 48 libelf = ../libelf/libelf.so macro
|
D | Android.mk | 39 $(LOCAL_PATH)/../libelf 70 $(LOCAL_PATH)/../libelf
|
/external/elfutils/ |
D | NEWS | 7 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr 12 config: Add libelf and libdw pkg-config files. 23 libelf: Use int64_t for offsets in libelf.h instead of loff_t. 176 libelf: elf*_xlatetomd now works for cross-endian ELF note data. 199 libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET. 295 libelf: More robust to bogus section headers. 306 libelf: New function elf_getphdrnum. 326 libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias 356 libelf: Fix regression in creation of section header 382 libelf: bug fixes [all …]
|
/external/elfutils/libdwfl/ |
D | Makefile.am | 33 AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ 83 libelf = ../libelf/libelf.so macro
|
D | Android.mk | 104 $(LOCAL_PATH)/../libelf 149 $(LOCAL_PATH)/../libelf
|
/external/elfutils/backends/ |
D | Makefile.am | 32 -I$(top_srcdir)/libelf -I$(top_srcdir)/libdw 45 libelf = ../libelf/libelf.so macro 116 libebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw) 123 -Wl,-z,defs -Wl,--as-needed $(libelf) $(libdw)
|
/external/elfutils/libasm/ |
D | Makefile.am | 31 AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw 68 ../libebl/libebl.a ../libelf/libelf.so $(libasm_so_LDLIBS)
|
/external/ltrace/ |
D | configure.ac | 70 AC_ARG_WITH([libelf], optwith 71 AS_HELP_STRING([--with-libelf], [Prefix of libelf headers/library]), 74 AC_MSG_ERROR([*** libelf is a required dependency]) 77 AC_MSG_ERROR([*** --with-libelf requires you to specify a path]) 92 # libelf 94 [AC_MSG_ERROR([*** libelf.h or gelf.h not found on your system])] 97 [AC_MSG_ERROR([*** libelf not found on your system])] 268 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <libelf.h>]], [[
|
/external/elfutils/doc/ |
D | elfutils.sgml | 9 <title><filename>libelf</filename> <acronym>ABI</acronym></title> 12 <filename>libelf</filename> implemented in the &package; package 28 #include <libelf.h> 73 <filename>libelf</filename> library. The user should 150 #include <libelf.h> 167 <filename>libelf</filename> library creates exactly one data 196 #include <libelf.h> 429 <title><filename>libelf</filename> Internals</title>
|
/external/elfutils/libebl/ |
D | Android.mk | 88 $(LOCAL_PATH)/../libelf \ 114 $(LOCAL_PATH)/../libelf \
|
/external/elfutils/libdw/ |
D | Makefile.am | 34 AM_CPPFLAGS += -I$(srcdir)/../libelf 108 ../libelf/libelf.so
|