Home
last modified time | relevance | path

Searched refs:pShStrTab (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.cpp364 void ELFObjectWriter::emitShStrTab(const LDSection& pShStrTab, in emitShStrTab() argument
368 MemoryRegion region = pOutput.request(pShStrTab.offset(), pShStrTab.size()); in emitShStrTab()