aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-25libctf: don't dereference out-of-bounds locations in the qualifier hashtabNick Alcock1-3/+7
2021-03-18libctf: fix GNU style for do {} whileNick Alcock1-1/+2
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock1-6/+6
2021-02-20libctf, include: find types of symbols by nameNick Alcock1-30/+202
2021-02-04libctf: rip out dead code handling typedefs with no nameNick Alcock1-24/+0
2021-01-19libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock1-8/+26
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