Searched refs:emitDynNamePools (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h126 virtual void emitDynNamePools(Module& pModule, MemoryArea& pOutput);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp134 target().emitDynNamePools(pModule, pOutput);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1013 /// emitDynNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
1017 void GNULDBackend::emitDynNamePools(Module& pModule, MemoryArea& pOutput) function in class:GNULDBackend

Completed in 30 milliseconds