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