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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp1048 static char s_szStatic[32]; local
1049 RTStrPrintf(s_szStatic, sizeof(s_szStatic),"DW_TAG_%#x", uTag);
1050 return s_szStatic;
1158 static char s_szStatic[32]; local
1159 RTStrPrintf(s_szStatic, sizeof(s_szStatic),"DW_AT_%#x", uAttr);
1160 return s_szStatic;
1200 static char s_szStatic[32]; local
1201 RTStrPrintf(s_szStatic, sizeo
[all...]

Completed in 91 milliseconds