Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DEHHeaderParser.hpp102 EHHeaderParser<A>::EHHeaderInfo hdrInfo; in findFDE() local
103 EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, hdrInfo); in findFDE()
105 size_t tableEntrySize = getTableEntrySize(hdrInfo.table_enc); in findFDE()
109 for (size_t len = hdrInfo.fde_count; len > 1;) { in findFDE()
111 tableEntry = hdrInfo.table + mid * tableEntrySize; in findFDE()
113 hdrInfo.table_enc, ehHdrStart); in findFDE()
126 tableEntry = hdrInfo.table + low * tableEntrySize; in findFDE()
128 hdrInfo.table_enc, fdeInfo, cieInfo)) { in findFDE()
DAddressSpace.hpp419 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in findUnwindSections()
429 hdrInfo); in findUnwindSections()
430 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in findUnwindSections()