Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 1 | -1/+4 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -6/+56 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -0/+1 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -89/+90 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -11/+6 |
2020-08-27 | libctf, binutils: initial work towards libctf gettextization | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, link: tie in the deduplicating linker | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -0/+127 |
2020-07-22 | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf: add SHA-1 support for libctf | Nick Alcock | 1 | -0/+5 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -1/+6 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -3/+18 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -0/+4 |
2020-07-22 | libctf: drop error-prone ctf_strerror | Nick Alcock | 1 | -1/+0 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 1 | -0/+2 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 1 | -10/+9 |
2020-07-22 | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 1 | -0/+17 |
2020-07-22 | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 1 | -1/+20 |
2020-07-22 | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 1 | -0/+32 |
2020-07-22 | libctf: move existing inlines into ctf-inlines.h | Nick Alcock | 1 | -8/+0 |
2020-07-22 | libctf, hash: introduce the ctf_dynset | Nick Alcock | 1 | -0/+13 |
2020-07-22 | libctf: add new dynhash functions | Nick Alcock | 1 | -0/+8 |
2020-07-22 | libctf: fix __extension__ with non-GNU C compilers | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 1 | -4/+6 |
2020-07-22 | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 1 | -1/+1 |
2020-07-22 | include, libctf: typo fixes | Nick Alcock | 1 | -1/+1 |
2020-06-26 | libctf: work with compilers not supporting GNU C attributes | Nick Alcock | 1 | -0/+7 |
2020-06-26 | libctf, binutils: support CTF archives like objdump | Nick Alcock | 1 | -1/+5 |
2020-06-26 | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: make ctf_dump not crash on OOM | Nick Alcock | 1 | -0/+1 |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 1 | -6/+0 |
2019-10-03 | libctf: properly handle ctf_add_type of forwards and self-reffing structs | Nick Alcock | 1 | -0/+1 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 1 | -18/+36 |
2019-10-03 | libctf: get rid of a disruptive public include of <sys/param.h> | Nick Alcock | 1 | -0/+1 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 1 | -0/+4 |
2019-10-03 | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 1 | -0/+20 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 1 | -0/+2 |
2019-10-03 | libctf: support getting strings from the ELF strtab | Nick Alcock | 1 | -2/+15 |
2019-10-03 | libctf, binutils: dump the CTF header | Nick Alcock | 1 | -0/+1 |
2019-10-03 | libctf: allow the header to change between versions | Nick Alcock | 1 | -2/+6 |
2019-07-01 | libctf: deduplicate and sort the string table | Nick Alcock | 1 | -2/+41 |
2019-07-01 | libctf: add hash traversal helpers | Nick Alcock | 1 | -0/+6 |
2019-06-21 | libctf: drop mmap()-based CTF data allocator | Nick Alcock | 1 | -5/+0 |
2019-06-21 | libctf: handle errors on dynhash insertion better | Nick Alcock | 1 | -2/+2 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -2/+3 |
2019-05-28 | libctf: library version enforcement | Nick Alcock | 1 | -0/+1 |
2019-05-28 | libctf: lookups by name and symbol | Nick Alcock | 1 | -0/+1 |
2019-05-28 | libctf: core type lookup | Nick Alcock | 1 | -0/+8 |