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 351 LDSection& getFiniArray() {
356 const LDSection& getFiniArray() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 216 applyOne(llvm::ELF::DT_FINI_ARRAY, pFormat.getFiniArray().addr());
217 applyOne(llvm::ELF::DT_FINI_ARRAYSZ, pFormat.getFiniArray().size());
GNULDBackend.cpp 335 file_format->getFiniArray().getSectionData()->front(), 0x0);
541 file_format->getFiniArray().size());
    [all...]

Completed in 81 milliseconds