aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libctf: create: non-root-visible types should not appear in name tablesNick Alcock2020-06-261-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* libctf: make ctf_dump not crash on OOMNick Alcock2019-10-031-0/+1
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-031-6/+0
* libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock2019-10-031-0/+1
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-031-18/+36
* libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock2019-10-031-0/+1
* libctf: add CU-mapping machineryNick Alcock2019-10-031-0/+4
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-031-0/+20
* libctf: add the ctf_link machineryNick Alcock2019-10-031-0/+2
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-031-2/+15
* libctf, binutils: dump the CTF headerNick Alcock2019-10-031-0/+1
* libctf: allow the header to change between versionsNick Alcock2019-10-031-2/+6
* libctf: deduplicate and sort the string tableNick Alcock2019-07-011-2/+41
* libctf: add hash traversal helpersNick Alcock2019-07-011-0/+6
* libctf: drop mmap()-based CTF data allocatorNick Alcock2019-06-211-5/+0
* libctf: handle errors on dynhash insertion betterNick Alcock2019-06-211-2/+2
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-2/+3
* libctf: library version enforcementNick Alcock2019-05-281-0/+1
* libctf: lookups by name and symbolNick Alcock2019-05-281-0/+1
* libctf: core type lookupNick Alcock2019-05-281-0/+8
* libctf: ELF file opening via BFDNick Alcock2019-05-281-0/+6
* libctf: mmappable archivesNick Alcock2019-05-281-0/+15
* libctf: implementation definitions related to file creationNick Alcock2019-05-281-0/+214
* libctf: hashingNick Alcock2019-05-281-0/+29
* libctf: low-level list manipulation and helper utilitiesNick Alcock2019-05-281-0/+33
* libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock2019-05-281-0/+78