Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h155 bool GetNextCieOrFde(/*inout*/ uint64_t& offset, /*out*/ std::optional<DwarfFde>& fde);
/system/unwinding/libunwindstack/
DDwarfSection.cpp635 bool DwarfSectionImpl<AddressType>::GetNextCieOrFde(uint64_t& next_entries_offset, in GetNextCieOrFde() function in unwindstack::DwarfSectionImpl
760 if (!GetNextCieOrFde(offset, fde)) { in BuildFdeIndex()