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