Lines Matching refs:getFlags
62 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding()
68 uint32_t Val = (getFlags() & (0x3 << ELF_STB_Shift)) >> ELF_STB_Shift; in getBinding()
121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType()
126 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType()
151 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility()
156 unsigned Visibility = (getFlags() & (0x3 << ELF_STV_Shift)) >> ELF_STV_Shift; in getVisibility()
166 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()
171 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; in getOther()
176 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc()
181 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift); in isWeakrefUsedInReloc()
185 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature()
190 return getFlags() & (0x1 << ELF_IsSignature_Shift); in isSignature()
194 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet()
199 return getFlags() & (0x1 << ELF_BindingSet_Shift); in isBindingSet()