Searched refs:locAsInt (Results 1 – 1 of 1) sorted by relevance
746 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local747 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() local808 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() local899 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[all …]