Searched refs:ELF32_ST_VISIBILITY (Results 1 – 11 of 11) sorted by relevance
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
72 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
31 #ifndef ELF32_ST_VISIBILITY32 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
346 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) macro
617 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro620 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)