Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc303 Elf_Word target_index = 0; in CheckSectionsLinked() local
311 if (target_index) { in CheckSectionsLinked()
315 target_index = i; in CheckSectionsLinked()
323 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()