Home
last modified time | relevance | path

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

/art/compiler/
Delf_stripper.cc106 if (old_sh->sh_addralign > 1) { in Strip()
107 offset = RoundUp(offset, old_sh->sh_addralign); in Strip()
Delf_writer_quick.cc35 return RoundUp(prev.sh_size + prev.sh_offset, cur.sh_addralign); in NextOffset()
407 dynsym_builder_.section_.sh_offset = RoundUp(base_offset, dynsym_builder_.section_.sh_addralign); in Write()
538 program_headers[PH_LOAD_R__].p_align = rodata_builder_.section_.sh_addralign; in Write()
546 program_headers[PH_LOAD_R_X].p_align = text_builder_.section_.sh_addralign; in Write()
553 program_headers[PH_LOAD_RW_].p_align = dynamic_builder_.section_.sh_addralign; in Write()
560 program_headers[PH_DYNAMIC].p_align = dynamic_builder_.section_.sh_addralign; in Write()
Delf_writer_quick.h66 section_.sh_addralign = align; in ElfSectionBuilder()
/art/runtime/
Delf.h1213 Elf32_Word sh_addralign; // Section address alignment member
1227 Elf64_Xword sh_addralign; member