Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h91 void emitRela(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp465 emitRela<32>(pConfig, *sect_data, pRegion); in emitRelocation()
467 emitRela<64>(pConfig, *sect_data, pRegion); in emitRelocation()
520 void ELFObjectWriter::emitRela(const LinkerConfig& pConfig, in emitRela() function in mcld::ELFObjectWriter