| Commit message (Expand) | Author | Age | Files | Lines |
* | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 2021-01-05 | 1 | -1/+12 |
* | 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 | -25/+31 |
* | libctf, include: add ctf_getsymsect and ctf_getstrsect | Nick Alcock | 2020-11-20 | 1 | -0/+12 |
* | libctf: symbol type linking support | Nick Alcock | 2020-11-20 | 1 | -61/+139 |
* | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 2020-11-20 | 1 | -84/+97 |
* | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 2020-08-27 | 1 | -27/+32 |
* | libctf, dedup: add deduplicator | Nick Alcock | 2020-07-22 | 1 | -0/+2 |
* | libctf, link: redo cu-mapping handling | Nick Alcock | 2020-07-22 | 1 | -1/+2 |
* | libctf: sort out potential refcount loops | Nick Alcock | 2020-07-22 | 1 | -6/+45 |
* | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 2020-07-22 | 1 | -0/+9 |
* | libctf: error out on corrupt CTF with invalid header flags | Nick Alcock | 2020-07-22 | 1 | -0/+3 |
* | libctf: add ctf_ref | Nick Alcock | 2020-07-22 | 1 | -0/+11 |
* | libctf, open: drop unnecessary historical wart around forwards | Nick Alcock | 2020-07-22 | 1 | -9/+3 |
* | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 2020-06-26 | 1 | -7/+30 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | libctf: fix tabdamage | Nick Alcock | 2019-10-03 | 1 | -2/+2 |
* | libctf: fix refcount leak in ctf_import | Nick Alcock | 2019-10-03 | 1 | -0/+2 |
* | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 2019-10-03 | 1 | -35/+57 |
* | libctf: properly handle ctf_add_type of forwards and self-reffing structs | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | libctf: avoid the need to ever use ctf_update | Nick Alcock | 2019-10-03 | 1 | -91/+115 |
* | libctf: eschew C99 for loop initial declarations | Nick Alcock | 2019-10-03 | 1 | -7/+14 |
* | libctf: add CU-mapping machinery | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | libctf: add the ctf_link machinery | Nick Alcock | 2019-10-03 | 1 | -0/+2 |
* | libctf: support getting strings from the ELF strtab | Nick Alcock | 2019-10-03 | 1 | -11/+39 |
* | libctf: add the object index and function index sections | Nick Alcock | 2019-10-03 | 1 | -9/+22 |
* | libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections | Nick Alcock | 2019-10-03 | 1 | -1/+1 |
* | libctf, binutils: dump the CTF header | Nick Alcock | 2019-10-03 | 1 | -6/+1 |
* | libctf: allow the header to change between versions | Nick Alcock | 2019-10-03 | 1 | -156/+211 |
* | libctf: deduplicate and sort the string table | Nick Alcock | 2019-07-01 | 1 | -0/+2 |
* | libctf: endianness fixes | Nick Alcock | 2019-06-21 | 1 | -7/+11 |
* | libctf: unidentified type kinds on open are a sign of file corruption | Nick Alcock | 2019-06-21 | 1 | -0/+4 |
* | libctf: dump header offsets into the debugging output | Nick Alcock | 2019-06-21 | 1 | -0/+3 |
* | libctf: drop mmap()-based CTF data allocator | Nick Alcock | 2019-06-21 | 1 | -25/+9 |
* | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 2019-05-31 | 1 | -6/+7 |
* | libctf: ELF file opening via BFD | Nick Alcock | 2019-05-28 | 1 | -0/+8 |
* | libctf: mmappable archives | Nick Alcock | 2019-05-28 | 1 | -0/+7 |
* | libctf: opening | Nick Alcock | 2019-05-28 | 1 | -0/+1676 |