Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-05-28 | libctf: ELF file opening via BFD | Nick Alcock | 1 | -0/+6 |
2019-05-28 | libctf: mmappable archives | Nick Alcock | 1 | -0/+15 |
2019-05-28 | libctf: implementation definitions related to file creation | Nick Alcock | 1 | -0/+214 |
2019-05-28 | libctf: hashing | Nick Alcock | 1 | -0/+29 |
2019-05-28 | libctf: low-level list manipulation and helper utilities | Nick Alcock | 1 | -0/+33 |
2019-05-28 | libctf: lowest-level memory allocation and debug-dumping wrappers | Nick Alcock | 1 | -0/+78 |