Home
last modified time | relevance | path

Searched refs:protector (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
DCallbackProtector.cpp49 bool CallbackProtector::enterCbIfOk(const sp<CallbackProtector> &protector) { in enterCbIfOk() argument
50 if (protector != 0) { in enterCbIfOk()
51 return protector->enterCb(); in enterCbIfOk()
DCallbackProtector.h32 static bool enterCbIfOk(const sp<CallbackProtector> &protector);
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd516 <li>Replaced {@code -fstack-protector} with {@code -fstack-protector-strong} for
2113 <li>Added a {@code -mstack-protector-guard=} option for x86 to choose between a
2115 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.6
2120 <strong>Note:</strong> The {@code -mstack-protector-guard} setting itself does not
2121 enable any {@code -fstack-protector*} options.</p>
2373 <li>Fixed {@code -fstack-protector} for X86, which is also the default for the