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()
31 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
1954 <li>Added a {@code -mstack-protector-guard=} option for x86 to choose between a1956 and a new <em>tls</em> path (%gs:20) for {@code -fstack-protector},1957 {@code -fstack-protector-all} and {@code -fstack-protector-strong} using the GCC 4.61961 <strong>Note:</strong> The {@code -mstack-protector-guard} setting itself does not1962 enable any {@code -fstack-protector*} options.</p>2214 <li>Fixed {@code -fstack-protector} for X86, which is also the default for the