Searched refs:libdwfl (Results 1 – 25 of 25) sorted by relevance
/external/elfutils/ |
D | android.patch | 62 diff -r -u -d /local/elfutils-0.138/libdwfl/dwfl_build_id_find_elf.c ./libdwfl/dwfl_build_id_find_e… 63 --- /local/elfutils-0.138/libdwfl/dwfl_build_id_find_elf.c 2008-12-10 20:33:30.000000000 -0800 64 +++ ./libdwfl/dwfl_build_id_find_elf.c 2012-03-12 12:23:29.000000000 -0700 111 diff -r -u -d /local/elfutils-0.138/libdwfl/dwfl_error.c ./libdwfl/dwfl_error.c 112 --- /local/elfutils-0.138/libdwfl/dwfl_error.c 2008-12-10 20:33:30.000000000 -0800 113 +++ ./libdwfl/dwfl_error.c 2012-03-12 12:39:16.000000000 -0700 129 diff -r -u -d /local/elfutils-0.138/libdwfl/dwfl_module_build_id.c ./libdwfl/dwfl_module_build_id.c 130 --- /local/elfutils-0.138/libdwfl/dwfl_module_build_id.c 2008-12-30 21:48:23.000000000 -0800 131 +++ ./libdwfl/dwfl_module_build_id.c 2012-03-12 12:40:16.000000000 -0700 166 diff -r -u -d /local/elfutils-0.138/libdwfl/dwfl_module_getdwarf.c ./libdwfl/dwfl_module_getdwarf.c [all …]
|
D | elfutils.spec | 160 %{_includedir}/elfutils/libdwfl.h 191 - libdwfl: bug fixes 199 - libdwfl: bug fixes; new segment interfaces; all the libdwfl-based 203 - libdwfl: bug fixes 208 - libdwfl, libelf: bug fixes 213 - libdwfl: bug fixes and optimization in relocation handling 226 - libdwfl: bug fixes in offline archive support, symbol table handling; 240 - libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu 253 - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add, 266 - libebl, libdwfl: backend register name support extended with more info [all …]
|
D | NEWS | 10 libdwfl: bug fixes 22 libdwfl: bug fixes; new "segment" interfaces; 23 all the libdwfl-based tools now support --core=COREFILE option 27 libdwfl: bug fixes 35 libdwfl, libelf: bug fixes 43 libdwfl: bug fixes and optimization in relocation handling 63 libdwfl: bug fixes in offline archive support, symbol table handling; 82 libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debuginfo, 107 libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add, 126 libebl, libdwfl: backend register name support extended with more info [all …]
|
D | Makefile.am | 33 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \ subdir
|
D | EXCEPTION | 11 libdwfl.h
|
D | ChangeLog | 93 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw. 101 * Makefile.am (all_SUBDIRS): Add libdwfl. 102 * configure.ac: Write libdwfl/Makefile.
|
D | configure.ac | 204 AC_CONFIG_FILES([libdwfl/Makefile])
|
D | Makefile.in | 201 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
D | configure | 5682 "libdwfl/Makefile") CONFIG_FILES="$CONFIG_FILES libdwfl/Makefile" ;;
|
/external/elfutils/libdwfl/ |
D | Makefile.am | 43 noinst_LIBRARIES = libdwfl.a 48 pkginclude_HEADERS = libdwfl.h 80 libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu) macro 85 libdwfl = $(libdw) macro
|
D | Android.mk | 50 $(LOCAL_PATH)/../libdwfl \ 69 LOCAL_MODULE:= libdwfl 84 $(LOCAL_PATH)/../libdwfl \ 99 LOCAL_MODULE:= libdwfl
|
D | ChangeLog | 95 * libdwfl.h: Declare dwfl_addrsegment, dwfl_report_segment. 386 * libdwfl.h: Declare them. 392 * libdwfl.h: Declare them. 472 * libdwfl.h: Declare it. 488 * libdwfl.h: Declare it. 513 * libdwfl.h: Declare dwfl_module_addrsym. 546 * libdwfl.h (Dwfl_Callbacks): Update comment. 568 * libdwfl.h (dwfl_begin): Require nonnull argument. 617 * libdwfl.h: Cosmetic changes. 621 * libdwfl.h: Declare dwfl_line_comp_dir. [all …]
|
D | Makefile.in | 38 subdir = libdwfl 229 noinst_LIBRARIES = libdwfl.a $(am__append_1) 230 pkginclude_HEADERS = libdwfl.h 259 @MUDFLAP_FALSE@libdwfl = $(libdw) 260 @MUDFLAP_TRUE@libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu) 287 $(AUTOMAKE) --gnits libdwfl/Makefile 308 libdwfl.a: $(libdwfl_a_OBJECTS) $(libdwfl_a_DEPENDENCIES) 309 -rm -f libdwfl.a 310 $(libdwfl_a_AR) libdwfl.a $(libdwfl_a_OBJECTS) $(libdwfl_a_LIBADD) 311 $(RANLIB) libdwfl.a
|
/external/elfutils/config/ |
D | elfutils.spec.in | 160 %{_includedir}/elfutils/libdwfl.h 191 - libdwfl: bug fixes 199 - libdwfl: bug fixes; new segment interfaces; all the libdwfl-based 203 - libdwfl: bug fixes 208 - libdwfl, libelf: bug fixes 213 - libdwfl: bug fixes and optimization in relocation handling 226 - libdwfl: bug fixes in offline archive support, symbol table handling; 240 - libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu 253 - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add, 266 - libebl, libdwfl: backend register name support extended with more info [all …]
|
D | ChangeLog | 32 * elfutils.spec.in: Remove libdwfl.so from package.
|
/external/elfutils/libdw/ |
D | Makefile.am | 94 ../libdwfl/libdwfl_pic.a ../libebl/libebl.a \ 127 libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a))
|
D | Makefile.in | 65 libdw_a_DEPENDENCIES = $(addprefix ../libdwfl/,$(shell $(AR) t \ 66 ../libdwfl/libdwfl.a)) 303 libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a)) 715 @MUDFLAP_FALSE@ ../libdwfl/libdwfl_pic.a ../libebl/libebl.a \
|
D | ChangeLog | 397 * libdw.map: Bump version to ELFUTILS_0.114 for libdwfl changes. 439 (libdw_a_LIBADD): Add all files from libdwfl.a. 443 * Makefile.am (libdw.so): Link ../libdwfl/libdwfl_pic.a in, 447 * libdw.map: Add dwfl_* symbols formerly in ../libdwfl/libdwfl.map.
|
/external/linux-tools-perf/ |
D | Android.mk | 115 …DES := external/elfutils external/elfutils/libelf external/elfutils/libdw external/elfutils/libdwfl 153 …DES := external/elfutils external/elfutils/libelf external/elfutils/libdw external/elfutils/libdwfl 191 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf 243 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf
|
D | android.patch | 1093 #include <elfutils/libdwfl.h> 1099 +#include <libdwfl.h>
|
/external/elfutils/tests/ |
D | coverage.sh | 11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
|
D | ChangeLog | 491 * allregs.c: Use libdwfl wrapper instead of direct libebl calls. 775 * line2addr.c: Rewritten using libdwfl. 777 * Makefile.am (INCLUDES): Add libdwfl source directory to path. 778 (libdwfl): New variable. 783 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here. 786 (INCLUDES): Add -I$(top_srcdir)/libdwfl here.
|
D | Makefile.am | 42 -I$(top_srcdir)/libdwfl \
|
D | Makefile.in | 439 @STANDALONE_FALSE@ -I$(top_srcdir)/libdwfl \
|
/external/elfutils/src/ |
D | ChangeLog | 315 (process_file): Update caller; dup FD for passing to libdwfl. 317 displaying data affected by libdwfl relocation, open a new Elf handle. 352 Use libdwfl to open the file, then iterate on its modules (multiple 1067 Let libdwfl handle file selection, pass Dwfl handle to handle_address. 1069 (elf_getname): Function removed, libdwfl does it for us. 1073 * Makefile.am (INCLUDES): Add libdwfl directory to path.
|