Home | History | Annotate | Download | only in include

Lines Matching refs:ELF32_ST_VISIBILITY

480 #define ELF32_ST_VISIBILITY(o)	((o) & 0x03)
483 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)