summaryrefslogtreecommitdiff
path: root/libctf/ctf-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: make ctf_dump not crash on OOMNick Alcock2019-10-031-0/+1
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-031-6/+0
* 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-18/+36
* libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock2019-10-031-0/+1
* 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-0/+20
* libctf: add the ctf_link machineryNick Alcock2019-10-031-0/+2
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-031-2/+15
* libctf, binutils: dump the CTF headerNick Alcock2019-10-031-0/+1
* libctf: allow the header to change between versionsNick Alcock2019-10-031-2/+6
* libctf: deduplicate and sort the string tableNick Alcock2019-07-011-2/+41
* libctf: add hash traversal helpersNick Alcock2019-07-011-0/+6
* libctf: drop mmap()-based CTF data allocatorNick Alcock2019-06-211-5/+0
* libctf: handle errors on dynhash insertion betterNick Alcock2019-06-211-2/+2
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-2/+3
* libctf: library version enforcementNick Alcock2019-05-281-0/+1
* libctf: lookups by name and symbolNick Alcock2019-05-281-0/+1
* libctf: core type lookupNick Alcock2019-05-281-0/+8
* libctf: ELF file opening via BFDNick Alcock2019-05-281-0/+6
* libctf: mmappable archivesNick Alcock2019-05-281-0/+15
* libctf: implementation definitions related to file creationNick Alcock2019-05-281-0/+214
* libctf: hashingNick Alcock2019-05-281-0/+29
* libctf: low-level list manipulation and helper utilitiesNick Alcock2019-05-281-0/+33
* libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock2019-05-281-0/+78