Searched refs:target_section_name (Results 1 – 2 of 2) sorted by relevance
129 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
1391 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo() argument1392 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo()1396 std::string patches_name = target_section_name + std::string(".oat_patches"); in ApplyOatPatchesTo()