Home | History | Annotate | Download | only in libelf

Lines Matching defs:ELF32_ST_VISIBILITY

484 #define ELF32_ST_VISIBILITY(o)	((o) & 0x03)
487 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)