Searched refs:locAsInt (Results 1 – 1 of 1) sorted by relevance
741 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local742 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() local803 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() local894 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()904 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()1492 if (locAsInt % 4 == 0) { in relaxTlsGdToIe()[all …]