Lines Matching refs:libelf

10 Requires: elfutils-libelf = %{version}-%{release}
57 Requires: elfutils-libelf = %{version}-%{release}
73 Requires: elfutils-libelf-devel = %{version}-%{release}
87 Requires: elfutils-libelf-devel-static = %{version}-%{release}
93 %package libelf
97 %description libelf
98 The elfutils-libelf package provides a DSO which allows reading and
103 %package libelf-devel
104 Summary: Development support for libelf
106 Requires: elfutils-libelf = %{version}-%{release}
107 Conflicts: libelf-devel
109 %description libelf-devel
110 The elfutils-libelf-devel package contains the libraries to create
111 applications for handling compiled objects. libelf allows you to
115 %package libelf-devel-static
116 Summary: Static archive of libelf
118 Requires: elfutils-libelf-devel = %{version}-%{release}
119 Conflicts: libelf-devel
121 %description libelf-devel-static
122 The elfutils-libelf-static package contains the static archive
123 for libelf.
153 Requires: elfutils-libelf = %{version}-%{release}
216 %post libelf -p /sbin/ldconfig
217 %postun libelf -p /sbin/ldconfig
275 %files libelf
277 %{_libdir}/libelf-%{version}.so
278 %{_libdir}/libelf.so.*
281 %files libelf-devel
282 %{_includedir}/libelf.h
285 %{_libdir}/libelf.so
286 %{_libdir}/pkgconfig/libelf.pc
289 %files libelf-devel-static
290 %{_libdir}/libelf.a
357 - libelf: elf_update now compensates (fixes up) a bad sh_addralign
395 - libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached.
450 - libelf, libdw and all tools now handle extended shnum and shstrndx
513 - libelf: gelf_newehdr and gelf_newehdr now return void *.
533 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
536 - config: Add libelf and libdw pkg-config files.
543 - libelf: Use int64_t for offsets in libelf.h instead of loff_t.
659 - libelf: elf*_xlatetomd now works for cross-endian ELF note data.
676 - libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at
749 - libelf: More robust to bogus section headers.
756 - libelf: New function elf_getphdrnum. Now support using more than
774 - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
794 - libelf: Fix regression in creation of section header
812 - libelf: bug fixes
828 - libdwfl, libelf: bug fixes
841 - libelf: new function elf_scnshndx.
856 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
882 - libelf, elflint: better support for core file handling
887 - libelf, libdw: bug fixes for unaligned accesses on machines that care
905 - libelf: bug fixes for rewriting existing files when using mmap.
917 - The license is now GPL for most files. The libelf, libebl, libdw,and
946 - libelf: speed-ups of non-mmap reading.
952 - libelf: new function elf_getaroff
960 - libelf: new function elf_getaroff
981 - libelf: Add elfXX_offscn and gelf_offscn.
993 - libelf: fix a numbe rof problems with elf_update
1049 - include only libelf under GPL plus wrapper scripts
1058 - include only libelf under GPL plus wrapper scripts
1134 - elfutils-libelf needs to run ldconfig.
1149 - split packages further into elfutils-libelf
1178 - Add libelf-devel to conflicts for elfutils-devel