Searched defs:GELF_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
56 #define GELF_ST_VISIBILITY(o) ((o) & 0x03) macro
43 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) macro