Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp218 applyOne(llvm::ELF::DT_PREINIT_ARRAY, pFormat.getPreInitArray().addr()); in applyEntries()
220 applyOne(llvm::ELF::DT_PREINIT_ARRAYSZ, pFormat.getPreInitArray().size()); in applyEntries()
DGNULDBackend.cpp286 file_format->getPreInitArray().getSectionData()->front(), in initStandardSymbols()
536 file_format->getPreInitArray().size()); in finalizeStandardSymbols()
1396 if (&pSectHdr == &file_format->getPreInitArray() || in getSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h396 LDSection& getPreInitArray() { in getPreInitArray() function
401 const LDSection& getPreInitArray() const { in getPreInitArray() function