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