Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h174 uint64_t entries_end_ = 0; variable
/system/unwinding/libunwindstack/
DDwarfSection.cpp622 entries_end_ = offset + size; in Init()
757 for (uint64_t offset = entries_offset_; offset < entries_end_;) { in BuildFdeIndex()