Home
last modified time | relevance | path

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

/art/runtime/
Delf_utils.h90 case DT_NULL: in IsDynamicSectionPointer()
Delf.h1644 DT_NULL = 0, // Marks end of dynamic array. enumerator
Delf_file.cc1235 case DT_NULL: { in Load()
/art/compiler/
Delf_writer_quick.cc633 if (tag == DT_NULL) { in AddDynamicTag()
641 if (tag == DT_NULL) { in AddDynamicTag()
661 ret.push_back({DT_NULL, {0}}); in GetDynamics()