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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 81 void emitRelocation(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 106 emitRelocation(m_Config, *section, *region);
397 /// emitRelocation
398 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig,
403 assert(NULL != sect_data && "SectionData is NULL in emitRelocation!");

Completed in 1207 milliseconds