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

/art/runtime/
H A Delf_file.cc308 Elf_Shdr* source_section = nullptr; local
316 source_section = section_header;
323 if (source_section != nullptr) {
329 return target_found && source_section != nullptr && source_section->sh_link == target_index;

Completed in 709 milliseconds