Searched defs:ELF_ST_VISIBILITY (Results 1 – 6 of 6) sorted by relevance
1032 #define ELF_ST_VISIBILITY(v) ((v) & 0x3) macro
1059 #define ELF_ST_VISIBILITY(v) ((v) & 0x3) macro
548 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro
550 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro
642 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro