Home
last modified time | relevance | path

Searched refs:GELF_ST_VISIBILITY (Results 1 – 1 of 1) sorted by relevance

/trunk/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx52 #define GELF_ST_VISIBILITY(o) ((o)&0x3) // See "Linker and Libraries Guide". macro
176 unsigned int nSymbolVisibility = GELF_ST_VISIBILITY(aSymbol.st_other); in adjustVisibility()
203 aSymbol.st_other = GELF_ST_VISIBILITY(STV_HIDDEN); in adjustVisibility()

Completed in 8 milliseconds