Searched refs:MainAddress (Results 1 – 1 of 1) sorted by relevance
420 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput() local421 if (!MainAddress) in executeInput()435 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()438 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()