aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-open.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock1-1/+12
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-25libctf, include: support foreign-endianness symtabs with CTFNick Alcock1-25/+31
2020-11-20libctf, include: add ctf_getsymsect and ctf_getstrsectNick Alcock1-0/+12
2020-11-20libctf: symbol type linking supportNick Alcock1-61/+139
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-84/+97
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-27/+32
2020-07-22libctf, dedup: add deduplicatorNick Alcock1-0/+2
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock1-1/+2
2020-07-22libctf: sort out potential refcount loopsNick Alcock1-6/+45
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-0/+9
2020-07-22libctf: error out on corrupt CTF with invalid header flagsNick Alcock1-0/+3
2020-07-22libctf: add ctf_refNick Alcock1-0/+11
2020-07-22libctf, open: drop unnecessary historical wart around forwardsNick Alcock1-9/+3
2020-06-26libctf: create: non-root-visible types should not appear in name tablesNick Alcock1-7/+30
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: fix tabdamageNick Alcock1-2/+2
2019-10-03libctf: fix refcount leak in ctf_importNick Alcock1-0/+2
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock1-35/+57
2019-10-03libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock1-0/+1
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock1-91/+115
2019-10-03libctf: eschew C99 for loop initial declarationsNick Alcock1-7/+14
2019-10-03libctf: add CU-mapping machineryNick Alcock1-0/+1
2019-10-03libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock1-0/+1
2019-10-03libctf: add the ctf_link machineryNick Alcock1-0/+2
2019-10-03libctf: support getting strings from the ELF strtabNick Alcock1-11/+39
2019-10-03libctf: add the object index and function index sectionsNick Alcock1-9/+22
2019-10-03libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock1-1/+1
2019-10-03libctf, binutils: dump the CTF headerNick Alcock1-6/+1
2019-10-03libctf: allow the header to change between versionsNick Alcock1-156/+211
2019-07-01libctf: deduplicate and sort the string tableNick Alcock1-0/+2
2019-06-21libctf: endianness fixesNick Alcock1-7/+11
2019-06-21libctf: unidentified type kinds on open are a sign of file corruptionNick Alcock1-0/+4
2019-06-21libctf: dump header offsets into the debugging outputNick Alcock1-0/+3
2019-06-21libctf: drop mmap()-based CTF data allocatorNick Alcock1-25/+9
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-6/+7
2019-05-28libctf: ELF file opening via BFDNick Alcock1-0/+8
2019-05-28libctf: mmappable archivesNick Alcock1-0/+7
2019-05-28libctf: openingNick Alcock1-0/+1676