Home
last modified time | relevance | path

Searched refs:fdePtr (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_section.h44 bool ParseFde(uintptr_t fdeAddr, uintptr_t fdePtr, FrameDescEntry &fdeInfo);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp201 bool DwarfSection::ParseFde(uintptr_t fdeAddr, uintptr_t fdePtr, FrameDescEntry &fdeInfo) in ParseFde() argument
212 if (fdeAddr == fdePtr) { in ParseFde()
214 ParseCieOrFdeHeader(fdePtr, fdeInfo, isCieEntry); in ParseFde()
220 if (!FillInFde(fdePtr, fdeInfo)) { in ParseFde()

Completed in 1 milliseconds