Searched refs:unwind_info_size (Results 1 – 11 of 11) sorted by relevance
124 void *mem = malloc (pi->unwind_info_size); in _UPT_find_proc_info()128 memcpy (mem, pi->unwind_info, pi->unwind_info_size); in _UPT_find_proc_info()
135 void *mem = malloc (pi->unwind_info_size); in _UCD_find_proc_info()139 memcpy (mem, pi->unwind_info, pi->unwind_info_size); in _UCD_find_proc_info()
43 pi->unwind_info_size = 0; in unwi_extract_dynamic_proc_info()
147 int unwind_info_size; /* size of the information (if applicable) */ member
135 int unwind_info_size; /* size of the information (if applicable) */ member
1501 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength; in getInfoFromDwarfSection()1772 _info.unwind_info_size = 0; in getInfoFromCompactEncodingSection()1791 _info.unwind_info_size = sizeof(RUNTIME_FUNCTION); in getInfoFromSEH()1918 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength; in setInfoBasedOnIPRegister()1946 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength; in setInfoBasedOnIPRegister()
352 pi->unwind_info_size = sizeof (dci); in dwarf_extract_proc_info_from_fde()
437 pi->unwind_info_size = 8; in tdep_search_unwind_table()
93 uint32_t unwind_info_size; /* size of DWARF unwind info, or zero if none */ member
333 pi->unwind_info_size = 8 * IA64_UNW_LENGTH (hdr); in unw_search_ia64_unwind_table()
993 desc_end = dp + c->pi.unwind_info_size; in create_state_record_for()