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