Home
last modified time | relevance | path

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

/art/runtime/
Delf.h1252 SHT_HASH = 5, // Symbol hash table. enumerator
Delf_file.cc261 case SHT_HASH: { in Setup()
/art/compiler/
Delf_builder.h470 hash_(this, ".hash", SHT_HASH, SHF_ALLOC, &dynsym_, 0, sizeof(Elf_Word), sizeof(Elf_Word)), in ElfBuilder()