/third_party/elfutils/ |
D | elfutils_config.gni | 393 "//third_party/elfutils/libelf/elf32_checksum.c", 394 "//third_party/elfutils/libelf/elf32_fsize.c", 395 "//third_party/elfutils/libelf/elf32_getchdr.c", 396 "//third_party/elfutils/libelf/elf32_getehdr.c", 397 "//third_party/elfutils/libelf/elf32_getphdr.c", 398 "//third_party/elfutils/libelf/elf32_getshdr.c", 399 "//third_party/elfutils/libelf/elf32_newehdr.c", 400 "//third_party/elfutils/libelf/elf32_newphdr.c", 401 "//third_party/elfutils/libelf/elf32_offscn.c", 402 "//third_party/elfutils/libelf/elf32_updatefile.c", [all …]
|
D | NEWS | 119 libelf: elf_update now compensates (fixes up) a bad sh_addralign for 173 libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached 251 libelf, libdw and all tools now handle extended shnum and shstrndx correctly. 354 libelf: gelf_newehdr and gelf_newehdr now return void *. 383 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr 388 config: Add libelf and libdw pkg-config files. 399 libelf: Use int64_t for offsets in libelf.h instead of loff_t. 552 libelf: elf*_xlatetomd now works for cross-endian ELF note data. 575 libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET. 671 libelf: More robust to bogus section headers. [all …]
|
D | README_OpenHarmony.md | 17 libelf/ elf相关库源码 39 # Build libelf 47 "//third_party/elfutils/libelf", 70 "//third_party/elfutils/libelf",
|
D | BUILD.gn | 31 # Build libelf 40 "//third_party/elfutils/libelf", 65 "//third_party/elfutils/libelf",
|
/third_party/elfutils/tests/ |
D | Makefile.am | 20 BUILD_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf 24 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \ 26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf 64 msg_tst system-elf-libelf-test \ 201 msg_tst system-elf-libelf-test \ 635 …$(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_buildd… 643 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread 644 libelf = ../libelf/libelf.a -lz macro 648 libelf = ../libelf/libelf.so macro 654 arextract_LDADD = $(libelf) [all …]
|
D | run-test-includes.sh | 6 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf -xc - 8 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf -xc - 11 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf \ 14 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf \ 18 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf \ 21 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf \ 25 | ${CC} -c -o /dev/null -I ${abs_srcdir}/../libelf \
|
D | run-arextract.sh | 23 archive=${abs_top_builddir}/libelf/libelf.a 29 for f in ${abs_top_builddir}/libelf/*.o; do
|
D | run-arsymtest.sh | 21 lib=${abs_top_builddir}/libelf/libelf.a
|
D | run-nm-self.sh | 24 ET_DYN=${abs_top_builddir}/libelf/libelf.so
|
/third_party/elfutils/libelf/ |
D | Makefile.am | 37 lib_LIBRARIES = libelf.a 40 include_HEADERS = libelf.h gelf.h nlist.h 115 libelf.so: $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS) 124 install: install-am libelf.so 126 $(INSTALL_PROGRAM) libelf.so $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so 127 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION) 128 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so 131 rm -f $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so 132 rm -f $(DESTDIR)$(libdir)/libelf.so.$(VERSION) 133 rm -f $(DESTDIR)$(libdir)/libelf.so [all …]
|
D | ChangeLog | 151 * libelf.h: Likewise. 166 (CLEANFILES): Add libelf.so. 170 * Makefile.am (libelf.so$(EXEEXT)): Drop $(EXEEXT) suffix. 417 * libelf.h (Elf_Type): Add ELF_T_NHDR8. 457 * libelf.h (elf_compress_gnu): Add documentation about 464 * libelf.h (elf_getshdrstrndx): Fix documentation. 506 * elf_begin.c (get_shnum): Likewise. Explicitly set libelf errno on 508 (file_read_elf): Make sure to always set libelf errno when returning 536 (libelf.so$(EXEEXT): Use $(libelf_so_LIBS), require libelf.map 549 * libelf.h: Define macros for various function attributes and use [all …]
|
/third_party/elfutils/debuginfod/ |
D | Makefile.am | 33 AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ 45 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread 46 libelf = ../libelf/libelf.a -lz macro 55 libelf = ../libelf/libelf.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) 100 libdebuginfod_so_LDLIBS = -lpthread $(libcurl_LIBS) $(fts_LIBS) $(libelf)
|
/third_party/elfutils/libdwelf/ |
D | Makefile.am | 33 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw \ 50 libelf = ../libelf/libelf.so macro
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 10 Requires: elfutils-libelf = %{version}-%{release} 60 Requires: elfutils-libelf = %{version}-%{release} 76 Requires: elfutils-libelf-devel = %{version}-%{release} 90 Requires: elfutils-libelf-devel-static = %{version}-%{release} 96 %package libelf 100 %description libelf 101 The elfutils-libelf package provides a DSO which allows reading and 106 %package libelf-devel 107 Summary: Development support for libelf 109 Requires: elfutils-libelf = %{version}-%{release} [all …]
|
D | libelf.pc.in | 6 Name: libelf pkg 7 Description: elfutils libelf library to read and write ELF files
|
D | libdw.pc.in | 14 # We need the exact matching elfutils libelf version since internal data 16 Requires: libelf = @VERSION@
|
D | Makefile.am | 32 libelf.pc.in libdw.pc.in libdebuginfod.pc.in \ 36 pkgconfig_DATA = libelf.pc libdw.pc
|
/third_party/skia/buildtools/third_party/eu-strip/ |
D | build.sh | 17 -Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -Wl,--build-id=none -o eu-strip \ 18 src/strip.o libebl/libebl.a libelf/libelf.a lib/libeu.a libdw/libdw.a -ldl -lz
|
D | fix-elf-size.patch | 1 diff --git a/libelf/elf32_updatenull.c b/libelf/elf32_updatenull.c 3 --- a/libelf/elf32_updatenull.c 4 +++ b/libelf/elf32_updatenull.c
|
/third_party/elfutils/libdwfl/ |
D | Makefile.am | 33 AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ 87 libelf = ../libelf/libelf.so macro
|
/third_party/libbpf/docs/ |
D | libbpf_build.rst | 6 libelf and zlib are internal dependencies of libbpf and thus are required to link 8 pkg-config is used by default to find libelf, and the program called 30 To build both static libbpf.a and shared libbpf.so against a custom libelf
|
/third_party/libabigail/tests/data/test-diff-pkg-ctf/ |
D | elfutils-libelf-0.186-report-1.txt | 1 ================ changes of 'libelf-0.186.so'=============== 9 ================ end of changes of 'libelf-0.186.so'===============
|
/third_party/elfutils/libasm/ |
D | Makefile.am | 31 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
|
/third_party/elfutils/doc/ |
D | elfutils.sgml | 9 <title><filename>libelf</filename> <acronym>ABI</acronym></title> 12 <filename>libelf</filename> implemented in the &package; package 28 #include <libelf.h> 73 <filename>libelf</filename> library. The user should 150 #include <libelf.h> 167 <filename>libelf</filename> library creates exactly one data 196 #include <libelf.h> 429 <title><filename>libelf</filename> Internals</title>
|
/third_party/libbpf/ci/managers/ |
D | debian.sh | 46 docker_exec aptitude -y install make libz-dev libelf-dev 77 if ! docker_exec ldd build/libbpf.so | grep -q libelf; then
|