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