Searched refs:ELF_WeakrefUsedInReloc_Shift (Results 1 – 1 of 1) sorted by relevance
33 ELF_WeakrefUsedInReloc_Shift = 11, enumerator174 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc()175 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift)); in setIsWeakrefUsedInReloc()179 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift); in isWeakrefUsedInReloc()