aboutsummaryrefslogtreecommitdiff
path: root/include/ctf-api.h
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-2/+2
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock1-1/+2
2019-10-03libctf: installable libctf as a shared libraryNick Alcock1-0/+2
2019-10-03libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock1-1/+0
2019-10-03libctf: add CU-mapping machineryNick Alcock1-0/+10
2019-10-03libctf: add linking of the variable sectionNick Alcock1-1/+2
2019-10-03libctf: add the ctf_link machineryNick Alcock1-2/+37
2019-10-03libctf: write CTF files to memory, and CTF archives to fdsNick Alcock1-1/+4
2019-10-03libctf: Add iteration over non-root typesNick Alcock1-0/+2
2019-10-03libctf: allow the header to change between versionsNick Alcock1-0/+2
2019-07-18libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock1-1/+4
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-7/+5
2019-05-28libctf: debug dumpingNick Alcock1-0/+7
2019-05-28libctf: labelsNick Alcock1-0/+9
2019-05-28libctf: library version enforcementNick Alcock1-0/+1
2019-05-28libctf: lookups by name and symbolNick Alcock1-0/+7
2019-05-28libctf: core type lookupNick Alcock1-0/+36
2019-05-28libctf: ELF file opening via BFDNick Alcock1-0/+20
2019-05-28libctf: mmappable archivesNick Alcock1-0/+30
2019-05-28libctf: openingNick Alcock1-0/+13
2019-05-28libctf: creation functionsNick Alcock1-0/+129
2019-05-28libctf: error handlingNick Alcock1-0/+2
2019-05-28libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock1-0/+3
2019-05-28include: new header ctf-api.hNick Alcock1-0/+130