| Commit message (Expand) | Author | Age | Files | Lines |
* | Use htab_eq_string in libctf | Alan Modra | 2021-05-09 | 1 | -2/+0 |
* | Provide an inline startswith function in bfd.h | Alan Modra | 2021-03-21 | 1 | -0/+1 |
* | libctf: types: unify code dealing with small-vs-large struct members | Nick Alcock | 2021-03-18 | 1 | -2/+2 |
* | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 2021-03-18 | 1 | -14/+0 |
* | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 2021-03-18 | 1 | -0/+3 |
* | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 2021-03-18 | 1 | -1/+4 |
* | libctf: eliminate dtd_u, part 3: functions | Nick Alcock | 2021-03-18 | 1 | -1/+0 |
* | libctf: eliminate dtd_u, part 2: arrays | Nick Alcock | 2021-03-18 | 1 | -1/+0 |
* | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 2021-03-18 | 1 | -2/+1 |
* | libctf: fix comment above ctf_dict_t | Nick Alcock | 2021-03-18 | 1 | -5/+6 |
* | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 2021-03-02 | 1 | -8/+9 |
* | libctf, include: find types of symbols by name | Nick Alcock | 2021-02-20 | 1 | -2/+4 |
* | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 2021-02-04 | 1 | -3/+5 |
* | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 2021-01-05 | 1 | -0/+3 |
* | libctf, include: support unnamed structure members better | Nick Alcock | 2021-01-05 | 1 | -5/+7 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 2020-11-25 | 1 | -0/+2 |
* | libctf, include: CTF-archive-wide symbol lookup | Nick Alcock | 2020-11-20 | 1 | -1/+4 |
* | libctf: symbol type linking support | Nick Alcock | 2020-11-20 | 1 | -6/+56 |
* | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 2020-11-20 | 1 | -0/+1 |
* | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 2020-11-20 | 1 | -89/+90 |
* | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 2020-08-27 | 1 | -11/+6 |
* | libctf, binutils: initial work towards libctf gettextization | Nick Alcock | 2020-08-27 | 1 | -0/+1 |
* | libctf, link: tie in the deduplicating linker | Nick Alcock | 2020-07-22 | 1 | -0/+1 |
* | libctf, dedup: add deduplicator | Nick Alcock | 2020-07-22 | 1 | -0/+127 |
* | libctf, dedup: add new configure option --enable-libctf-hash-debugging | Nick Alcock | 2020-07-22 | 1 | -0/+5 |
* | libctf: add SHA-1 support for libctf | Nick Alcock | 2020-07-22 | 1 | -0/+5 |
* | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 2020-07-22 | 1 | -1/+6 |
* | libctf, link: redo cu-mapping handling | Nick Alcock | 2020-07-22 | 1 | -3/+18 |
* | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 2020-07-22 | 1 | -0/+4 |
* | libctf: drop error-prone ctf_strerror | Nick Alcock | 2020-07-22 | 1 | -1/+0 |
* | libctf: sort out potential refcount loops | Nick Alcock | 2020-07-22 | 1 | -0/+2 |
* | libctf: rename the type_mapping_key to type_key | Nick Alcock | 2020-07-22 | 1 | -10/+9 |
* | libctf, open: fix opening CTF in binaries with no symtab | Nick Alcock | 2020-07-22 | 1 | -0/+1 |
* | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 2020-07-22 | 1 | -0/+17 |
* | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 2020-07-22 | 1 | -1/+20 |
* | libctf, next: introduce new class of easier-to-use iterators | Nick Alcock | 2020-07-22 | 1 | -0/+32 |
* | libctf: move existing inlines into ctf-inlines.h | Nick Alcock | 2020-07-22 | 1 | -8/+0 |
* | libctf, hash: introduce the ctf_dynset | Nick Alcock | 2020-07-22 | 1 | -0/+13 |
* | libctf: add new dynhash functions | Nick Alcock | 2020-07-22 | 1 | -0/+8 |
* | libctf: fix __extension__ with non-GNU C compilers | Nick Alcock | 2020-07-22 | 1 | -0/+1 |
* | libctf, archive: stop ctf_arc_bufopen triggering crazy unmaps | Nick Alcock | 2020-07-22 | 1 | -4/+6 |
* | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 2020-07-22 | 1 | -1/+1 |
* | include, libctf: typo fixes | Nick Alcock | 2020-07-22 | 1 | -1/+1 |
* | libctf: work with compilers not supporting GNU C attributes | Nick Alcock | 2020-06-26 | 1 | -0/+7 |
* | libctf, binutils: support CTF archives like objdump | Nick Alcock | 2020-06-26 | 1 | -1/+5 |
* | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 2020-06-26 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | libctf: make ctf_dump not crash on OOM | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 2019-10-03 | 1 | -6/+0 |