Searched defs:scan_results (Results 1 – 3 of 3) sorted by relevance
497 struct scan_results struct499 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup500 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.501 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected502 uintptr_t landingPad; // null -> nothing found, else something found503 void* adjustedPtr; // Used in cxa_exception.cpp504 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,
40 var onScanCompleted = function(scan_results) { argument
32 struct wpa_scan_results *scan_results = arg; in get_noise_for_scan_results() local