Lines Matching refs:getFlags
62 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding()
121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType()
151 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility()
164 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()
174 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc()
179 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift); in isWeakrefUsedInReloc()
183 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature()
188 return getFlags() & (0x1 << ELF_IsSignature_Shift); in isSignature()
192 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet()
197 return getFlags() & (0x1 << ELF_BindingSet_Shift); in isBindingSet()
201 return getFlags() & (0x1 << ELF_IsMemoryTagged_Shift); in isMemtag()
205 uint32_t OtherFlags = getFlags() & ~(1 << ELF_IsMemoryTagged_Shift); in setMemtag()