aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-archive.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-18libctf: fix GNU style for do {} whileNick Alcock1-1/+2
2021-03-02libctf: reimplement many _iter iterators in terms of _nextNick Alcock1-53/+15
2021-03-02libctf: ctf_archive_next should set the parent name consistentlyNick Alcock1-0/+2
2021-02-20libctf, include: find types of symbols by nameNick Alcock1-46/+134
2021-01-05libctf: remove outdated comment about parent dict importingNick Alcock1-3/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-25libctf, include: support foreign-endianness symtabs with CTFNick Alcock1-7/+28
2020-11-20libctf, include: CTF-archive-wide symbol lookupNick Alcock1-14/+229
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-0/+19
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock1-29/+46
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-58/+58
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-30/+33
2020-07-22libctf, binutils: fix big-endian libctf archive openingNick Alcock1-1/+1
2020-07-22libctf, archive: fix bad error messageNick Alcock1-1/+1
2020-07-22libctf, open: fix opening CTF in binaries with no symtabNick Alcock1-0/+3
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock1-0/+107
2020-07-22libctf: add ctf_archive_countNick Alcock1-0/+10
2020-07-22libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock1-6/+20
2020-07-22Fix problems in CTF handling code exposed by the Coverity static analysis tool.Nick Clifton1-13/+6
2020-06-26libctf: avoid nonportable __thread in CTF archive handlingNick Alcock1-9/+8
2020-06-26libctf, binutils: support CTF archives like objdumpNick Alcock1-13/+63
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock1-0/+3
2019-10-03libctf: actually close bfds we have openedNick Alcock1-0/+2
2019-10-03libctf: write CTF files to memory, and CTF archives to fdsNick Alcock1-35/+64
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock1-1/+1
2019-06-07libctf: mark various args as unused in the !HAVE_MMAP caseNick Alcock1-1/+1
2019-06-05libctf: eschew %zi format specifierNick Alcock1-3/+4
2019-06-04libctf: look for BSD versus GNU qsort_r signaturesNick Alcock1-4/+5
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-6/+2
2019-05-28libctf: mmappable archivesNick Alcock1-0/+756