HomeSort by relevance Sort by last modified time
    Searched refs:emitSectionHeader (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 62 // emitSectionHeader - emit ElfXX_Shdr
64 void emitSectionHeader(const Module& pModule,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 173 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,

Completed in 60 milliseconds