VirtualBox

Ignore:
Timestamp:
Jul 8, 2020 9:13:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139064
Message:

*: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively for functions. bugref:9794

Location:
trunk/src/VBox/Runtime/include/internal
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dbgmod.h

    r85121 r85124  
    690690
    691691
    692 extern DECLHIDDEN(RTSTRCACHE)           g_hDbgModStrCache;
    693 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgCodeView;
    694 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgDwarf;
    695 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgNm;
    696 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgMapSym;
     692extern DECL_HIDDEN_DATA(RTSTRCACHE)             g_hDbgModStrCache;
     693extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgCodeView;
     694extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgDwarf;
     695extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgNm;
     696extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgMapSym;
    697697#ifdef RT_OS_WINDOWS
    698 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgDbgHelp;
     698extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgDbgHelp;
    699699#endif
    700 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgDeferred;
    701 extern DECLHIDDEN(RTDBGMODVTDBG const)  g_rtDbgModVtDbgContainer;
    702 
    703 extern DECLHIDDEN(RTDBGMODVTIMG const)  g_rtDbgModVtImgLdr;
    704 extern DECLHIDDEN(RTDBGMODVTIMG const)  g_rtDbgModVtImgDeferred;
     700extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgDeferred;
     701extern DECL_HIDDEN_DATA(RTDBGMODVTDBG const)    g_rtDbgModVtDbgContainer;
     702
     703extern DECL_HIDDEN_DATA(RTDBGMODVTIMG const)    g_rtDbgModVtImgLdr;
     704extern DECL_HIDDEN_DATA(RTDBGMODVTIMG const)    g_rtDbgModVtImgDeferred;
    705705
    706706DECLHIDDEN(int) rtDbgModContainerCreate(PRTDBGMODINT pMod, RTUINTPTR cbSeg);
  • trunk/src/VBox/Runtime/include/internal/dvm.h

    r85121 r85124  
    330330}
    331331
     332extern DECL_HIDDEN_DATA(const RTDVMFMTOPS) g_rtDvmFmtMbr;
     333extern DECL_HIDDEN_DATA(const RTDVMFMTOPS) g_rtDvmFmtGpt;
     334extern DECL_HIDDEN_DATA(const RTDVMFMTOPS) g_rtDvmFmtBsdLbl;
     335
    332336RT_C_DECLS_END
    333337
  • trunk/src/VBox/Runtime/include/internal/process.h

    r82968 r85124  
    3636RT_C_DECLS_BEGIN
    3737
    38 extern DECLHIDDEN(RTPROCESS)        g_ProcessSelf;
    39 extern DECLHIDDEN(RTPROCPRIORITY)  g_enmProcessPriority;
    40 extern DECLHIDDEN(char)             g_szrtProcExePath[RTPATH_MAX];
    41 extern DECLHIDDEN(size_t)           g_cchrtProcExePath;
    42 extern DECLHIDDEN(size_t)           g_cchrtProcDir;
    43 extern DECLHIDDEN(size_t)           g_offrtProcName;
    44 extern DECLHIDDEN(bool volatile)    g_frtAtExitCalled;
     38extern DECL_HIDDEN_DATA(RTPROCESS)      g_ProcessSelf;
     39extern DECL_HIDDEN_DATA(RTPROCPRIORITY) g_enmProcessPriority;
     40extern DECL_HIDDEN_DATA(char)           g_szrtProcExePath[RTPATH_MAX];
     41extern DECL_HIDDEN_DATA(size_t)         g_cchrtProcExePath;
     42extern DECL_HIDDEN_DATA(size_t)         g_cchrtProcDir;
     43extern DECL_HIDDEN_DATA(size_t)         g_offrtProcName;
     44extern DECL_HIDDEN_DATA(bool volatile)  g_frtAtExitCalled;
    4545
    4646/**
  • trunk/src/VBox/Runtime/include/internal/thread.h

    r83124 r85124  
    138138
    139139/** Counters for each thread type. */
    140 extern DECLHIDDEN(uint32_t volatile)  g_acRTThreadTypeStats[RTTHREADTYPE_END];
     140extern DECL_HIDDEN_DATA(uint32_t volatile) g_acRTThreadTypeStats[RTTHREADTYPE_END];
    141141
    142142
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette