Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h129 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
Delf_file.cc1382 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo() argument
1383 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo()
1387 std::string patches_name = target_section_name + std::string(".oat_patches"); in ApplyOatPatchesTo()