aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2020-07-22libctf, link: fix spurious conflicts of variables in the variable sectionNick Alcock2-1/+6
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock5-31/+126
2020-07-22libctf, link: fix ctf_link_write fd leakNick Alcock2-0/+5
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock7-128/+601
2020-07-22libctf: drop error-prone ctf_strerrorNick Alcock4-8/+9
2020-07-22libctf: sort out potential refcount loopsNick Alcock5-8/+67
2020-07-22libctf: rename the type_mapping_key to type_keyNick Alcock4-28/+50
2020-07-22libctf: check for vasprintfNick Alcock4-12/+32
2020-07-22libctf, archive: fix bad error messageNick Alcock2-1/+5
2020-07-22libctf, open: fix opening CTF in binaries with no symtabNick Alcock4-26/+70
2020-07-22libctf, dump: fix slice dumpingNick Alcock2-35/+65
2020-07-22libctf, dump: migrate towards dumping errors rather than truncationNick Alcock2-10/+19
2020-07-22libctf, decl: avoid leaks of the formatted string on errorNick Alcock2-1/+9
2020-07-22libctf, types: enhance ctf_type_aname to print function arg typesNick Alcock3-50/+89
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock7-0/+147
2020-07-22libctf, types: ensure the emission of ECTF_NOPARENTEgeyar Bagcioglu2-1/+5
2020-07-22libctf: error out on corrupt CTF with invalid header flagsNick Alcock2-0/+7
2020-07-22libctf: pass the thunk down properly when wrapping qsort_rNick Alcock2-1/+5
2020-07-22libctf, next, hash: add dynhash and dynset _next iterationNick Alcock5-1/+305
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock7-6/+561
2020-07-22libctf: add ctf_refNick Alcock3-0/+17
2020-07-22libctf: add ctf_forwardable_kindNick Alcock3-1/+12
2020-07-22libctf: move existing inlines into ctf-inlines.hNick Alcock3-8/+14
2020-07-22libctf, hash: introduce the ctf_dynsetNick Alcock4-11/+203
2020-07-22libctf, hash: save per-item space when no key/item freeing functionNick Alcock2-21/+62
2020-07-22libctf, hash: improve insertion of existing keys into dynhashesNick Alcock2-2/+7
2020-07-22libctf: add new dynhash functionsNick Alcock4-0/+122
2020-07-22libctf: fix __extension__ with non-GNU C compilersNick Alcock2-0/+5
2020-07-22libctf: add ctf_archive_countNick Alcock3-0/+16
2020-07-22libctf: add ctf_member_countNick Alcock3-0/+30
2020-07-22libctf: add ctf_type_kind_forwardedNick Alcock3-0/+25
2020-07-22libctf: add ctf_type_name_rawNick Alcock3-6/+23
2020-07-22libctf: having debugging enabled is unlikelyNick Alcock2-1/+5
2020-07-22libctf, archive: stop ctf_arc_bufopen triggering crazy unmapsNick Alcock4-12/+40
2020-07-22libctf, types: ints, floats and typedefs with no name are invalidNick Alcock2-1/+15
2020-07-22libctf, types: support slices of anything terminating in an intNick Alcock3-3/+22
2020-07-22libctf, create: empty dicts are dirty to start withNick Alcock2-0/+5
2020-07-22libctf, create: fix addition of anonymous struct/union membersNick Alcock2-0/+9
2020-07-22libctf, create: member names of "" and NULL should be the sameNick Alcock2-0/+8
2020-07-22libctf, open: drop unnecessary historical wart around forwardsNick Alcock2-9/+8
2020-07-22libctf, types: allow ctf_type_reference of dynamic slicesNick Alcock2-3/+16
2020-07-22libctf, create: add explicit casts for variables' and slices' typesNick Alcock2-2/+7
2020-07-22libctf, create: do not corrupt function types' arglists at insertion timeNick Alcock4-14/+27
2020-07-22libctf, create: support addition of references to the unimplemented typeNick Alcock2-8/+44
2020-07-22libctf: restructure error handling to reduce relocationsNick Alcock6-62/+100
2020-07-22include, libctf: typo fixesNick Alcock2-1/+5
2020-07-22Fix problems in CTF handling code exposed by the Coverity static analysis tool.Nick Clifton2-13/+11
2020-07-04Add markers for binutils 2.35 branchNick Clifton1-0/+4
2020-06-26libctf: support platforms with separate libintlNick Alcock6-2/+112
2020-06-26libctf: add some missing #includes.Nick Alcock3-0/+7