Searched defs:VTG_LOC_SECT (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/
H A DVBoxTpG.h95 /** @def VTG_LOC_SECT
100 * indicated by VTG_LOC_SECT. */
103 # define VTG_LOC_SECT "VTGPrLc.Data" macro
106 __declspec(allocate(VTG_LOC_SECT)) static VTGPROBELOC a_VarName
109 static VTGPROBELOC __attribute__((section(VTG_LOC_SECT))) a_VarName
116 # define VTG_LOC_SECT "__VTGPrLc" macro
120 static VTGPROBELOC __attribute__((section(VTG_LOC_SEG "," VTG_LOC_SECT ",regular")/*, aligned(16)*/)) a_VarName
127 # define VTG_LOC_SECT "__VTGPrLc" macro
140 # define VTG_LOC_SECT ".VTGPrLc" macro
143 static VTGPROBELOC __attribute__((section(VTG_LOC_SECT))) a_VarNam
[all...]

Completed in 69 milliseconds