Searched refs:kIsVectorTable (Results 1 – 3 of 3) sorted by relevance
39 if (function->flags & symbol_type::kIsVectorTable) in getFrameType()
375 if (function->flags & symbol_type::kIsVectorTable) in getAction()430 && (mFrames[mTop - 1].function->flags & symbol_type::kIsVectorTable)) { in doPush()
29 static const uint32_t kIsVectorTable = (kIsPlt | kIsVectorStart); member