Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc306 Elf_Shdr* source_section = nullptr; in CheckSectionsLinked() local
314 source_section = section_header; in CheckSectionsLinked()
321 if (source_section != nullptr) { in CheckSectionsLinked()
327 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()