Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h217 void ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias);
/system/unwinding/libunwindstack/
DElfInterface.cpp147 ReadProgramHeaders(ehdr, load_bias); in ReadAllHeaders()
175 void ElfInterfaceImpl<ElfTypes>::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders() function in unwindstack::ElfInterfaceImpl