Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h200 bool Init(int64_t* load_bias) override { return ReadAllHeaders(load_bias); } in Init()
215 bool ReadAllHeaders(int64_t* load_bias);
/system/unwinding/libunwindstack/
DElfInterface.cpp137 bool ElfInterfaceImpl<ElfTypes>::ReadAllHeaders(int64_t* load_bias) { in ReadAllHeaders() function in unwindstack::ElfInterfaceImpl