Searched refs:ELF32_ST_VISIBILITY (Results 1 – 4 of 4) sorted by relevance
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
71 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
32 #ifndef ELF32_ST_VISIBILITY33 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro38 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)