Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1487 Elf_Shdr* old_sh = GetSectionHeader(section_headers_original_indexes[i]); in Strip() local
1488 CHECK(old_sh != nullptr); in Strip()
1489 CHECK_EQ(new_sh.sh_name, old_sh->sh_name); in Strip()
1490 if (old_sh->sh_addralign > 1) { in Strip()
1491 offset = RoundUp(offset, old_sh->sh_addralign); in Strip()
1493 if (old_sh->sh_offset == offset) { in Strip()
1495 offset += old_sh->sh_size; in Strip()
1500 Begin() + old_sh->sh_offset, in Strip()
1501 old_sh->sh_size); in Strip()
1503 offset += old_sh->sh_size; in Strip()