• Home
  • Raw
  • Download

Lines Matching refs:libelf

9 Obsoletes: libelf libelf-devel
10 Requires: elfutils-libelf = %{version}-%{release}
49 Requires: elfutils-libelf-devel = %{version}-%{release}
68 %package libelf
73 %description libelf
74 The elfutils-libelf package provides a DSO which allows reading and
79 %package libelf-devel
80 Summary: Development support for libelf
83 Requires: elfutils-libelf = %{version}-%{release}
84 Conflicts: libelf-devel
86 %description libelf-devel
87 The elfutils-libelf-devel package contains the libraries to create
88 applications for handling compiled objects. libelf allows you to
92 %package libelf-devel-static
93 Summary: Static archive of libelf
96 Requires: elfutils-libelf-devel = %{version}-%{release}
97 Conflicts: libelf-devel
99 %description libelf-devel-static
100 The elfutils-libelf-static package contains the static archive
101 for libelf.
155 %post libelf -p /sbin/ldconfig
157 %postun libelf -p /sbin/ldconfig
209 %files libelf
211 %{_libdir}/libelf-%{version}.so
212 %{_libdir}/libelf.so.*
215 %files libelf-devel
217 %{_includedir}/libelf.h
221 %{_libdir}/libelf.so
222 %{_libdir}/pkgconfig/libelf.pc
224 %files libelf-devel-static
225 %{_libdir}/libelf.a
234 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
237 - config: Add libelf and libdw pkg-config files.
244 - libelf: Use int64_t for offsets in libelf.h instead of loff_t.
360 - libelf: elf*_xlatetomd now works for cross-endian ELF note data.
377 - libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at
450 - libelf: More robust to bogus section headers.
457 - libelf: New function elf_getphdrnum. Now support using more than
475 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
495 - libelf: Fix regression in creation of section header
513 - libelf: bug fixes
529 - libdwfl, libelf: bug fixes
542 - libelf: new function elf_scnshndx.
557 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
583 - libelf, elflint: better support for core file handling
588 - libelf, libdw: bug fixes for unaligned accesses on machines that care
606 - libelf: bug fixes for rewriting existing files when using mmap.
618 - The license is now GPL for most files. The libelf, libebl, libdw,and
647 - libelf: speed-ups of non-mmap reading.
653 - libelf: new function elf_getaroff
661 - libelf: new function elf_getaroff
682 - libelf: Add elfXX_offscn and gelf_offscn.
694 - libelf: fix a numbe rof problems with elf_update
750 - include only libelf under GPL plus wrapper scripts
759 - include only libelf under GPL plus wrapper scripts
835 - elfutils-libelf needs to run ldconfig.
850 - split packages further into elfutils-libelf
879 - Add libelf-devel to conflicts for elfutils-devel