Lines Matching refs:getFlags
62 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift);
68 uint32_t Val = (getFlags() & (0x3 << ELF_STB_Shift)) >> ELF_STB_Shift;
121 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift);
126 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift;
151 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift);
156 unsigned Visibility = (getFlags() & (0x3 << ELF_STV_Shift)) >> ELF_STV_Shift;
166 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift);
171 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift;
176 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift);
181 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift);
185 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift);
190 return getFlags() & (0x1 << ELF_IsSignature_Shift);
194 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift);
199 return getFlags() & (0x1 << ELF_BindingSet_Shift);