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 326 LDSection& getFiniArray() {
331 const LDSection& getFiniArray() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 233 applyOne(llvm::ELF::DT_FINI_ARRAY, pFormat.getFiniArray().addr());
236 applyOne(llvm::ELF::DT_FINI_ARRAYSZ, pFormat.getFiniArray().size());
GNULDBackend.cpp 349 file_format->getFiniArray().getSectionData()->front(),
572 file_format->getFiniArray().size());
    [all...]

Completed in 69 milliseconds