aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Use htab_eq_string in libctfAlan Modra4-18/+16
2021-05-06libctf, ld: fix test results for upstream GCCNick Alcock3-3/+8
2021-05-06libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock7-10/+69
2021-03-25libctf: fix ELF-in-BFD checks in the presence of ASANNick Alcock3-13/+18
2021-03-25libctf: fix memory leak in a testNick Alcock2-0/+6
2021-03-25libctf: don't dereference out-of-bounds locations in the qualifier hashtabNick Alcock2-3/+13
2021-03-25libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock2-0/+6
2021-03-25libctf, serialize: functions with no args have a NULL dtd_vlenNick Alcock2-1/+9
2021-03-25libctf, dump: do not emit size or alignment if it would errorNick Alcock2-5/+12
2021-03-21Provide an inline startswith function in bfd.hAlan Modra2-0/+5
2021-03-18libctf: support encodings for enumsNick Alcock3-2/+17
2021-03-18libctf: a couple of small error-handling fixesNick Alcock3-10/+25
2021-03-18libctf: types: unify code dealing with small-vs-large struct membersNick Alcock3-157/+150
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock8-410/+323
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock8-122/+277
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock8-12/+209
2021-03-18libctf: don't lose track of all valid types upon serializationNick Alcock2-0/+6
2021-03-18libctf: eliminate dtd_u, part 3: functionsNick Alcock5-35/+28
2021-03-18libctf: eliminate dtd_u, part 2: arraysNick Alcock5-16/+27
2021-03-18libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock6-78/+92
2021-03-18libctf: fix GNU style for do {} whileNick Alcock6-46/+63
2021-03-18libctf: split up ctf_serializeNick Alcock2-317/+424
2021-03-18libctf: fix comment above ctf_dict_tNick Alcock2-5/+10
2021-03-18libctf: split serialization and file writeout into its own fileNick Alcock5-1324/+1391
2021-03-18libctf: fix some tabdamage and move some code aroundNick Alcock5-56/+65
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock3-7/+20
2021-03-02libctf: free ctf_dynsyms properlyNick Alcock2-1/+5
2021-03-02libctf: fix signed/unsigned comparison confusionNick Alcock2-2/+6
2021-03-02libctf: minor error-handling fixesNick Alcock3-8/+32
2021-03-02libctf: add a deduplicator-specific type mapping tableNick Alcock5-328/+344
2021-03-02libctf: remove reference to "unconflicted link mode".Nick Alcock2-3/+8
2021-03-02libctf, include: remove the nondeduplicating CTF linkerNick Alcock2-230/+39
2021-03-02libctf: fix ChangeLog dateNick Alcock1-1/+1
2021-03-02libctf: reimplement many _iter iterators in terms of _nextNick Alcock3-124/+69
2021-03-02libctf: ctf_archive_next should set the parent name consistentlyNick Alcock2-0/+7
2021-02-26libctf regen for NEWSAlan Modra2-1/+5
2021-02-21libctf AC_CANONICAL_TARGETAlan Modra4-81/+142
2021-02-20libctf: add a NEWSNick Alcock1-0/+26
2021-02-20libctf, include: find types of symbols by nameNick Alcock13-179/+567
2021-02-20Include ld-lib.exp from ctf-lib.expAlan Modra3-172/+11
2021-02-10libctf: add missing header in BFD ELF checkNick Alcock3-0/+7
2021-02-10libctf: require a Tcl capable of try/catch to run testsNick Alcock5-38/+138
2021-02-10bfd, opcodes, libctf: support --with-included-gettextNick Alcock5-19/+38
2021-02-04libctf: always name nameless types "", never NULLNick Alcock4-8/+26
2021-02-04libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock2-1/+4
2021-02-04libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock2-2/+16
2021-02-04libctf: rip out dead code handling typedefs with no nameNick Alcock4-61/+14
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock13-57/+592
2021-01-19libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock5-0/+106
2021-01-19libctf: lookup_by_name: do not return success for nonexistent pointer typesNick Alcock5-10/+45