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 421 LDSection& getPreInitArray() {
426 const LDSection& getPreInitArray() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 206 applyOne(llvm::ELF::DT_PREINIT_ARRAY, pFormat.getPreInitArray().addr());
207 applyOne(llvm::ELF::DT_PREINIT_ARRAYSZ, pFormat.getPreInitArray().size());
GNULDBackend.cpp 273 file_format->getPreInitArray().getSectionData()->front(), 0x0);
507 file_format->getPreInitArray().size());
    [all...]

Completed in 450 milliseconds