Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp459 if (dyn.d_tag == DT_STRTAB) { in GetSoname()
461 } else if (dyn.d_tag == DT_STRSZ) { in GetSoname()
463 } else if (dyn.d_tag == DT_SONAME) { in GetSoname()
465 } else if (dyn.d_tag == DT_NULL) { in GetSoname()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h174 Elf32_Sword d_tag; member
/system/chre/platform/shared/
Dnanoapp_loader.cc742 while (dyn->d_tag != DT_NULL) { in getDynEntry()
743 if (dyn->d_tag == field) { in getDynEntry()
/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp548 dyn.d_tag = DT_STRTAB; in SonameInit()
553 dyn.d_tag = DT_STRSZ; in SonameInit()
563 dyn.d_tag = DT_NULL; in SonameInit()
568 dyn.d_tag = DT_SONAME; in SonameInit()
573 dyn.d_tag = DT_NULL; in SonameInit()