Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_loader.h81 bool FindPhdr(Error* error);
Dcrazy_linker_elf_loader.cpp91 if (!LoadSegments(error) || !FindPhdr(error)) { in LoadAt()
218 bool ElfLoader::FindPhdr(Error* error) { in FindPhdr() function in crazy::ElfLoader