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

  /external/elfutils/libdw/
Makefile.am 43 lib_LIBRARIES = libdw.a
50 pkginclude_HEADERS = libdw.h
93 libdw.so: $(srcdir)/libdw.map libdw_pic.a \
97 # not fly in a setuid executable that links in libdw.
114 install: install-am libdw.so
116 $(INSTALL_PROGRAM) libdw.so $(DESTDIR)$(libdir)/libdw-$(PACKAGE_VERSION).so
117 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION
    [all...]
Android.mk 23 # host libdw
126 $(LOCAL_PATH)/../libdw \
140 LOCAL_MODULE:= libdw
145 # target libdw
155 $(LOCAL_PATH)/../libdw \
169 LOCAL_MODULE:= libdw
libdwP.h 57 #include <libdw.h>
  /external/elfutils/libdwfl/
Makefile.am 37 -I$(srcdir)/../libdw -I.. -I$(srcdir)/../lib
80 libdwfl = libdwfl.a $(libdw) $(libebl) $(libelf) $(libeu)
81 libdw = ../libdw/libdw.a
85 libdwfl = $(libdw)
86 libdw = ../libdw/libdw.so
Android.mk 52 $(LOCAL_PATH)/../libdw \
86 $(LOCAL_PATH)/../libdw \
  /external/elfutils/tests/
Makefile.am 35 BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
41 INCLUDES = -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \
45 AM_LDFLAGS += -Wl,-rpath-link,../libasm:../libdw:../libelf
155 ../libdw:../backends:../libelf:../libasm
168 libdw = -ldw
174 libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
178 libdw = ../libdw/libdw.s
    [all...]
coverage.sh 11 for d in lib libasm libdw libdwfl libebl libelf backends src; do
run-elflint-self.sh 50 runtest ../libdw/libdw.so
  /external/elfutils/
Makefile.am 33 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
elfutils.spec 44 higher-level ELF access functionality. libdw provides access to
146 %{_libdir}/libdw-%{version}.so
148 %{_libdir}/libdw.so.*
159 %{_includedir}/elfutils/libdw.h
163 %{_libdir}/libdw.so
166 %{_libdir}/libdw.a
224 - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now depreca
252 - libdw: new function dwarf_getsrcdirs
267 - libelf, libdw: bug fixes for unaligned accesses on machines that care
291 - libdw, libdwfl: handle files without aranges info
    [all...]
  /external/linux-tools-perf/util/
probe-finder.h 39 #include <elfutils/libdw.h>
45 #include <libdw.h>
  /external/elfutils/libebl/
Android.mk 81 $(LOCAL_PATH)/../libdw
107 $(LOCAL_PATH)/../libdw
  /external/linux-tools-perf/
Android.mk 114 LOCAL_C_INCLUDES := external/elfutils external/elfutils/libelf external/elfutils/libdw external/elfutils/libdwfl
151 LOCAL_C_INCLUDES := external/elfutils external/elfutils/libelf external/elfutils/libdw external/elfutils/libdwfl
189 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf libgccdemangle
240 LOCAL_STATIC_LIBRARIES := libperf libdwfl libdw libebl libelf libgccdemangle
Makefile 409 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/libcpu/
Makefile.am 37 -I$(srcdir)/../libebl -I$(srcdir)/../libdw -I$(srcdir)/../libasm
  /external/linux-tools-perf/config/
feature-tests.mak 12 #include <elfutils/libdw.h>
  /external/elfutils/libasm/
Makefile.am 35 -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw\
  /external/elfutils/src/
findtextrel.c 37 #include <libdw.h>
nm.c 41 #include <libdw.h>
    [all...]
readelf.c 41 #include <libdw.h>
57 #include "../libdw/libdwP.h"
59 #include "../libdw/memory-access.h"
526 /* 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 825 milliseconds