Home
last modified time | relevance | path

Searched refs:emitShStrTab (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h69 void emitShStrTab(const LDSection& pShStrTab,
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp161 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput); in writeObject()
364 void ELFObjectWriter::emitShStrTab(const LDSection& pShStrTab, in emitShStrTab() function in mcld::ELFObjectWriter