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

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

Completed in 77 milliseconds