Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp84 bool found_load0 = false; in FindElfDynamicSection() local
94 if (phdr.p_type == PT_LOAD && !found_load0) { in FindElfDynamicSection()
96 found_load0 = true; in FindElfDynamicSection()
103 if (!found_load0) { in FindElfDynamicSection()