libctf: add ctf_type_kind_forwarded
This is just like ctf_type_kind, except that forwards get the type of the thing being pointed to rather than CTF_K_FORWARD. include/ * ctf-api.h (ctf_type_kind_forwarded): New. libctf/ * ctf-types.c (ctf_type_kind_forwarded): New.
This commit is contained in:
parent
01d9317436
commit
9b15cbb789
5 changed files with 30 additions and 0 deletions
|
@ -63,6 +63,7 @@ LIBCTF_1.0 {
|
|||
ctf_type_size;
|
||||
ctf_type_align;
|
||||
ctf_type_kind;
|
||||
ctf_type_kind_forwarded;
|
||||
ctf_type_reference;
|
||||
ctf_type_pointer;
|
||||
ctf_type_encoding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue