HomeSort by relevance Sort by last modified time
    Searched refs:libelf (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/elfutils/
Android.mk 9 # 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_updatenull.c
    [all...]
Makefile.am 21 mini_SUBDIRS = config m4 lib libelf libelf-po
elfutils.spec 10 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 = %{version}-%{release
    [all...]
  /external/elfutils/tests/
run-arextract.sh 15 archive=../libelf/.libs/libelf.a
16 test -f $archive || archive=../libelf/libelf.a
22 for f in ../libelf/*.o; do
Makefile.am 19 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...]
run-arsymtest.sh 15 lib=../libelf/libelf.a
27 # Now run our program using libelf.
hash.c 18 #include <libelf.h>
run-strip-test.sh 22 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
28 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
run-strip-test2.sh 22 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
28 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
run-strip-test3.sh 22 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/
libelf_crc32.c 22 #include <libelf.h>
elf_fill.c 22 #include <libelf.h>
elf_getbase.c 22 #include <libelf.h>
elf_kind.c 22 #include <libelf.h>
elf_ndxscn.c 22 #include <libelf.h>
Makefile.am 34 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.so.$(VERSION
    [all...]
elf_memory.c 22 #include <libelf.h>
gelf_freechunk.c 22 #include <libelf.h>
elf_getarhdr.c 23 #include <libelf.h>
elf_rand.c 22 #include <libelf.h>
elf_rawfile.c 22 #include <libelf.h>
elf32_fsize.c 22 #include <libelf.h>
elf_flagdata.c 22 #include <libelf.h>
  /external/elfutils/libasm/
asm_abort.c 23 #include <libelf.h>
  /development/tools/elftree/
Android.mk 19 # TODO: Requires libelf for target
37 LOCAL_C_INCLUDES := external/elfutils/libelf
38 LOCAL_STATIC_LIBRARIES := libelf

Completed in 160 milliseconds

1 2 3 4