aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libctf, include: add ctf_dict_set_flag: less enum dup checking by defaultNick Alcock2024-08-011-1/+4
* libctf: fix CTF dict compressionNick Alcock2024-08-011-0/+2
* libctf, string: split the movable refs out of the ref listNick Alcock2024-08-011-4/+3
* libctf, dedup: drop unnecessary arg from ctf_dedup()Nick Alcock2024-08-011-2/+2
* libctf, include: new functions for looking up enumeratorsNick Alcock2024-06-181-5/+7
* libctf: make the ctf_next ctn_fp non-constNick Alcock2024-06-181-3/+5
* libctf: prohibit addition of enums with overlapping enumerator constantsNick Alcock2024-06-181-1/+4
* libctf: dedup: enums with overlapping enumerators are conflictingNick Alcock2024-06-181-1/+2
* libctf: make ctf_serialize() actually serializeNick Alcock2024-04-191-17/+2
* libctf: rethink strtab writeoutNick Alcock2024-04-191-4/+5
* libctf: replace 'pending refs' abstractionNick Alcock2024-04-191-3/+18
* Revert "libctf: do not corrupt strings across ctf_serialize"Nick Alcock2024-04-191-5/+1
* libctf: rename ctf_dict.ctf_{symtab,strtab}Nick Alcock2024-04-191-3/+3
* libctf: fix a comment typoNick Alcock2024-04-191-3/+3
* libctf: delete LCTF_DIRTYNick Alcock2024-04-191-2/+1
* libctf: support addition of types to dicts read via ctf_open()Nick Alcock2024-04-191-9/+19
* libctf: remove static/dynamic name lookup distinctionNick Alcock2024-04-191-20/+14
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* libctf: Sanitize error types for PR 30836Torbjörn SVENSSON2023-10-171-1/+0
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* libctf: fix linking together multiple objects derived from the same sourceNick Alcock2022-06-211-0/+4
* libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging optionNick Alcock2022-03-231-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use htab_eq_string in libctfAlan Modra2021-05-091-2/+0
* Provide an inline startswith function in bfd.hAlan Modra2021-03-211-0/+1
* libctf: types: unify code dealing with small-vs-large struct membersNick Alcock2021-03-181-2/+2
* libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock2021-03-181-14/+0
* libctf: eliminate dtd_u, part 4: enumsNick Alcock2021-03-181-0/+3
* libctf: do not corrupt strings across ctf_serializeNick Alcock2021-03-181-1/+4
* libctf: eliminate dtd_u, part 3: functionsNick Alcock2021-03-181-1/+0
* libctf: eliminate dtd_u, part 2: arraysNick Alcock2021-03-181-1/+0
* libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock2021-03-181-2/+1
* libctf: fix comment above ctf_dict_tNick Alcock2021-03-181-5/+6
* libctf: add a deduplicator-specific type mapping tableNick Alcock2021-03-021-8/+9
* libctf, include: find types of symbols by nameNick Alcock2021-02-201-2/+4
* libctf, ld: fix symtypetab and var section population under ld -rNick Alcock2021-02-041-3/+5
* libctf: fix lookups of pointers by name in parent dictsNick Alcock2021-01-051-0/+3
* libctf, include: support unnamed structure members betterNick Alcock2021-01-051-5/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf, include: support foreign-endianness symtabs with CTFNick Alcock2020-11-251-0/+2
* libctf, include: CTF-archive-wide symbol lookupNick Alcock2020-11-201-1/+4
* libctf: symbol type linking supportNick Alcock2020-11-201-6/+56
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-0/+1
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-89/+90
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-11/+6
* libctf, binutils: initial work towards libctf gettextizationNick Alcock2020-08-271-0/+1
* libctf, link: tie in the deduplicating linkerNick Alcock2020-07-221-0/+1
* libctf, dedup: add deduplicatorNick Alcock2020-07-221-0/+127
* libctf, dedup: add new configure option --enable-libctf-hash-debuggingNick Alcock2020-07-221-0/+5
* libctf: add SHA-1 support for libctfNick Alcock2020-07-221-0/+5