Lines Matching refs:ELF
46 case ELF::STB_LOCAL: in setBinding()
49 case ELF::STB_GLOBAL: in setBinding()
52 case ELF::STB_WEAK: in setBinding()
55 case ELF::STB_GNU_UNIQUE: in setBinding()
70 return ELF::STB_LOCAL; in getBinding()
72 return ELF::STB_GLOBAL; in getBinding()
74 return ELF::STB_WEAK; in getBinding()
76 return ELF::STB_GNU_UNIQUE; in getBinding()
81 return ELF::STB_LOCAL; in getBinding()
83 return ELF::STB_GLOBAL; in getBinding()
85 return ELF::STB_WEAK; in getBinding()
87 return ELF::STB_LOCAL; in getBinding()
88 return ELF::STB_GLOBAL; in getBinding()
96 case ELF::STT_NOTYPE: in setType()
99 case ELF::STT_OBJECT: in setType()
102 case ELF::STT_FUNC: in setType()
105 case ELF::STT_SECTION: in setType()
108 case ELF::STT_COMMON: in setType()
111 case ELF::STT_TLS: in setType()
114 case ELF::STT_GNU_IFUNC: in setType()
128 return ELF::STT_NOTYPE; in getType()
130 return ELF::STT_OBJECT; in getType()
132 return ELF::STT_FUNC; in getType()
134 return ELF::STT_SECTION; in getType()
136 return ELF::STT_COMMON; in getType()
138 return ELF::STT_TLS; in getType()
140 return ELF::STT_GNU_IFUNC; in getType()
145 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
146 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility()