Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h271 mutable const char *dt_soname; variable
630 dt_soname(nullptr) { in ELFFile()
825 if (!dt_soname) { in getLoadName()
826 dt_soname = ""; in getLoadName()
830 dt_soname = getDynamicString(Entry.getVal()); in getLoadName()
834 return dt_soname; in getLoadName()