Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp105 if (pFormat.hasPreInitArray()) { in reserveEntries()
205 if (pFormat.hasPreInitArray()) { in applyEntries()
DGNULDBackend.cpp271 if (file_format->hasPreInitArray()) { in initStandardSymbols()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h115 bool hasPreInitArray() const { in hasPreInitArray() function