Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc362 Elf_Shdr* source_section = nullptr; in CheckSectionsLinked() local
370 source_section = section_header; in CheckSectionsLinked()
377 if (source_section != nullptr) { in CheckSectionsLinked()
383 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()