Home
last modified time | relevance | path

Searched refs:getDynStrTab (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp232 applyOne(llvm::ELF::DT_STRTAB, pFormat.getDynStrTab().addr()); in applyEntries()
233 applyOne(llvm::ELF::DT_STRSZ, pFormat.getDynStrTab().size()); in applyEntries()
DGNULDBackend.cpp830 file_format->getDynStrTab().setSize(dynstr); in sizeNamePools()
993 LDSection& strtab_sect = file_format->getDynStrTab(); in emitDynNamePools()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h321 LDSection& getDynStrTab() { in getDynStrTab() function
326 const LDSection& getDynStrTab() const { in getDynStrTab() function
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp597 return target().getOutputFormat()->getDynStrTab().index(); in getSectLink()
599 return target().getOutputFormat()->getDynStrTab().index(); in getSectLink()