HomeSort by relevance Sort by last modified time
    Searched refs:getPreInitArray (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 396 LDSection& getPreInitArray() {
401 const LDSection& getPreInitArray() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 218 applyOne(llvm::ELF::DT_PREINIT_ARRAY, pFormat.getPreInitArray().addr());
220 applyOne(llvm::ELF::DT_PREINIT_ARRAYSZ, pFormat.getPreInitArray().size());
GNULDBackend.cpp 286 file_format->getPreInitArray().getSectionData()->front(),
536 file_format->getPreInitArray().size());
    [all...]

Completed in 62 milliseconds