Searched refs:ELF32_ST_VISIBILITY (Results 1 – 4 of 4) sorted by relevance
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
83 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
51 #ifndef ELF32_ST_VISIBILITY52 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro57 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)