Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h55 uint64_t getEntryPoint(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp243 header->e_entry = getEntryPoint(pConfig, pModule); in writeELFHeader()
261 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig, in getEntryPoint() function in mcld::ELFObjectWriter