summaryrefslogtreecommitdiff
path: root/libctf/ctf-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* libctf, lookup: fix bounds of pptrtab lookupNick Alcock2021-09-271-2/+2
* libctf: don't dereference out-of-bounds locations in the qualifier hashtabNick Alcock2021-03-251-3/+7
* libctf: fix GNU style for do {} whileNick Alcock2021-03-181-1/+2
* libctf: fix some tabdamage and move some code aroundNick Alcock2021-03-181-6/+6
* libctf, include: find types of symbols by nameNick Alcock2021-02-201-30/+202
* libctf: rip out dead code handling typedefs with no nameNick Alcock2021-02-041-24/+0
* libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock2021-01-191-8/+26
* libctf: fix lookups of pointers by name in parent dictsNick Alcock2021-01-051-31/+164
* libctf, include: support unnamed structure members betterNick Alcock2021-01-051-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf: symbol type linking supportNick Alcock2020-11-201-132/+440
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-13/+13
* libctf: fix isspace castsNick Alcock2020-07-221-3/+3
* libctf, next: introduce new class of easier-to-use iteratorsNick Alcock2020-07-221-4/+15
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-031-9/+14
* libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock2019-07-181-1/+1
* libctf: avoid strndupNick Alcock2019-06-071-1/+1
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-2/+2
* libctf: lookups by name and symbolNick Alcock2019-05-281-0/+364
* libctf: creation functionsNick Alcock2019-05-281-0/+63