7373#define DBG_IS_SECONDARY (p ) ((p) && (p)->de_secondary_dbg && \
7474 ((p)->de_secondary_dbg == (p)))
7575#define DBG_IS_PRIMARY (p ) ((p) && ((!(p)->de_secondary_dbg) || \
76- ((p)->de_secondary_dbg && ((p)->de_secondary_dbg != (p)))))
76+ ((p)->de_secondary_dbg && ((p)->de_secondary_dbg != (p)))))
7777#define DBG_HAS_SECONDARY (p ) (DBG_IS_PRIMARY(p) && \
7878 (DBG_IS_SECONDARY((p)->de_secondary_dbg)))
7979
@@ -96,7 +96,6 @@ _dwarf_dump_optional_fields(const char *msg,
9696 const char * filepath );
9797#endif /* DEBUG_PRIMARY_DBG */
9898
99-
10099struct Dwarf_Rnglists_Context_s ;
101100typedef struct Dwarf_Rnglists_Context_s * Dwarf_Rnglists_Context ;
102101struct Dwarf_Loclists_Context_s ;
@@ -638,7 +637,7 @@ struct Dwarf_Debug_s {
638637 struct Dwarf_Obj_Access_Interface_a_s * de_obj_file ;
639638
640639 /* See dwarf_generic_init.c comments on the
641- use of the next four fields. And see
640+ use of the next four fields. And see
642641 DBG_IS_SECONDARY(p) DBG_IS_PRIMARY(p)
643642 DBG_HAS_SECONDARY(p) below and also dwarf_util.c */
644643 struct Dwarf_Debug_s * de_dbg ;
@@ -1207,7 +1206,6 @@ _dwarf_has_SECT_fission(Dwarf_CU_Context ctx,
12071206 Dwarf_Bool * hasfissionoffset ,
12081207 Dwarf_Unsigned * loclistsbase );
12091208
1210-
12111209int _dwarf_skip_leb128 (char * leb ,
12121210 Dwarf_Unsigned * leblen ,
12131211 char * endptr );
0 commit comments