Home
last modified time | relevance | path

Searched refs:total_entries_ (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/
DElfInterfaceArm.h65 iterator end() { return iterator(this, total_entries_); } in end()
84 size_t total_entries() { return total_entries_; } in total_entries()
90 size_t total_entries_ = 0; variable
DElfInterfaceArm.cpp38 if (start_offset_ == 0 || total_entries_ == 0) { in FindEntry()
44 size_t last = total_entries_; in FindEntry()
100 total_entries_ = ph_filesz / 8; in HandleUnknownType()
/system/unwinding/libunwindstack/tests/
DElfFake.h151 void FakeSetTotalEntries(size_t entries) { total_entries_ = entries; } in FakeSetTotalEntries()