Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h85 void emitRel(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp456 emitRel<32>(pConfig, *sect_data, pRegion); in emitRelocation()
458 emitRel<64>(pConfig, *sect_data, pRegion); in emitRelocation()
478 void ELFObjectWriter::emitRel(const LinkerConfig& pConfig, in emitRel() function in mcld::ELFObjectWriter