Lines Matching refs:ELF
23 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL || in SetBinding()
24 Binding == ELF::STB_WEAK || Binding == ELF::STB_GNU_UNIQUE); in SetBinding()
31 assert(Binding == ELF::STB_LOCAL || Binding == ELF::STB_GLOBAL || in GetBinding()
32 Binding == ELF::STB_WEAK || Binding == ELF::STB_GNU_UNIQUE); in GetBinding()
37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in SetType()
38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in SetType()
39 Type == ELF::STT_COMMON || Type == ELF::STT_TLS || in SetType()
40 Type == ELF::STT_GNU_IFUNC); in SetType()
48 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in GetType()
49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in GetType()
50 Type == ELF::STT_COMMON || Type == ELF::STT_TLS || Type == ELF::STT_GNU_IFUNC); in GetType()
57 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in SetVisibility()
58 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in SetVisibility()
67 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in GetVisibility()
68 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in GetVisibility()