Searched refs:fdeAddr (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_section.cpp | 45 uintptr_t fdeAddr = ptr;
in LinearSearchEntry() local 48 DFXLOGU("Fde entry addr: %{public}" PRIx64 "", (uint64_t)fdeAddr);
in LinearSearchEntry() 49 uei.unwindInfo = (void *)(fdeAddr);
in LinearSearchEntry() 117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs)
in Step() argument 121 if (!ParseFde(fdeAddr, fdeAddr, fdeInfo)) {
in Step() 123 lastErrorData_.SetAddrAndCode(fdeAddr, UNW_ERROR_DWARF_INVALID_FDE);
in Step() 201 bool DwarfSection::ParseFde(uintptr_t fdeAddr, uintptr_t fdePtr, FrameDescEntry &fdeInfo)
in ParseFde() argument 203 DFXLOGU("fdeAddr: %{public}" PRIx64 "", (uint64_t)fdeAddr);
in ParseFde() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 36 bool Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs);
44 bool ParseFde(uintptr_t fdeAddr, uintptr_t fdePtr, FrameDescEntry &fdeInfo);
|
Completed in 1 milliseconds