Searched defs:scan_results (Results 1 – 3 of 3) sorted by relevance
513 struct scan_results struct515 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup516 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.517 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected518 uintptr_t landingPad; // null -> nothing found, else something found519 void* adjustedPtr; // Used in cxa_exception.cpp520 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,
530 struct scan_results struct532 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup533 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.534 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected535 uintptr_t landingPad; // null -> nothing found, else something found536 void* adjustedPtr; // Used in cxa_exception.cpp537 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,
358 def show_scan_results(self, scan_results): argument