Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp131 if (pFormat.hasDynStrTab()) { in reserveEntries()
231 if (pFormat.hasDynStrTab()) { in applyEntries()
DGNULDBackend.cpp985 if (!file_format->hasDynSymTab() || !file_format->hasDynStrTab() || in emitDynNamePools()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h83 bool hasDynStrTab() const { in hasDynStrTab() function