Searched refs:emitSectionHeader (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h62 // emitSectionHeader - emit ElfXX_Shdr
64 void emitSectionHeader(const Module& pModule,
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp173 emitSectionHeader<32>(pModule, m_Config, pOutput);
182 emitSectionHeader<64>(pModule, m_Config, pOutput);
303 // emitSectionHeader - emit ElfXX_Shdr
305 void ELFObjectWriter::emitSectionHeader(const Module& pModule, function in class:ELFObjectWriter

Completed in 339 milliseconds