summaryrefslogtreecommitdiff
path: root/libctf/ctf-open.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: fix tabdamageNick Alcock2019-10-031-2/+2
* libctf: fix refcount leak in ctf_importNick Alcock2019-10-031-0/+2
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-031-35/+57
* libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock2019-10-031-0/+1
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-031-91/+115
* libctf: eschew C99 for loop initial declarationsNick Alcock2019-10-031-7/+14
* libctf: add CU-mapping machineryNick Alcock2019-10-031-0/+1
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-031-0/+1
* libctf: add the ctf_link machineryNick Alcock2019-10-031-0/+2
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-031-11/+39
* libctf: add the object index and function index sectionsNick Alcock2019-10-031-9/+22
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-10-031-1/+1
* libctf, binutils: dump the CTF headerNick Alcock2019-10-031-6/+1
* libctf: allow the header to change between versionsNick Alcock2019-10-031-156/+211
* libctf: deduplicate and sort the string tableNick Alcock2019-07-011-0/+2
* libctf: endianness fixesNick Alcock2019-06-211-7/+11
* libctf: unidentified type kinds on open are a sign of file corruptionNick Alcock2019-06-211-0/+4
* libctf: dump header offsets into the debugging outputNick Alcock2019-06-211-0/+3
* libctf: drop mmap()-based CTF data allocatorNick Alcock2019-06-211-25/+9
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-6/+7
* libctf: ELF file opening via BFDNick Alcock2019-05-281-0/+8
* libctf: mmappable archivesNick Alcock2019-05-281-0/+7
* libctf: openingNick Alcock2019-05-281-0/+1676