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