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

1 2 3 4

  /external/elfutils/tests/
run-arextract.sh 31 archive=../libelf/libelf.a
37 for f in ../libelf/*.o; do
Makefile.am 35 BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
43 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
45 AM_LDFLAGS += -Wl,-rpath-link,../libasm:../libdw:../libelf
155 ../libdw:../backends:../libelf:../libasm
169 libelf = -lelf
174 libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
175 libelf = ../libelf/libelf.a
179 libelf = ../libelf/libelf.s
    [all...]
hash.c 30 #include <libelf.h>
run-arsymtest.sh 29 lib=../libelf/libelf.a
43 # Now run our program using libelf.
  /external/elfutils/libelf/
libelf_crc32.c 55 #include <libelf.h>
elf_fill.c 55 #include <libelf.h>
elf_getbase.c 55 #include <libelf.h>
elf_kind.c 55 #include <libelf.h>
elf_ndxscn.c 55 #include <libelf.h>
elf_memory.c 55 #include <libelf.h>
Makefile.am 46 lib_LIBRARIES = libelf.a
51 include_HEADERS = libelf.h gelf.h nlist.h
114 libelf.so: libelf_pic.a libelf.map
116 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
129 install: install-am libelf.so
131 $(INSTALL_PROGRAM) libelf.so $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so
132 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION
    [all...]
elf_getaroff.c 56 #include <libelf.h>
Android.mk 23 # host libelf
145 $(LOCAL_PATH)/../libelf
161 LOCAL_MODULE := libelf
166 # target libelf
176 $(LOCAL_PATH)/../libelf
187 LOCAL_MODULE := libelf
elf_flagdata.c 55 #include <libelf.h>
elf_flagehdr.c 55 #include <libelf.h>
elf_flagelf.c 55 #include <libelf.h>
elf_flagphdr.c 55 #include <libelf.h>
elf_flagscn.c 55 #include <libelf.h>
elf_flagshdr.c 55 #include <libelf.h>
elf_getarhdr.c 56 #include <libelf.h>
elf_next.c 56 #include <libelf.h>
  /external/elfutils/libasm/
asm_abort.c 35 #include <libelf.h>
  /external/elfutils/libdwfl/
Makefile.am 36 INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
80 libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
82 libelf = ../libelf/libelf.a
87 libelf = ../libelf/libelf.so
  /external/elfutils/
elfutils.spec 9 Obsoletes: libelf libelf-devel
10 Requires: elfutils-libelf = %{version}-%{release}
39 Requires: elfutils-libelf-devel = %{version}-%{release}
57 %package libelf
61 %description libelf
62 The elfutils-libelf package provides a DSO which allows reading and
67 %package libelf-devel
68 Summary: Development support for libelf
70 Requires: elfutils-libelf = %{version}-%{release
    [all...]
  /development/tools/elftree/
Android.mk 23 # TODO: Requires libelf for target
40 LOCAL_C_INCLUDES := external/elfutils/libelf
44 LOCAL_STATIC_LIBRARIES := libelf

Completed in 635 milliseconds

1 2 3 4