Searched refs:target_index (Results 1 – 3 of 3) sorted by relevance
613 uint32_t target_index) in X86PcRelativePatchInfo()614 : PatchInfo(target_dex_file, target_index), in X86PcRelativePatchInfo()
585 PatchInfo(const DexFile& target_dex_file, uint32_t target_index) in PatchInfo()586 : dex_file(target_dex_file), index(target_index) { } in PatchInfo()
314 Elf_Word target_index = 0; in CheckSectionsLinked() local322 if (target_index) { in CheckSectionsLinked()326 target_index = i; in CheckSectionsLinked()334 return target_found && source_section != nullptr && source_section->sh_link == target_index; in CheckSectionsLinked()