Searched refs:libelf (Results 1 - 25 of 85) sorted by relevance

1234

/external/elfutils/
H A DAndroid.mk9 # libelf
16 libelf/elf32_checksum.c \
17 libelf/elf32_fsize.c \
18 libelf/elf32_getehdr.c \
19 libelf/elf32_getphdr.c \
20 libelf/elf32_getshdr.c \
21 libelf/elf32_newehdr.c \
22 libelf/elf32_newphdr.c \
23 libelf/elf32_updatefile.c \
24 libelf/elf32_updatenul
[all...]
H A DMakefile.am21 mini_SUBDIRS = config m4 lib libelf libelf-po
H A Delfutils.spec10 Obsoletes: libelf libelf-devel
11 Requires: elfutils-libelf = %{version}-%{release}
40 Requires: elfutils-libelf-devel = %{version}-%{release}
49 %package libelf
56 %description libelf
57 The elfutils-libelf package provides a DSO which allows reading and
62 %package libelf-devel
63 Summary: Development support for libelf
65 Requires: elfutils-libelf
[all...]
/external/elfutils/tests/
H A Drun-arextract.sh15 archive=../libelf/.libs/libelf.a
16 test -f $archive || archive=../libelf/libelf.a
22 for f in ../libelf/*.o; do
H A DMakefile.am19 AM_LDFLAGS = -Wl,-rpath,\$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../libebl:\$$ORIGIN/../libelf
22 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
56 libelf = ../libelf/libelf.a
60 libelf = ../libelf/libelf.so
65 arextract_LDADD = $(libelf)
66 arsymtest_LDADD = $(libelf)
[all...]
H A Drun-arsymtest.sh15 lib=../libelf/libelf.a
27 # Now run our program using libelf.
H A Dhash.c18 #include <libelf.h>
H A Drun-strip-test.sh22 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
28 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
H A Drun-strip-test2.sh22 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
28 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
H A Drun-strip-test3.sh22 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
28 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
/external/elfutils/libelf/
H A Dlibelf_crc32.c22 #include <libelf.h>
H A Delf_fill.c22 #include <libelf.h>
H A Delf_getbase.c22 #include <libelf.h>
H A Delf_kind.c22 #include <libelf.h>
H A Delf_ndxscn.c22 #include <libelf.h>
H A DMakefile.am34 lib_LIBRARIES = libelf.a
39 include_HEADERS = libelf.h gelf.h nlist.h
92 libelf.so: libelf_pic.a libelf.map
94 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
106 install: install-am libelf.so
108 $(INSTALL_PROGRAM) libelf.so $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so
109 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf
[all...]
H A Delf_memory.c22 #include <libelf.h>
H A Dgelf_freechunk.c22 #include <libelf.h>
H A Delf_getarhdr.c23 #include <libelf.h>
H A Delf_rand.c22 #include <libelf.h>
H A Delf_rawfile.c22 #include <libelf.h>
H A Delf32_fsize.c22 #include <libelf.h>
/external/elfcopy/
H A Dhash.h5 #include <libelf.h>
H A DAndroid.mk44 LOCAL_STATIC_LIBRARIES := libelf libebl libebl_arm
49 external/elfutils/libelf/ \
/external/elfutils/libasm/
H A Dasm_abort.c23 #include <libelf.h>

Completed in 105 milliseconds

1234