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

  /external/elfutils/0.153/libdw/
Makefile.am 35 lib_LIBRARIES = libdw.a
42 pkginclude_HEADERS = libdw.h
102 libdw.so: $(srcdir)/libdw.map libdw_pic.a \
106 # not fly in a setuid executable that links in libdw.
115 install: install-am libdw.so
117 $(INSTALL_PROGRAM) libdw.so $(DESTDIR)$(libdir)/libdw-$(PACKAGE_VERSION).so
118 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION
    [all...]
Android.mk 23 # host libdw
135 $(LOCAL_PATH)/../libdw \
142 # can't build libdw with clang
155 LOCAL_MODULE:= libdw
160 # target libdw
170 $(LOCAL_PATH)/../libdw \
184 LOCAL_MODULE:= libdw
libdwP.h 57 #include <libdw.h>
  /external/elfutils/0.153/libdwfl/
Makefile.am 31 -I$(srcdir)/../libdw
81 libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
82 libdw = ../libdw/libdw.a
85 libdwfl = $(libdw)
86 libdw = ../libdw/libdw.so
Android.mk 56 $(LOCAL_PATH)/../libdw \
93 $(LOCAL_PATH)/../libdw \
  /external/elfutils/0.153/backends/
Makefile.am 29 -I$(top_srcdir)/libelf -I$(top_srcdir)/libdw
43 libdw = ../libdw/libdw.a
46 libdw = ../libdw/libdw.so
99 libebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw)
106 -Wl,-z,defs -Wl,--as-needed $(libelf) $(libdw) $(libmudflap)
  /external/elfutils/0.153/
Makefile.am 33 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
elfutils.spec 50 higher-level ELF access functionality. libdw provides access to
152 %{_libdir}/libdw-%{version}.so
154 %{_libdir}/libdw.so.*
165 %{_includedir}/elfutils/libdw.h
169 %{_libdir}/libdw.so
172 %{_libdir}/libdw.a
194 - libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
221 - libdw: Fix for handling huge .debug_aranges section.
228 - libdw: Decode new DW_OP_GNU_implicit_pointer operation; new
236 - libdw: Accept DWARF 4 format: new functions dwarf_next_unit
    [all...]
  /external/elfutils/0.153/libebl/
Android.mk 82 $(LOCAL_PATH)/../libdw
110 $(LOCAL_PATH)/../libdw
Makefile.am 29 INCLUDES += -I$(srcdir)/../libelf -I$(srcdir)/../libdw -I$(srcdir)/../libasm
  /external/elfutils/0.153/libcpu/
Makefile.am 29 -I$(srcdir)/../libdw -I$(srcdir)/../libasm
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.h 4 * dwarf-aux.h : libdw auxiliary interfaces
23 #include <elfutils/libdw.h>
  /external/elfutils/0.153/libasm/
Makefile.am 28 INCLUDES += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 124 external/elfutils/0.153/libdw external/elfutils/0.153/libdwfl
235 libdw \
264 libdw \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
feature-tests.mak 12 #include <elfutils/libdw.h>
Makefile 163 # make DEBUG=1 LIBDW_DIR=/opt/libdw/
170 ifneq ($(call try-cc,$(SOURCE_DWARF),$(FLAGS_DWARF),libdw),y)
171 msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev);
  /external/elfutils/0.153/src/
findtextrel.c 37 #include <libdw.h>
nm.c 41 #include <libdw.h>
    [all...]
readelf.c 41 #include <libdw.h>
58 #include "../libdw/libdwP.h"
60 #include "../libdw/memory-access.h"
572 /* Use libdwfl in a trivial way to open the libdw handle for us.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 709 and requires libefl, libebl, libdw, and libdwfl available in:
    [all...]

Completed in 297 milliseconds