Lines Matching refs:OtherFlags
62 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift);
63 setFlags(OtherFlags | (Val << ELF_STB_Shift));
121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift);
122 setFlags(OtherFlags | (Val << ELF_STT_Shift));
151 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift);
152 setFlags(OtherFlags | (Visibility << ELF_STV_Shift));
166 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift);
167 setFlags(OtherFlags | (Other << ELF_STO_Shift));
176 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift);
177 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift));
185 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift);
186 setFlags(OtherFlags | (1 << ELF_IsSignature_Shift));
194 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift);
195 setFlags(OtherFlags | (1 << ELF_BindingSet_Shift));