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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 299 LDSection& getDynStrTab() {
304 const LDSection& getDynStrTab() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 243 applyOne(llvm::ELF::DT_STRTAB, pFormat.getDynStrTab().addr()); // DT_STRTAB
244 applyOne(llvm::ELF::DT_STRSZ, pFormat.getDynStrTab().size()); // DT_STRSZ
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 542 return target().getOutputFormat()->getDynStrTab().index();
544 return target().getOutputFormat()->getDynStrTab().index();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 326 file_format->getDynStrTab().setSize(dynstr);
417 LDSection& strtab_sect = file_format->getDynStrTab();
    [all...]

Completed in 286 milliseconds