Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1564 Elf_Shdr* old_sh = GetSectionHeader(section_headers_original_indexes[i]); in Strip() local
1565 CHECK(old_sh != nullptr); in Strip()
1566 CHECK_EQ(new_sh.sh_name, old_sh->sh_name); in Strip()
1567 if (old_sh->sh_addralign > 1) { in Strip()
1568 offset = RoundUp(offset, old_sh->sh_addralign); in Strip()
1570 if (old_sh->sh_offset == offset) { in Strip()
1572 offset += old_sh->sh_size; in Strip()
1577 Begin() + old_sh->sh_offset, in Strip()
1578 old_sh->sh_size); in Strip()
1580 offset += old_sh->sh_size; in Strip()