summaryrefslogtreecommitdiff
path: root/libctf/ctf-impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* libctf, link: add the ability to filter out variables from the linkNick Alcock2020-07-221-1/+6
* libctf, link: redo cu-mapping handlingNick Alcock2020-07-221-3/+18
* libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock2020-07-221-0/+4
* libctf: drop error-prone ctf_strerrorNick Alcock2020-07-221-1/+0
* libctf: sort out potential refcount loopsNick Alcock2020-07-221-0/+2
* libctf: rename the type_mapping_key to type_keyNick Alcock2020-07-221-10/+9
* libctf, open: fix opening CTF in binaries with no symtabNick Alcock2020-07-221-0/+1
* libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock2020-07-221-0/+17
* libctf, next, hash: add dynhash and dynset _next iterationNick Alcock2020-07-221-1/+20
* libctf, next: introduce new class of easier-to-use iteratorsNick Alcock2020-07-221-0/+32
* libctf: move existing inlines into ctf-inlines.hNick Alcock2020-07-221-8/+0
* libctf, hash: introduce the ctf_dynsetNick Alcock2020-07-221-0/+13
* libctf: add new dynhash functionsNick Alcock2020-07-221-0/+8
* libctf: fix __extension__ with non-GNU C compilersNick Alcock2020-07-221-0/+1
* libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock2020-07-221-4/+6
* libctf, create: do not corrupt function types' arglists at insertion timeNick Alcock2020-07-221-1/+1
* include, libctf: typo fixesNick Alcock2020-07-221-1/+1
* libctf: work with compilers not supporting GNU C attributesNick Alcock2020-06-261-0/+7
* libctf, binutils: support CTF archives like objdumpNick Alcock2020-06-261-1/+5