Lines Matching refs:getFlags
63 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding()
69 uint32_t Val = (getFlags() & (0x3 << ELF_STB_Shift)) >> ELF_STB_Shift; in getBinding()
124 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType()
129 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType()
154 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility()
159 unsigned Visibility = (getFlags() & (0x3 << ELF_STV_Shift)) >> ELF_STV_Shift; in getVisibility()
169 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()
174 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; in getOther()
179 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc()
184 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift); in isWeakrefUsedInReloc()
188 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature()
193 return getFlags() & (0x1 << ELF_IsSignature_Shift); in isSignature()
197 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet()
202 return getFlags() & (0x1 << ELF_BindingSet_Shift); in isBindingSet()