aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock1-31/+164
2021-01-05libctf, include: support unnamed structure members betterNick Alcock1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20libctf: symbol type linking supportNick Alcock1-132/+440
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-13/+13
2020-07-22libctf: fix isspace castsNick Alcock1-3/+3
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock1-4/+15
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock1-9/+14
2019-07-18libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock1-1/+1
2019-06-07libctf: avoid strndupNick Alcock1-1/+1
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-2/+2
2019-05-28libctf: lookups by name and symbolNick Alcock1-0/+364
2019-05-28libctf: creation functionsNick Alcock1-0/+63