Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h82 case DT_HASH: in IsDynamicSectionPointer()
Delf.h1649 DT_HASH = 4, // Address of symbolic hash table. enumerator
Delf_file.cc1315 case DT_HASH: { in Load()
/art/compiler/
Delf_builder.h904 dynamic_.AddDynamicTag(DT_HASH, 0, &hash_); in BuildDynamicSection()