namespace Ryujinx.Core.Loaders { enum ElfSymVisibility { STV_DEFAULT = 0, STV_INTERNAL = 1, STV_HIDDEN = 2, STV_PROTECTED = 3 } }