Searched refs:getEntryPoint (Results 1 – 2 of 2) sorted by relevance
55 uint64_t getEntryPoint(const LinkerConfig& pConfig,
243 header->e_entry = getEntryPoint(pConfig, pModule); in writeELFHeader()261 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig, in getEntryPoint() function in mcld::ELFObjectWriter