aslxrefout.c (e5e1f58a87fc8cfe8597a1cf14ee4de2c7c16dd8) aslxrefout.c (a009b7dcabdc27aa3fdde1f2c6dd08d4fe5a3170)
1/******************************************************************************
2 *
3 * Module Name: aslxrefout.c - support for optional cross-reference file
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

--- 785 unchanged lines hidden (view full) ---

794 {
795 FlPrintFile (ASL_FILE_XREF_OUTPUT,
796 " Zero references to this object in this module\n");
797 XrefInfo->TotalUnreferencedObjects++;
798 }
799 else
800 {
801 FlPrintFile (ASL_FILE_XREF_OUTPUT,
1/******************************************************************************
2 *
3 * Module Name: aslxrefout.c - support for optional cross-reference file
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

--- 785 unchanged lines hidden (view full) ---

794 {
795 FlPrintFile (ASL_FILE_XREF_OUTPUT,
796 " Zero references to this object in this module\n");
797 XrefInfo->TotalUnreferencedObjects++;
798 }
799 else
800 {
801 FlPrintFile (ASL_FILE_XREF_OUTPUT,
802 " %u references to this object in this module\n",
802 " %u references to this object in this module [%s]\n",
803 XrefInfo->ThisObjectReferences, ParentPath);
804 }
805
806 return (AE_OK);
807}
808
809
810/*******************************************************************************

--- 112 unchanged lines hidden ---
803 XrefInfo->ThisObjectReferences, ParentPath);
804 }
805
806 return (AE_OK);
807}
808
809
810/*******************************************************************************

--- 112 unchanged lines hidden ---