binutils-gdb/libctf
Nick Alcock c499eb6896 libctf: type copying
ctf_add_type() allows you to copy types, and all the types they depend
on, from one container to another (writable) container. This lets a
program maintaining multiple distinct containers (not in a parent-child
relationship) introduce types that depend on types in one container in
another writable one, by copying the necessary types.

libctf/
	* ctf-create.c (enumcmp): New.
	(enumadd): Likewise.
	(membcmp): Likewise.
	(membadd): Likewise.
	(ctf_add_type): Likewise.
2019-05-28 17:08:26 +01:00
..
ChangeLog libctf: type copying 2019-05-28 17:08:26 +01:00
ctf-archive.c libctf: mmappable archives 2019-05-28 17:07:55 +01:00
ctf-create.c libctf: type copying 2019-05-28 17:08:26 +01:00
ctf-decl.c libctf: core type lookup 2019-05-28 17:08:14 +01:00
ctf-error.c libctf: error handling 2019-05-28 17:07:24 +01:00
ctf-hash.c libctf: hashing 2019-05-28 17:07:29 +01:00
ctf-impl.h libctf: lookups by name and symbol 2019-05-28 17:08:19 +01:00
ctf-lookup.c libctf: lookups by name and symbol 2019-05-28 17:08:19 +01:00
ctf-open-bfd.c libctf: ELF file opening via BFD 2019-05-28 17:08:08 +01:00
ctf-open.c libctf: ELF file opening via BFD 2019-05-28 17:08:08 +01:00
ctf-subr.c
ctf-types.c libctf: core type lookup 2019-05-28 17:08:14 +01:00
ctf-util.c libctf: low-level list manipulation and helper utilities 2019-05-28 17:07:19 +01:00
elf.h libctf: low-level list manipulation and helper utilities 2019-05-28 17:07:19 +01:00
swap.h libctf: opening 2019-05-28 17:07:46 +01:00