Searched refs:GELF_ST_VISIBILITY (Results 1 – 1 of 1) sorted by relevance
52 #define GELF_ST_VISIBILITY(o) ((o)&0x3) // See "Linker and Libraries Guide". macro176 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