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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h83 // emitRel - emit ElfXX_Rel
85 void emitRel(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp456 emitRel<32>(pConfig, *sect_data, pRegion);
458 emitRel<64>(pConfig, *sect_data, pRegion);
476 // emitRel - emit ElfXX_Rel
478 void ELFObjectWriter::emitRel(const LinkerConfig& pConfig, function in class:mcld::ELFObjectWriter

Completed in 103 milliseconds