Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp175 void ElfInterfaceImpl<ElfTypes>::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders() function in unwindstack::ElfInterfaceImpl
/aosp12/bionic/linker/
H A Dlinker_phdr.cpp322 bool ElfReader::ReadProgramHeaders() { in ReadProgramHeaders() function in ElfReader