Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc346 Elf32_Word target_index = 0; in CheckSectionsLinked() local
354 if (target_index) { in CheckSectionsLinked()
358 target_index = i; in CheckSectionsLinked()
366 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()