Lines Matching refs:libelf
7 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
12 config: Add libelf and libdw pkg-config files.
23 libelf: Use int64_t for offsets in libelf.h instead of loff_t.
176 libelf: elf*_xlatetomd now works for cross-endian ELF note data.
199 libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET.
295 libelf: More robust to bogus section headers.
306 libelf: New function elf_getphdrnum.
326 libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
356 libelf: Fix regression in creation of section header
382 libelf: bug fixes
405 libdwfl, libelf: bug fixes
426 libelf: new function elf_scnshndx.
445 libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
490 libelf, elflint: better support for core file handling
498 libelf, libdw: bug fixes for unaligned accesses on machines that care
521 libelf: add elf_gnu_hash
529 libelf: bug fixes for rewriting existing files when using mmap.
549 The license is now GPL for most files. The libelf, libebl, libdw,
585 libelf: speed-ups of non-mmap reading.
595 libelf: new function elf_getaroff
618 libelf: Add elfXX_offscn and gelf_offscn.
635 libelf: fix a number of problems with elf_update
712 libelf: add gelf_checksum prototype to <libelf.h>
714 libelf: fix elf*_checksum handling of NOBITS sections
749 libelf: Add gelf_getlib and gelf_update_lib
773 libelf: change to GPL from OSL1 for now.
802 libelf: fix two problems with generating output not via mmap
828 Run strip tests with the correct libelf and libebl.
830 libelf: fix bug in verneed byte order changing code.
839 Fix some libelf problems with ET_REL files.
880 libelf: and yet more fun with endian tranformation at output time.
884 libelf: more fun with endian tranformation at output time. Add test for it.
888 libelf: Two little bugs left from previous patch to handle section output
891 libelf: add unlikely in some more places.
895 libelf: fix output routines to handle case where section indeces and
907 libelf: correct mistake in error string handling.
909 libelf: Implement ELF_F_PERMISSIVE.
916 libelf: Handle broken hash table entry sizes.
922 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
926 libelf: Make error handling more robust.
927 libelf: Use TLS in error handler if configured with --enable-tls
961 libelf: Take offset of archive into account in elf_rand.
978 libelf: quite a few bug fixes by Alex Larsson.
1028 libelf: new function to read parts of the ELF file
1036 libelf: fix little new section-handling related bugs in elf_getshstrndx
1055 libelf: major rewrite to keep Elf_Scn references valid until elf_end
1068 libelf: implement {gelf,elf32,elf64}_checksum
1070 libelf: optimze DSO: fewer relocations, fewer PLTs
1080 libelf: add elf_getshnum and elf_getshstrndx
1257 Gracefully deal with no phdr in new file in libelf.
1265 Fix some problems with recursive handling of archives in libelf.
1283 Fix some memory leaks in libelf.
1302 make handling of e_shnum overflow in libelf standard conforming
1418 libelf and parts of libebl are done.