Lines Matching refs:locAsInt
741 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local
742 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()
750 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()
802 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local
803 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()
806 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()
893 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local
894 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()
904 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()
1491 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToIe() local
1492 if (locAsInt % 4 == 0) { in relaxTlsGdToIe()
1495 } else if (locAsInt % 4 == 1) { in relaxTlsGdToIe()