Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.h42 uint32_t decodeRelocTarget2 (uint32_t ptr) _GABIXX_HIDDEN;
Dhelper_func_internal.cc289 uint32_t decodeRelocTarget2 (uint32_t ptr) { in decodeRelocTarget2() function
310 return (const __shim_type_info*)decodeRelocTarget2((uint32_t)ptr); in getTypePtr()
332 ttypeIndex = decodeRelocTarget2((uint32_t)temp); in canExceptionSpecCatch()
Dcall_unexpected.cc218 offset = decodeRelocTarget2(offset); in __cxa_call_unexpected()