Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1475 Elf_Shdr* old_sh = GetSectionHeader(section_headers_original_indexes[i]); in Strip() local
1476 CHECK(old_sh != nullptr); in Strip()
1477 CHECK_EQ(new_sh.sh_name, old_sh->sh_name); in Strip()
1478 if (old_sh->sh_addralign > 1) { in Strip()
1479 offset = RoundUp(offset, old_sh->sh_addralign); in Strip()
1481 if (old_sh->sh_offset == offset) { in Strip()
1483 offset += old_sh->sh_size; in Strip()
1488 Begin() + old_sh->sh_offset, in Strip()
1489 old_sh->sh_size); in Strip()
1491 offset += old_sh->sh_size; in Strip()