Searched refs:ELF_ST_VISIBILITY (Results 1 – 1 of 1) sorted by relevance
518 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3) macro1029 #define ELF32_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)1034 #define ELF64_ST_VISIBILITY(other) ELF_ST_VISIBILITY(other)