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