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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 329 LDSection& getFiniArray() {
334 const LDSection& getFiniArray() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 224 applyOne(llvm::ELF::DT_FINI_ARRAY, pFormat.getFiniArray().addr());
227 applyOne(llvm::ELF::DT_FINI_ARRAYSZ, pFormat.getFiniArray().size());
GNULDBackend.cpp 323 file_format->getFiniArray().getSectionData()->front(),
546 file_format->getFiniArray().size());
    [all...]

Completed in 27 milliseconds