Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp206 applyOne(llvm::ELF::DT_PREINIT_ARRAY, pFormat.getPreInitArray().addr()); in applyEntries()
207 applyOne(llvm::ELF::DT_PREINIT_ARRAYSZ, pFormat.getPreInitArray().size()); in applyEntries()
DGNULDBackend.cpp273 file_format->getPreInitArray().getSectionData()->front(), 0x0); in initStandardSymbols()
507 file_format->getPreInitArray().size()); in finalizeStandardSymbols()
1335 if (&pSectHdr == &file_format->getPreInitArray() || in getSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h421 LDSection& getPreInitArray() { in getPreInitArray() function
426 const LDSection& getPreInitArray() const { in getPreInitArray() function