Searched refs:protector (Results 1 – 3 of 3) sorted by relevance
49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { in enterCbIfOk() argument50 if (protector != 0) { in enterCbIfOk()51 return protector->enterCb(); in enterCbIfOk()
32 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
516 <li>Replaced {@code -fstack-protector} with {@code -fstack-protector-strong} for2113 <li>Added a {@code -mstack-protector-guard=} option for x86 to choose between a2115 and a new <em>tls</em> path (%gs:20) for {@code -fstack-protector},2116 {@code -fstack-protector-all} and {@code -fstack-protector-strong} using the GCC 4.62120 <strong>Note:</strong> The {@code -mstack-protector-guard} setting itself does not2121 enable any {@code -fstack-protector*} options.</p>2373 <li>Fixed {@code -fstack-protector} for X86, which is also the default for the