Searched refs:hdrInfo (Results 1 – 2 of 2) sorted by relevance
108 EHHeaderParser<A>::EHHeaderInfo hdrInfo; in findFDE() local110 hdrInfo)) in findFDE()113 if (hdrInfo.fde_count == 0) return false; in findFDE()115 size_t tableEntrySize = getTableEntrySize(hdrInfo.table_enc); in findFDE()119 for (size_t len = hdrInfo.fde_count; len > 1;) { in findFDE()121 tableEntry = hdrInfo.table + mid * tableEntrySize; in findFDE()123 hdrInfo.table_enc, ehHdrStart); in findFDE()136 tableEntry = hdrInfo.table + low * tableEntrySize; in findFDE()138 hdrInfo.table_enc, fdeInfo, cieInfo)) { in findFDE()
469 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in checkForUnwindInfoSegment() local475 hdrInfo)) { in checkForUnwindInfoSegment()478 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment()680 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in findUnwindSections()683 hdrInfo)) { in findUnwindSections()688 info.dwarf_section = hdrInfo.eh_frame_ptr; in findUnwindSections()