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

1 2

  /external/elfutils/
Android.mk 146 # libebl
153 libebl/eblbackendname.c \
154 libebl/eblclosebackend.c \
155 libebl/eblcorenote.c \
156 libebl/eblcorenotetypename.c \
157 libebl/ebldebugscnp.c \
158 libebl/ebldynamictagcheck.c \
159 libebl/ebldynamictagname.c \
160 libebl/eblgotpcreloccheck.c \
161 libebl/eblgstrtab.c
    [all...]
Makefile.am 22 all_SUBDIRS = doc libebl libdw libcpu libasm src po tests
elfutils.spec 44 applications for handling compiled objects. libebl provides some
162 %{_includedir}/elfutils/libebl.h
164 %{_libdir}/libebl.a
212 - libebl is an archive now; remove references to DSO
  /external/elfutils/libebl/
libeblP.h 1 /* Internal definitions for interface for libebl.
18 #include <libebl.h>
  /external/elfutils/tests/
Makefile.am 19 AM_LDFLAGS = -Wl,-rpath,\$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../libebl:\$$ORIGIN/../libelf
22 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
63 libebl = ../libebl/libebl.a
79 update3_LDADD = $(libebl) $(libelf)
80 update4_LDADD = $(libebl) $(libelf)
88 asm_tst1_LDADD = $(libasm) $(libebl) $(libelf)
89 asm_tst2_LDADD = $(libasm) $(libebl) $(libelf)
90 asm_tst3_LDADD = $(libasm) $(libebl) $(libelf
    [all...]
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 \
Makefile 77 am__DEPENDENCIES_3 = ../libebl/libebl.a
305 AM_LDFLAGS = -Wl,-rpath,\$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../libebl:\$$ORIGIN/../libelf
307 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
337 libebl = ../libebl/libebl.a macro
352 update3_LDADD = $(libebl) $(libelf)
353 update4_LDADD = $(libebl) $(libelf)
361 asm_tst1_LDADD = $(libasm) $(libebl) $(libelf
    [all...]
update3.c 26 #include <libebl.h>
  /build/tools/soslim/
soslim.h 5 #include <libebl.h>
Android.mk 41 external/elfutils/libebl/ \
44 LOCAL_STATIC_LIBRARIES := libelfcopy libelf libebl libebl_arm #dl
symfilter.h 14 #include <libebl.h> /* defines bool */
  /build/tools/isprelinked/
Android.mk 32 external/elfutils/libebl/ \
35 LOCAL_STATIC_LIBRARIES := libelfcopy libelf libebl libebl_arm #dl
isprelinked.c 13 #include <libebl.h>
  /build/tools/lsd/
Android.mk 35 external/elfutils/libebl/
37 LOCAL_STATIC_LIBRARIES := libelf libebl libebl_arm #dl
  /external/elfutils/libasm/
symbolhash.c 22 #include <libebl.h>
Makefile.am 22 INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl \
59 ../libebl/libebl.a ../libelf/libelf.so
libasmP.h 20 #include <libebl.h>
  /build/tools/apriori/
Android.mk 49 external/elfutils/libebl/ \
52 LOCAL_STATIC_LIBRARIES := libelfcopy libelf libebl #dl
source.h 7 #include <libebl.h>
  /external/elfcopy/
Android.mk 44 LOCAL_STATIC_LIBRARIES := libelf libebl libebl_arm
50 external/elfutils/libebl/
elfcopy.h 5 #include <libebl.h>
  /external/elfutils/po/
Makefile 70 ../libebl/eblclosebackend.c \
71 ../libebl/eblopenbackend.c \
72 ../libebl/eblstrtab.c \
73 ../libebl/i386_destr.c \
74 ../libebl/i386_init.c \
75 ../libebl/i386_symbol.c \
76 ../libebl/mips_destr.c \
77 ../libebl/mips_init.c \
78 ../libebl/mips_symbol.c \
79 ../libebl/sh_destr.c
    [all...]
  /external/elfutils/src/
Makefile 76 am__DEPENDENCIES_1 = ../libebl/libebl.a
241 INCLUDES = -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl -I$(srcdir)/../lib -I$(srcdir)/../libdw -I..
261 libebl = ../libebl/libebl.a macro
263 readelf_LDADD = $(libdw) $(libebl) $(libelf) $(libeu) -ldl
264 nm_LDADD = $(libdw) $(libebl) $(libelf) $(libeu) -ldl
266 strip_LDADD = $(libebl) $(libelf) $(libeu) -ldl
267 ld_LDADD = $(libebl) $(libelf) $(libeu) -ldl $(am__append_1
    [all...]

Completed in 401 milliseconds

1 2