reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
176 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); 177 setFlags(OtherFlags | (1 << ELF_WeakrefUsedInReloc_Shift)); 181 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift);