Home
last modified time | relevance | path

Searched refs:libelf (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/elfutils/tests/
DMakefile.am20 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 …]
Drun-arextract.sh23 archive=${abs_top_builddir}/libelf/libelf.a
29 for f in ${abs_top_builddir}/libelf/*.o; do
Drun-low_high_pc.sh32 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/libelf/libelf.so
Drun-arsymtest.sh21 lib=${abs_top_builddir}/libelf/libelf.a
Drun-nm-self.sh24 ET_DYN=${abs_top_builddir}/libelf/libelf.so
Dtest-subr.sh123 ${abs_top_builddir}/libelf/libelf.so \
/external/elfutils/libelf/
DMakefile.am37 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 …]
DChangeLog10 * 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 …]
/external/elfutils/config/
Delfutils.spec.in9 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 …]
Dlibelf.pc.in6 Name: libelf name
7 Description: elfutils libelf library to read and write ELF files
DChangeLog7 * 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.
DMakefile.am32 libelf.pc.in libdw.pc.in
35 pkgconfig_DATA = libelf.pc libdw.pc
Dlibdw.pc.in14 # We need the exact matching elfutils libelf version since internal data
16 Requires: libelf = @VERSION@
/external/elfutils/
DNEWS7 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 …]
DAndroid.bp16 subdirs = ["libelf"]
/external/elfutils/libdwelf/
DMakefile.am33 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw \
48 libelf = ../libelf/libelf.so macro
/external/pdfium/third_party/eu-strip/
DREADME.pdfium18 [ Edit libelf/elf_end.c and remove the free() on line 164. ]
22 -Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -o eu-strip
23 src/strip.o libebl/libebl.a libelf/libelf.a lib/libeu.a -ldl
/external/elfutils/backends/
DMakefile.am32 -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/libdwfl/
DMakefile.am33 AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
83 libelf = ../libelf/libelf.so macro
/external/elfutils/libasm/
DMakefile.am31 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/elfutils/doc/
Delfutils.sgml9 <title><filename>libelf</filename> <acronym>ABI</acronym></title>
12 <filename>libelf</filename> implemented in the &package; package
28 #include &lt;libelf.h&gt;
73 <filename>libelf</filename> library. The user should
150 #include &lt;libelf.h&gt;
167 <filename>libelf</filename> library creates exactly one data
196 #include &lt;libelf.h&gt;
429 <title><filename>libelf</filename> Internals</title>
/external/elfutils/libdw/
DMakefile.am34 AM_CPPFLAGS += -I$(srcdir)/../libelf
108 ../libelf/libelf.so
/external/iproute2/
Dconfigure266 if ${PKG_CONFIG} libelf --exists
271 echo 'CFLAGS += -DHAVE_ELF' `${PKG_CONFIG} libelf --cflags` >> $CONFIG
272 echo 'LDLIBS += ' `${PKG_CONFIG} libelf --libs` >>$CONFIG
/external/perf_data_converter/
DREADME.md20 sudo apt-get -y install autoconf automake g++ git libelf-dev libssl-dev libtool make pkg-config
29 sudo apt-get -y install autoconf automake g++ git libelf-dev libssl-dev libtool make pkg-config
/external/perf_data_converter/src/quipper/
DAndroid.bp227 "libelf", // For gelf.h, elf_version, ...
230 "libz", // For libelf.

1234567891011