Lines Matching refs:OtherFlags
59 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding() local
60 setFlags(OtherFlags | (Val << ELF_STB_Shift)); in setBinding()
118 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType() local
119 setFlags(OtherFlags | (Val << ELF_STT_Shift)); in setType()
148 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility() local
149 setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); in setVisibility()
161 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther() local
162 setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()
171 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc() local
172 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift)); in setIsWeakrefUsedInReloc()
180 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature() local
181 setFlags(OtherFlags | (1 << ELF_IsSignature_Shift)); in setIsSignature()
189 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet() local
190 setFlags(OtherFlags | (1 << ELF_BindingSet_Shift)); in setIsBindingSet()