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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 192 applyOne(llvm::ELF::DT_STRTAB, pFormat.getDynStrTab().addr()); // DT_STRTAB
193 applyOne(llvm::ELF::DT_STRSZ, pFormat.getDynStrTab().size()); // DT_STRSZ
GNULDBackend.cpp 298 file_format->getDynStrTab().setSize(dynstr);
469 LDSection& strtab_sect = file_format->getDynStrTab();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 287 LDSection& getDynStrTab() {
292 const LDSection& getDynStrTab() const {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 286 LDSection& strtab_sect = file_format->getDynStrTab();

Completed in 199 milliseconds