Lines Matching refs:locAsInt
746 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local
747 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()
755 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()
807 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local
808 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()
811 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()
898 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local
899 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()
909 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()
1515 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToIe() local
1516 if (locAsInt % 4 == 0) { in relaxTlsGdToIe()
1519 } else if (locAsInt % 4 == 1) { in relaxTlsGdToIe()