Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h107 #define DT_NULL 0 macro
/system/unwinding/libunwindstack/
DElfInterface.cpp400 } else if (dyn.d_tag == DT_NULL) { in GetSoname()
/system/chre/platform/shared/
Dnanoapp_loader.cc778 while (dyn->d_tag != DT_NULL) { in getDynEntry()
/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp562 dyn.d_tag = DT_NULL; in SonameInit()
572 dyn.d_tag = DT_NULL; in SonameInit()