aboutsummaryrefslogtreecommitdiff
path: root/include/ctf-api.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-28libctf: add a comment explaining how to use ctf_*openNick Alcock1-1/+7
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-05-06libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock1-0/+1
2021-03-02libctf, include: remove the nondeduplicating CTF linkerNick Alcock1-1/+2
2021-02-20libctf, include: find types of symbols by nameNick Alcock1-0/+4
2021-02-04libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock1-2/+3
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock1-0/+9
2021-01-05libctf, include: support unnamed structure members betterNick Alcock1-1/+6
2021-01-05libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock1-2/+3
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-13/+17
2020-11-20libctf, include: add ctf_getsymsect and ctf_getstrsectNick Alcock1-0/+2
2020-11-20libctf, include: CTF-archive-wide symbol lookupNick Alcock1-0/+6
2020-11-20libctf: symbol type linking supportNick Alcock1-0/+5
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-7/+11
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock1-6/+12
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-119/+126
2020-10-21Remove libctf/mkerrors.sedTom Tromey1-58/+69
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-1/+1
2020-07-22libctf, link: tie in the deduplicating linkerNick Alcock1-0/+3
2020-07-22libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTIONNick Alcock1-0/+3
2020-07-22libctf, dedup: add deduplicatorNick Alcock1-1/+1
2020-07-22libctf, link: add the ability to filter out variables from the linkNick Alcock1-0/+6
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock1-1/+5
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock1-5/+4
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-1/+7
2020-07-22libctf: error out on corrupt CTF with invalid header flagsNick Alcock1-2/+3
2020-07-22libctf, next: introduce new class of easier-to-use iteratorsNick Alcock1-4/+29
2020-07-22libctf: add ctf_refNick Alcock1-0/+1
2020-07-22libctf: add ctf_archive_countNick Alcock1-0/+1
2020-07-22libctf: add ctf_member_countNick Alcock1-0/+1
2020-07-22libctf: add ctf_type_kind_forwardedNick Alcock1-0/+1
2020-07-22libctf: add ctf_type_name_rawNick Alcock1-0/+1
2020-07-22libctf: restructure error handling to reduce relocationsNick Alcock1-52/+54
2020-07-22include, libctf: typo fixesNick Alcock1-3/+3
2020-06-26libctf, binutils: support CTF archives like objdumpNick Alcock1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock1-2/+2
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock1-1/+2
2019-10-03libctf: installable libctf as a shared libraryNick Alcock1-0/+2
2019-10-03libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock1-1/+0
2019-10-03libctf: add CU-mapping machineryNick Alcock1-0/+10
2019-10-03libctf: add linking of the variable sectionNick Alcock1-1/+2
2019-10-03libctf: add the ctf_link machineryNick Alcock1-2/+37
2019-10-03libctf: write CTF files to memory, and CTF archives to fdsNick Alcock1-1/+4
2019-10-03libctf: Add iteration over non-root typesNick Alcock1-0/+2
2019-10-03libctf: allow the header to change between versionsNick Alcock1-0/+2
2019-07-18libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock1-1/+4
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-7/+5
2019-05-28libctf: debug dumpingNick Alcock1-0/+7