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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 296 LDSection& getDynStrTab() {
301 const LDSection& getDynStrTab() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 252 applyOne(llvm::ELF::DT_STRTAB, pFormat.getDynStrTab().addr()); // DT_STRTAB
253 applyOne(llvm::ELF::DT_STRSZ, pFormat.getDynStrTab().size()); // DT_STRSZ
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 612 return target().getOutputFormat()->getDynStrTab().index();
614 return target().getOutputFormat()->getDynStrTab().index();

Completed in 254 milliseconds