Lines Matching refs:locAsInt
747 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local
748 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()
756 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()
808 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local
809 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()
812 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()
899 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local
900 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()
910 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()
1465 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToIe() local
1466 if (locAsInt % 4 == 0) { in relaxTlsGdToIe()
1469 } else if (locAsInt % 4 == 1) { in relaxTlsGdToIe()