Home
last modified time | relevance | path

Searched refs:libdw (Results 1 – 25 of 70) sorted by relevance

123

/external/elfutils/tests/
DMakefile.am20 BUILD_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
22 AM_CPPFLAGS += -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \
26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf
545 …$(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_buildd…
553 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread macro
557 libdw = ../libdw/libdw.so macro
580 update3_LDADD = $(libdw) $(libelf)
581 update4_LDADD = $(libdw) $(libelf)
582 show_die_info_LDADD = $(libdw) $(libelf)
583 get_pubnames_LDADD = $(libdw) $(libelf)
[all …]
Drun-test-includes.sh12 -I ${abs_srcdir}/../libdw -xc -
15 -I ${abs_srcdir}/../libdw -xc -
19 -I ${abs_srcdir}/../libdw -I ${abs_srcdir}/../libdwfl -xc -
22 -I ${abs_srcdir}/../libdw -I ${abs_srcdir}/../libdwelf -xc -
Dcoverage.sh11 for d in lib libasm libdw libdwfl libebl libelf backends src debuginfod; do
Drun-lfs-symbols.sh74 for dir in libelf libdw libasm libcpu src; do
/external/elfutils/libdw/
DMakefile.am37 lib_LIBRARIES = libdw.a
42 pkginclude_HEADERS = libdw.h known-dwarf.h
113 libdw.so: $(srcdir)/libdw.map $(libdw_so_LIBS) $(libdw_so_DEPS)
122 install: install-am libdw.so
124 $(INSTALL_PROGRAM) libdw.so $(DESTDIR)$(libdir)/libdw-$(PACKAGE_VERSION).so
125 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
126 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
129 rm -f $(DESTDIR)$(libdir)/libdw-$(PACKAGE_VERSION).so
130 rm -f $(DESTDIR)$(libdir)/libdw.so.$(VERSION)
131 rm -f $(DESTDIR)$(libdir)/libdw.so
[all …]
DChangeLog15 * libdw.h: Fix spelling typos in comments.
22 (MOSTLYCLEANFILES): Add libdw.so.
26 * Makefile.am (libdw.so$(EXEEXT)): Drop $(EXEEXT) suffix.
46 * libdw.h (dwarf_frame_register): Add extra explanation of ops_mem
68 * libdw.map (ELFUTILS_0.126): Remove local wildcard.
98 * libdw.h (dwarf_attr_integrate): Extend documentation.
133 * dwarf_sig8_hash.h: Include libdw.h. Remove COMPARE. Include
160 Move libebl_pic.a to the beginning so that libdw symbols are resolved.
162 (libdw.so): Remove -rpath.
171 * libdw.map (ELFUTILS_0.177): Add new version of dwelf_elf_begin.
[all …]
/external/elfutils/debuginfod/
DMakefile.am34 -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf \
45 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread macro
54 libdw = ../libdw/libdw.so macro
61 AM_LDFLAGS = -Wl,-rpath-link,../libelf:../libdw:.
73 debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(argp_LDADD) $(fts_LIBS) $(libmicr…
76 debuginfod_find_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(argp_LDADD) $(fts_LIBS)
/external/elfutils/libdwelf/
DMakefile.am33 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw \
47 libdwelf = $(libdw)
49 libdw = ../libdw/libdw.so macro
/external/strace/m4/
Dst_libdw.m435 AC_ARG_WITH([libdw], optwith
36 [AS_HELP_STRING([--with-libdw],
37 [use libdw to implement stack tracing support]
84 [AC_MSG_FAILURE([failed to find dwfl_linux_proc_attach in libdw])],
102 [use_unwinder=libdw
104 [Whether to use libdw for stack tracing]
/external/elfutils/libdwfl/
DMakefile.am34 -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf -I$(srcdir)/../debuginfod
88 libdwfl = $(libdw)
89 libdw = ../libdw/libdw.so macro
/external/elfutils/
DNEWS45 libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding
53 libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
55 libdw: Use correct CU to resolve file names in dwarf_decl_file.
106 dlopen, but are now compiled into libdw.so directly.
114 libdw: Abbrevs and DIEs can now be read concurrently by multiple
127 libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.
166 libelf, libdw and all tools now handle extended shnum and shstrndx correctly.
188 libdw: New function dwarf_next_lines to read CU-less .debug_line data.
202 Various bug fixes in libdw and eu-readelf dealing with bad DWARF5 data.
232 libdw: New functions dwarf_die_addr_die, dwarf_get_units,
[all …]
DAndroid.bp120 name: "libdw",
130 "libdw/*.c",
166 "libdw",
/external/elfutils/config/
Delfutils.spec.in79 applications for handling compiled objects. libdw provides access
253 %{_libdir}/libdw-%{version}.so
255 %{_libdir}/libdw.so.*
263 %{_includedir}/elfutils/libdw.h
268 %{_libdir}/libdw.so
269 %{_libdir}/pkgconfig/libdw.pc
272 %{_libdir}/libdw.a
365 - libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows
371 - libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
372 - libdw: Use correct CU to resolve file names in dwarf_decl_file.
[all …]
DMakefile.am32 libelf.pc.in libdw.pc.in libdebuginfod.pc.in \
36 pkgconfig_DATA = libelf.pc libdw.pc
D.gitignore9 /libdw.pc
DChangeLog58 * libdw.pc.in: Requires.private libzstd.
226 * libdw.pc.in: Set URL to http://elfutils.org/
264 * libdw.pc.in: Likewise.
265 * Makefile.am (EXTRA_DIST): Add libelf.pc.in and libdw.pc.in.
268 * elfutils.spec.in (files devel): Add libdw.pc.
401 mention config/known-dwarf.awk and libdw/dwarf.h contents.
494 * elfutils.spec.in: Distribute libdw.{a,so,h}.
Dlibdw.pc.in6 Name: libdw pkg
/external/elfutils/libasm/
DMakefile.am31 AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw -I$(top_srcdir)/…
57 libasm_so_DEPS = ../lib/libeu.a ../libebl/libebl_pic.a ../libelf/libelf.so ../libdw/libdw.so
/external/libabigail/tests/data/test-diff-pkg/
Delfutils-libs-0.170-4.el7.x86_64-multiple-sym-vers-report-0.txt1 ================ changes of 'libdw-0.170.so'===============
12 ================ end of changes of 'libdw-0.170.so'===============
Delfutils-libs-debuginfo-0.183-1.el9.x86_64-self-check-report-0.txt1 ==== SELF CHECK SUCCEEDED for 'libdw-0.183.so' ====
/external/igt-gpu-tools/
DDockerfile.debian-minimal13 libdw-dev \
DDockerfile.debian-arm6422 libdw-dev:arm64 \
DDockerfile.debian-mips22 libdw-dev:mips \
DDockerfile.debian-armhf22 libdw-dev:armhf \
/external/pdfium/third_party/eu-strip/
DREADME.pdfium22 -Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -o eu-strip

123