Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFWriter.h61 virtual uint64_t getEntryPoint(const MCLDInfo& pInfo,
/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp73 header->e_entry = getEntryPoint(pLDInfo, pLayout, pBackend, pOutput); in writeELF32Header()
124 header->e_entry = getEntryPoint(pLDInfo, pLayout, pBackend, pOutput); in writeELF64Header()
137 uint64_t ELFWriter::getEntryPoint(const MCLDInfo& pLDInfo, in getEntryPoint() function in ELFWriter