Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc308 bool target_found = false; in CheckSectionsLinked() local
320 target_found = true; in CheckSectionsLinked()
327 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()