Home
last modified time | relevance | path

Searched refs:libebl (Results 1 – 25 of 34) sorted by relevance

12

/external/elfutils/tests/
Drun-elflint-self.sh52 runtest ../libebl/libebl_alpha.so
53 runtest ../libebl/libebl_arm.so
54 runtest ../libebl/libebl_i386.so
55 runtest ../libebl/libebl_ia64.so
56 runtest ../libebl/libebl_ppc.so
57 runtest ../libebl/libebl_ppc64.so
58 runtest ../libebl/libebl_sh.so
59 runtest ../libebl/libebl_sparc.so
60 runtest ../libebl/libebl_x86_64.so
DMakefile.am43 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
171 libebl = -lebl macro
174 libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
182 libebl = ../libebl/libebl.a macro
201 update3_LDADD = $(libebl) $(libelf) $(libmudflap)
202 update4_LDADD = $(libebl) $(libelf) $(libmudflap)
218 asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
219 asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
220 asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
221 asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
[all …]
DMakefile.in100 @STANDALONE_FALSE@am__DEPENDENCIES_2 = ../libebl/libebl.a
440 @STANDALONE_FALSE@ -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
505 @BUILD_STATIC_TRUE@@STANDALONE_FALSE@libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
513 @STANDALONE_FALSE@libebl = ../libebl/libebl.a
514 @STANDALONE_TRUE@libebl = -lebl
531 update3_LDADD = $(libebl) $(libelf) $(libmudflap)
532 update4_LDADD = $(libebl) $(libelf) $(libmudflap)
548 asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
549 asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
550 asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
[all …]
Dcoverage.sh11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
DChangeLog491 * allregs.c: Use libdwfl wrapper instead of direct libebl calls.
523 [STANDALONE] (libdw, libelf, libasm, libebl): Define using -lfoo.
557 * Makefile.am (BUILD_RPATH): Search ../backends, not ../libebl.
711 * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
712 [MUDFLAP] (AM_LDFLAGS): Define to find libebl modules.
771 * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
909 * Makefile.in: Depend on libebl.a, not libebl.so.
/external/elfutils/
DNEWS6 libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
39 readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
66 libebl: powerpc backend support for Altivec registers
89 libebl: backend improvements for sparc, alpha, powerpc
124 libebl: sparc backend support for return value location
126 libebl, libdwfl: backend register name support extended with more info
134 libebl: Backend build fixes, thanks to Stepan Kasal.
136 libebl: ia64 backend support for register names, return value location
146 libebl: add function to test for relative relocation
179 The license is now GPL for most files. The libelf, libebl, libdw,
[all …]
Delfutils.spec43 applications for handling compiled objects. libebl provides some
158 %{_includedir}/elfutils/libebl.h
161 %{_libdir}/libebl.a
188 - libebl: backend fixes for i386 TLS relocs; backend support for
211 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
229 - libebl: powerpc backend support for Altivec registers
245 - libebl: backend improvements for sparc, alpha, powerpc
265 - libebl: sparc backend support for return value location
266 - libebl, libdwfl: backend register name support extended with more info
271 - libebl: Backend build fixes, thanks to Stepan Kasal.
[all …]
Dandroid.patch268 diff -r -u -d /local/elfutils-0.138/libebl/eblopenbackend.c ./libebl/eblopenbackend.c
269 --- /local/elfutils-0.138/libebl/eblopenbackend.c 2008-12-10 20:33:30.000000000 -0800
270 +++ ./libebl/eblopenbackend.c 2012-03-16 16:55:06.000000000 -0700
300 diff -r -u -d /local/elfutils-0.138/libebl/libeblP.h ./libebl/libeblP.h
301 --- /local/elfutils-0.138/libebl/libeblP.h 2008-12-10 20:33:30.000000000 -0800
302 +++ ./libebl/libeblP.h 2012-03-09 10:19:37.000000000 -0800
304 #include <libebl.h>
DChangeLog97 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
150 * configure.ac: Dont generate libebl-po/Makefile.in,
153 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
198 * elfutils.spec.in: Remove references to libebl.so.
DMakefile.am33 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \ subdir
Dconfigure.ac177 AC_ARG_ENABLE([libebl-subdir],
178 AS_HELP_STRING([--enable-libebl-subdir=DIR],
183 AH_TEMPLATE([LIBEBL_SUBDIR], [$libdir subdirectory containing libebl modules.])
198 AC_CONFIG_FILES([libebl/Makefile])
Dconfig.h.in3 /* $libdir subdirectory containing libebl modules. */
/external/elfutils/libdwfl/
DMakefile.am36 INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
80 libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
89 libebl = ../libebl/libebl.a macro
DAndroid.mk51 $(LOCAL_PATH)/../libebl \
85 $(LOCAL_PATH)/../libebl \
DMakefile.in223 INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
260 @MUDFLAP_TRUE@libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
266 libebl = ../libebl/libebl.a
/external/elfutils/libebl/
DAndroid.mk78 $(LOCAL_PATH)/../libebl \
89 LOCAL_MODULE:= libebl
104 $(LOCAL_PATH)/../libebl \
115 LOCAL_MODULE:= libebl
DChangeLog14 * libebl.h: Declare ebl_syscall_abi.
30 * libebl.h: Declare it.
34 * libebl.h: Declare ebl_check_object_attribute.
65 * libebl.h (Ebl_Core_Item): New member `group'.
74 * libebl.h: Declare ebl_auxv_info.
78 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types.
102 * libebl.h: Declare ebl_machine_section_flag_check.
118 * libebl.h: Update decl.
144 * libebl.h: Declare ebl_relative_reloc_p.
153 * libebl.h: Declare ebl_none_reloc_p.
[all …]
/external/elfutils/src/
DMakefile.in89 @BUILD_STATIC_TRUE@ $(libebl)
97 elfcmp_DEPENDENCIES = $(libebl) $(libelf) $(am__DEPENDENCIES_2)
100 elflint_DEPENDENCIES = $(libebl) $(libelf) $(libeu) \
110 ld_DEPENDENCIES = $(libebl) $(libelf) $(libeu) $(am__DEPENDENCIES_2) \
119 nm_DEPENDENCIES = $(am__DEPENDENCIES_1) $(libebl) $(libelf) $(libeu) \
123 objdump_DEPENDENCIES = $(libasm) $(libebl) $(libelf) $(libeu) \
130 readelf_DEPENDENCIES = $(am__DEPENDENCIES_1) $(libebl) $(libelf) \
140 strip_DEPENDENCIES = $(libebl) $(libelf) $(libeu) \
144 unstrip_DEPENDENCIES = $(libebl) $(libelf) $(am__DEPENDENCIES_1) \
/external/elfutils/config/
Delfutils.spec.in43 applications for handling compiled objects. libebl provides some
158 %{_includedir}/elfutils/libebl.h
161 %{_libdir}/libebl.a
188 - libebl: backend fixes for i386 TLS relocs; backend support for
211 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
229 - libebl: powerpc backend support for Altivec registers
245 - libebl: backend improvements for sparc, alpha, powerpc
265 - libebl: sparc backend support for return value location
266 - libebl, libdwfl: backend register name support extended with more info
271 - libebl: Backend build fixes, thanks to Stepan Kasal.
[all …]
/external/elfutils/libasm/
DMakefile.am35 -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw\
78 ../libebl/libebl.a ../libelf/libelf.so $(libasm_so_LDLIBS)
DChangeLog108 * Makefile.in: Depend on libebl.a, not libebl.so.
/external/elfutils/libdw/
DMakefile.am94 ../libdwfl/libdwfl_pic.a ../libebl/libebl.a \
/external/linux-tools-perf/
DAndroid.mk191 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf
243 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf
/external/elfutils/po/
DChangeLog47 * POTFILES.in: Add files from libdw, libebl, and libasm.
/external/elfutils/libcpu/
DMakefile.am37 -I$(srcdir)/../libebl -I$(srcdir)/../libdw -I$(srcdir)/../libasm

12