aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-create.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock1-32/+33
2019-10-03libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock1-85/+116
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock1-188/+235
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock1-2/+17
2019-10-03libctf: teach ctf_add_type how forwards workNick Alcock1-14/+29
2019-10-03libctf: add CU-mapping machineryNick Alcock1-0/+4
2019-10-03libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock1-3/+17
2019-10-03libctf: add the ctf_link machineryNick Alcock1-0/+4
2019-10-03libctf: fix double-free on ctf_compress_write error pathNick Alcock1-1/+0
2019-10-03libctf: write CTF files to memory, and CTF archives to fdsNick Alcock1-0/+51
2019-10-03libctf: support getting strings from the ELF strtabNick Alcock1-17/+33
2019-10-03libctf: allow the header to change between versionsNick Alcock1-14/+38
2019-07-01libctf: fix spurious error when rolling back to the first snapshotNick Alcock1-1/+1
2019-07-01libctf: deduplicate and sort the string tableNick Alcock1-108/+75
2019-06-21libctf: drop mmap()-based CTF data allocatorNick Alcock1-8/+7
2019-06-21libctf: handle errors on dynhash insertion betterNick Alcock1-10/+24
2019-06-05libctf: eschew %zi format specifierNick Alcock1-3/+4
2019-06-04Use CHAR_BIT instead of NBBY in libctfTom Tromey1-6/+8
2019-06-04libctf: look for BSD versus GNU qsort_r signaturesNick Alcock1-1/+1
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-22/+28
2019-05-28libctf: type copyingNick Alcock1-0/+485
2019-05-28libctf: creation functionsNick Alcock1-0/+1547