Searched refs:ELF32_ST_VISIBILITY (Results 1 – 4 of 4) sorted by relevance
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
80 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
49 #ifndef ELF32_ST_VISIBILITY50 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro55 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)