diff options
Diffstat (limited to 'include/ctf.h')
-rw-r--r-- | include/ctf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ctf.h b/include/ctf.h index 75d2ed2..d9f8c96 100644 --- a/include/ctf.h +++ b/include/ctf.h @@ -190,6 +190,7 @@ typedef struct ctf_header uint32_t cth_parlabel; /* Ref to name of parent lbl uniq'd against. */ uint32_t cth_parname; /* Ref to basename of parent. */ uint32_t cth_cuname; /* Ref to CU name (may be 0). */ + uint32_t cth_parent_strlen; /* cth_strlen of parent (may be 0). */ uint32_t cth_lbloff; /* Offset of label section. */ uint32_t cth_objtoff; /* Offset of object section. */ uint32_t cth_funcoff; /* Offset of function section. */ |