summaryrefslogtreecommitdiff
path: root/libctf/ctf-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use htab_eq_string in libctfAlan Modra2021-05-091-9/+0
* libctf: do not corrupt strings across ctf_serializeNick Alcock2021-03-181-0/+6
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf: symbol type linking supportNick Alcock2020-11-201-0/+7
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-3/+3
* libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock2020-07-221-1/+1
* libctf, dedup: add deduplicatorNick Alcock2020-07-221-0/+22
* libctf: rename the type_mapping_key to type_keyNick Alcock2020-07-221-9/+10
* libctf, next, hash: add dynhash and dynset _next iterationNick Alcock2020-07-221-0/+225
* libctf, hash: introduce the ctf_dynsetNick Alcock2020-07-221-11/+157
* libctf, hash: save per-item space when no key/item freeing functionNick Alcock2020-07-221-21/+47
* libctf, hash: improve insertion of existing keys into dynhashesNick Alcock2020-07-221-2/+2
* libctf: add new dynhash functionsNick Alcock2020-07-221-0/+55
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: don't leak hash keys or values on value replacementNick Alcock2019-10-031-4/+14
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-031-1/+29
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-031-4/+6
* libctf: add hash traversal helpersNick Alcock2019-07-011-0/+49
* libctf: fix hash removalNick Alcock2019-07-011-1/+2
* libctf: hashingNick Alcock2019-05-281-0/+277