HomeSort by relevance Sort by last modified time
    Searched refs:libdwfl (Results 1 - 13 of 13) sorted by null

  /external/elfutils/libdwfl/
Android.mk 23 # host libdwfl
50 $(LOCAL_PATH)/../libdwfl \
71 LOCAL_MODULE:= libdwfl
76 # target libdwfl
86 $(LOCAL_PATH)/../libdwfl \
103 LOCAL_MODULE:= libdwfl
Makefile.am 1 ## Makefile.am for libdwfl library subdirectory in elfutils.
43 noinst_LIBRARIES = libdwfl.a
48 pkginclude_HEADERS = libdwfl.h
80 libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
85 libdwfl = $(libdw)
libdwflP.h 1 /* Internal definitions for libdwfl.
56 #include <libdwfl.h>
  /external/elfutils/
Makefile.am 33 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
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
    [all...]
  /external/elfutils/tests/
coverage.sh 11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
Makefile.am 42 -I$(top_srcdir)/libdwfl \
  /external/linux-tools-perf/util/
probe-finder.h 40 #include <elfutils/libdwfl.h>
46 #include <libdwfl.h>
  /external/elfutils/libdw/
Makefile.am 94 ../libdwfl/libdwfl_pic.a ../libebl/libebl.a \
127 libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a))
  /external/linux-tools-perf/
Android.mk 115 LOCAL_C_INCLUDES := external/elfutils external/elfutils/libelf external/elfutils/libdw external/elfutils/libdwfl
154 LOCAL_C_INCLUDES := external/elfutils external/elfutils/libelf external/elfutils/libdw external/elfutils/libdwfl
194 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf
246 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf
  /external/elfutils/src/
addr2line.c 37 #include <libdwfl.h>
unstrip.c 58 #include <libdwfl.h>
    [all...]
readelf.c 42 #include <libdwfl.h>
58 #include "../libdwfl/libdwflP.h"
497 /* Stub libdwfl callback, only the ELF handle already open is ever used. */
526 /* Use libdwfl in a trivial way to open the libdw handle for us.
598 /* For an ET_REL file, libdwfl has adjusted the in-core shdrs
    [all...]

Completed in 719 milliseconds