Searched defs:target_section_name (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Delf_file.cc1370 const char* target_section_name, Elf_Addr delta) {
1371 auto target_section = FindSectionByName(target_section_name);
1375 std::string patches_name = target_section_name + std::string(".oat_patches");
1369 ApplyOatPatchesTo( const char* target_section_name, Elf_Addr delta) argument

Completed in 18 milliseconds