Searched defs:ELF64_ST_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
57 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
38 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro