Home
last modified time | relevance | path

Searched refs:hdrInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libunwind/src/
DEHHeaderParser.hpp107 EHHeaderParser<A>::EHHeaderInfo hdrInfo; in findFDE() local
109 hdrInfo)) in findFDE()
112 if (hdrInfo.fde_count == 0) return false; in findFDE()
114 size_t tableEntrySize = getTableEntrySize(hdrInfo.table_enc); in findFDE()
118 for (size_t len = hdrInfo.fde_count; len > 1;) { in findFDE()
120 tableEntry = hdrInfo.table + mid * tableEntrySize; in findFDE()
122 hdrInfo.table_enc, ehHdrStart); in findFDE()
135 tableEntry = hdrInfo.table + low * tableEntrySize; in findFDE()
137 hdrInfo.table_enc, fdeInfo, cieInfo)) { in findFDE()
DAddressSpace.hpp423 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in checkForUnwindInfoSegment() local
429 hdrInfo)) { in checkForUnwindInfoSegment()
432 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment()