Home
last modified time | relevance | path

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

/art/runtime/oat/
Delf_file.cc1452 Elf_Shdr* old_sh = GetSectionHeader(section_headers_original_indexes[i]); in Strip() local
1453 CHECK(old_sh != nullptr); in Strip()
1454 CHECK_EQ(new_sh.sh_name, old_sh->sh_name); in Strip()
1455 if (old_sh->sh_addralign > 1) { in Strip()
1456 offset = RoundUp(offset, old_sh->sh_addralign); in Strip()
1458 if (old_sh->sh_offset == offset) { in Strip()
1460 offset += old_sh->sh_size; in Strip()
1465 Begin() + old_sh->sh_offset, in Strip()
1466 old_sh->sh_size); in Strip()
1468 offset += old_sh->sh_size; in Strip()