Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc279 const uint8_t SH_HASH = 3; in Write() local
505 section_headers[SH_HASH].sh_name = shstrtab_hash_offset; in Write()
506 section_headers[SH_HASH].sh_type = llvm::ELF::SHT_HASH; in Write()
507 section_headers[SH_HASH].sh_flags = llvm::ELF::SHF_ALLOC; in Write()
508 section_headers[SH_HASH].sh_addr = hash_offset; in Write()
509 section_headers[SH_HASH].sh_offset = hash_offset; in Write()
510 section_headers[SH_HASH].sh_size = hash_size; in Write()
511 section_headers[SH_HASH].sh_link = SH_DYNSYM; in Write()
512 section_headers[SH_HASH].sh_info = 0; in Write()
513 section_headers[SH_HASH].sh_addralign = hash_alignment; in Write()
[all …]