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);
1382 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo() argument1383 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo()1387 std::string patches_name = target_section_name + std::string(".oat_patches"); in ApplyOatPatchesTo()