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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 60 const LDSection& dynsym = pFormat.getDynSymTab();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 331 LDSection& getDynSymTab() {
336 const LDSection& getDynSymTab() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 227 applyOne(llvm::ELF::DT_SYMTAB, pFormat.getDynSymTab().addr());
GNULDBackend.cpp 824 file_format->getDynSymTab().setSize(dynsym *
827 file_format->getDynSymTab().setSize(dynsym *
836 file_format->getDynSymTab().setInfo(dynsym_local_cnt);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 602 return target().getOutputFormat()->getDynSymTab().index();
608 return target().getOutputFormat()->getDynSymTab().index();

Completed in 256 milliseconds