Home
last modified time | relevance | path

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

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