Searched refs:unwind_info (Results 1 – 4 of 4) sorted by relevance
134 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; in _Unwind_Backtrace()210 (void *)(long) info.unwind_info); in _Unwind_Find_FDE()211 return (void *)(long) info.unwind_info; in _Unwind_Find_FDE()
451 (pint_t)_info.unwind_info, in stepWithDwarfFDE()806 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()867 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromDwarfSection()1138 _info.unwind_info = 0; in getInfoFromCompactEncodingSection()1229 _info.unwind_info = fdeInfo.fdeStart; in setInfoBasedOnIPRegister()1257 _info.unwind_info = fdeInfo.fdeStart; in setInfoBasedOnIPRegister()
502 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()628 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2()
79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */ member