reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/ELF.h
  390   STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
  393   unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
  400   return Val << STO_PPC64_LOCAL_BIT;