Searched refs:dso_base (Results 1 – 2 of 2) sorted by relevance
1473 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); in getInfoFromDwarfSection()1502 _info.extra = (unw_word_t) sects.dso_base; in getInfoFromDwarfSection()1510 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()1529 (uint64_t)pc, (uint64_t)sects.dso_base); in getInfoFromCompactEncodingSection()1537 pint_t targetFunctionOffset = pc - sects.dso_base; in getInfoFromCompactEncodingSection()1600 funcEnd = firstLevelNextPageFunctionOffset + sects.dso_base; in getInfoFromCompactEncodingSection()1605 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()1615 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()1664 + sects.dso_base; in getInfoFromCompactEncodingSection()1668 + sects.dso_base; in getInfoFromCompactEncodingSection()[all …]
158 uintptr_t dso_base; member390 info.dso_base = (uintptr_t)dyldInfo.mh; in findUnwindSections()437 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()525 cbdata->sects->dso_base = begin; in findUnwindSections()