Home
last modified time | relevance | path

Searched refs:AdjustPcFromFde (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/
DDwarfEhFrame.h41 uint64_t AdjustPcFromFde(uint64_t pc) override { in AdjustPcFromFde() function
DDwarfDebugFrame.h45 uint64_t AdjustPcFromFde(uint64_t pc) override { return pc; } in AdjustPcFromFde() function
DDwarfEhFrameWithHdr.h55 uint64_t AdjustPcFromFde(uint64_t pc) override { in AdjustPcFromFde() function
DDwarfSection.cpp347 fde->pc_start = AdjustPcFromFde(fde->pc_start); in FillInFde()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h108 virtual uint64_t AdjustPcFromFde(uint64_t pc) = 0;
/system/unwinding/libunwindstack/tests/
DDwarfSectionTest.cpp53 MOCK_METHOD(uint64_t, AdjustPcFromFde, (uint64_t), (override));
DDwarfSectionImplTest.cpp49 uint64_t AdjustPcFromFde(uint64_t) override { return 0; } in AdjustPcFromFde() function in unwindstack::TestDwarfSectionImpl