Searched refs:locAsInt (Results 1 – 1 of 1) sorted by relevance
758 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToLe() local759 if (locAsInt % 4 == 0) { in relaxTlsGdToLe()767 } else if (locAsInt % 4 == 1) { in relaxTlsGdToLe()819 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsLdToLe() local820 if (locAsInt % 4 == 0) { in relaxTlsLdToLe()823 } else if (locAsInt % 4 == 1) { in relaxTlsLdToLe()932 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsIeToLe() local933 if (locAsInt % 4 == 0) { in relaxTlsIeToLe()949 } else if (locAsInt % 4 == 1) { in relaxTlsIeToLe()1546 const uintptr_t locAsInt = reinterpret_cast<uintptr_t>(loc); in relaxTlsGdToIe() local[all …]