From ce9de90364d0fe98d63b18fb323dfc9fd335bcc5 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Wed, 4 Aug 2021 13:11:28 -0300 Subject: [PATCH] core: Document type->node member usage Right now its just for when we emit types, so we can reuse it for instance, to handle different types with the same name in different CUs in pahole. Signed-off-by: Arnaldo Carvalho de Melo --- dwarves.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dwarves.h b/dwarves.h index fca3285..e93154c 100644 --- a/dwarves.h +++ b/dwarves.h @@ -948,6 +948,7 @@ struct tag_cu_node { /** * struct type - base type for enumerations, structs and unions * + * @node: Used in emissions->fwd_decls, i.e. only on the 'dwarves_emit.c' file * @nr_members: number of non static DW_TAG_member entries * @nr_static_members: number of static DW_TAG_member entries * @nr_tags: number of tags