Age | Commit message (Expand) | Author | Files | Lines |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-03-18 | libctf: fix GNU style for do {} while | Nick Alcock | 1 | -1/+2 |
2021-03-02 | libctf: reimplement many _iter iterators in terms of _next | Nick Alcock | 1 | -53/+15 |
2021-03-02 | libctf: ctf_archive_next should set the parent name consistently | Nick Alcock | 1 | -0/+2 |
2021-02-20 | libctf, include: find types of symbols by name | Nick Alcock | 1 | -46/+134 |
2021-01-05 | libctf: remove outdated comment about parent dict importing | Nick Alcock | 1 | -3/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-25 | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 1 | -7/+28 |
2020-11-20 | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 1 | -14/+229 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -0/+19 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 1 | -29/+46 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -58/+58 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -30/+33 |
2020-07-22 | libctf, binutils: fix big-endian libctf archive opening | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, archive: fix bad error message | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 1 | -0/+3 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 1 | -0/+107 |
2020-07-22 | libctf: add ctf_archive_count | Nick Alcock | 1 | -0/+10 |
2020-07-22 | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 1 | -6/+20 |
2020-07-22 | Fix problems in CTF handling code exposed by the Coverity static analysis tool. | Nick Clifton | 1 | -13/+6 |
2020-06-26 | libctf: avoid nonportable __thread in CTF archive handling | Nick Alcock | 1 | -9/+8 |
2020-06-26 | libctf, binutils: support CTF archives like objdump | Nick Alcock | 1 | -13/+63 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 1 | -0/+3 |
2019-10-03 | libctf: actually close bfds we have opened | Nick Alcock | 1 | -0/+2 |
2019-10-03 | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 1 | -35/+64 |
2019-10-03 | libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections | Nick Alcock | 1 | -1/+1 |
2019-06-07 | libctf: mark various args as unused in the !HAVE_MMAP case | Nick Alcock | 1 | -1/+1 |
2019-06-05 | libctf: eschew %zi format specifier | Nick Alcock | 1 | -3/+4 |
2019-06-04 | libctf: look for BSD versus GNU qsort_r signatures | Nick Alcock | 1 | -4/+5 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -6/+2 |
2019-05-28 | libctf: mmappable archives | Nick Alcock | 1 | -0/+756 |