| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 | -18/+36 |
* | libctf: get rid of a disruptive public include of <sys/param.h> | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | libctf: add CU-mapping machinery | Nick Alcock | 2019-10-03 | 1 | -0/+4 |
* | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 2019-10-03 | 1 | -0/+20 |
* | 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 | -2/+15 |
* | libctf, binutils: dump the CTF header | Nick Alcock | 2019-10-03 | 1 | -0/+1 |
* | libctf: allow the header to change between versions | Nick Alcock | 2019-10-03 | 1 | -2/+6 |
* | libctf: deduplicate and sort the string table | Nick Alcock | 2019-07-01 | 1 | -2/+41 |
* | libctf: add hash traversal helpers | Nick Alcock | 2019-07-01 | 1 | -0/+6 |
* | libctf: drop mmap()-based CTF data allocator | Nick Alcock | 2019-06-21 | 1 | -5/+0 |
* | libctf: handle errors on dynhash insertion better | Nick Alcock | 2019-06-21 | 1 | -2/+2 |
* | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 2019-05-31 | 1 | -2/+3 |
* | libctf: library version enforcement | Nick Alcock | 2019-05-28 | 1 | -0/+1 |
* | libctf: lookups by name and symbol | Nick Alcock | 2019-05-28 | 1 | -0/+1 |
* | libctf: core type lookup | Nick Alcock | 2019-05-28 | 1 | -0/+8 |
* | libctf: ELF file opening via BFD | Nick Alcock | 2019-05-28 | 1 | -0/+6 |
* | libctf: mmappable archives | Nick Alcock | 2019-05-28 | 1 | -0/+15 |
* | libctf: implementation definitions related to file creation | Nick Alcock | 2019-05-28 | 1 | -0/+214 |
* | libctf: hashing | Nick Alcock | 2019-05-28 | 1 | -0/+29 |
* | libctf: low-level list manipulation and helper utilities | Nick Alcock | 2019-05-28 | 1 | -0/+33 |
* | libctf: lowest-level memory allocation and debug-dumping wrappers | Nick Alcock | 2019-05-28 | 1 | -0/+78 |