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 321 LDSection& getDynStrTab() {
326 const LDSection& getDynStrTab() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 232 applyOne(llvm::ELF::DT_STRTAB, pFormat.getDynStrTab().addr());
233 applyOne(llvm::ELF::DT_STRSZ, pFormat.getDynStrTab().size());
GNULDBackend.cpp 830 file_format->getDynStrTab().setSize(dynstr);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 597 return target().getOutputFormat()->getDynStrTab().index();
599 return target().getOutputFormat()->getDynStrTab().index();

Completed in 557 milliseconds