Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h94 case DT_NULL: in IsDynamicSectionPointer()
Delf.h1645 DT_NULL = 0, // Marks end of dynamic array. enumerator
Delf_file.cc1342 case DT_NULL: { in Load()
/art/compiler/
Delf_builder.h116 DCHECK_NE(tag, static_cast<Elf_Sword>(DT_NULL)); in AddDynamicTag()
140 buffer.push_back({DT_NULL, {0}}); in Write()