]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf/ctf-impl.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / libctf / ctf-impl.h
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-11-25  Nick Alcocklibctf, include: support foreign-endianness symtabs...
2020-11-20  Nick Alcocklibctf, include: CTF-archive-wide symbol lookup
2020-11-20  Nick Alcocklibctf: symbol type linking support
2020-11-20  Nick Alcockbfd, include, ld, binutils, libctf: CTF should use...
2020-11-20  Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-08-27  Nick Alcocklibctf, binutils, include, ld: gettextize and improve...
2020-08-27  Nick Alcocklibctf, binutils: initial work towards libctf gettextiz...
2020-07-22  Nick Alcocklibctf, link: tie in the deduplicating linker
2020-07-22  Nick Alcocklibctf, dedup: add deduplicator
2020-07-22  Nick Alcocklibctf, dedup: add new configure option --enable-libctf...
2020-07-22  Nick Alcocklibctf: add SHA-1 support for libctf
2020-07-22  Nick Alcocklibctf, link: add the ability to filter out variables...
2020-07-22  Nick Alcocklibctf, link: redo cu-mapping handling
2020-07-22  Nick Alcocklibctf, link: add lazy linking: clean up input members...
2020-07-22  Nick Alcocklibctf: drop error-prone ctf_strerror
2020-07-22  Nick Alcocklibctf: sort out potential refcount loops
2020-07-22  Nick Alcocklibctf: rename the type_mapping_key to type_key
2020-07-22  Nick Alcocklibctf, open: fix opening CTF in binaries with no symtab
2020-07-22  Nick Alcocklibctf, ld, binutils: add textual error/warning reporti...
2020-07-22  Nick Alcocklibctf, next, hash: add dynhash and dynset _next iteration
2020-07-22  Nick Alcocklibctf, next: introduce new class of easier-to-use...
2020-07-22  Nick Alcocklibctf: move existing inlines into ctf-inlines.h
2020-07-22  Nick Alcocklibctf, hash: introduce the ctf_dynset
2020-07-22  Nick Alcocklibctf: add new dynhash functions
2020-07-22  Nick Alcocklibctf: fix __extension__ with non-GNU C compilers
2020-07-22  Nick Alcocklibctf, archive: stop ctf_arc_bufopen triggering crazy...
2020-07-22  Nick Alcocklibctf, create: do not corrupt function types' arglists...
2020-07-22  Nick Alcockinclude, libctf: typo fixes
2020-06-26  Nick Alcocklibctf: work with compilers not supporting GNU C attributes
2020-06-26  Nick Alcocklibctf, binutils: support CTF archives like objdump
2020-06-26  Nick Alcocklibctf: create: non-root-visible types should not appea...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-10-03  Nick Alcocklibctf: make ctf_dump not crash on OOM
2019-10-03  Nick Alcocklibctf: remove ctf_malloc, ctf_free and ctf_strdup
2019-10-03  Nick Alcocklibctf: properly handle ctf_add_type of forwards and...
2019-10-03  Nick Alcocklibctf: avoid the need to ever use ctf_update
2019-10-03  Nick Alcocklibctf: get rid of a disruptive public include of ...
2019-10-03  Nick Alcocklibctf: add CU-mapping machinery
2019-10-03  Nick Alcocklibctf: map from old to corresponding newly-added types...
2019-10-03  Nick Alcocklibctf: add the ctf_link machinery
2019-10-03  Nick Alcocklibctf: support getting strings from the ELF strtab
2019-10-03  Nick Alcocklibctf, binutils: dump the CTF header
2019-10-03  Nick Alcocklibctf: allow the header to change between versions
2019-07-01  Nick Alcocklibctf: deduplicate and sort the string table
2019-07-01  Nick Alcocklibctf: add hash traversal helpers
2019-06-21  Nick Alcocklibctf: drop mmap()-based CTF data allocator
2019-06-21  Nick Alcocklibctf: handle errors on dynhash insertion better
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-28  Nick Alcocklibctf: library version enforcement
2019-05-28  Nick Alcocklibctf: lookups by name and symbol
2019-05-28  Nick Alcocklibctf: core type lookup
2019-05-28  Nick Alcocklibctf: ELF file opening via BFD
2019-05-28  Nick Alcocklibctf: mmappable archives
2019-05-28  Nick Alcocklibctf: implementation definitions related to file...
2019-05-28  Nick Alcocklibctf: hashing
2019-05-28  Nick Alcocklibctf: low-level list manipulation and helper utilities
2019-05-28  Nick Alcocklibctf: lowest-level memory allocation and debug-dumpin...