HomeSort by relevance Sort by last modified time
    Searched full:hash_alignment (Results 1 - 1 of 1) sorted by null

  /art/compiler/
elf_writer_quick.cc 183 uint32_t hash_alignment = sizeof(llvm::ELF::Elf32_Word); // Even for 64-bit local
184 uint32_t hash_offset = expected_offset = RoundUp(expected_offset, hash_alignment);
513 section_headers[SH_HASH].sh_addralign = hash_alignment;

Completed in 47 milliseconds