Searched refs:MainAddress (Results 1 – 1 of 1) sorted by relevance
217 void *MainAddress = Dyld.getSymbolAddress(EntryPoint); in executeInput() local218 if (MainAddress == 0) in executeInput()232 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n"; in executeInput()235 (int(*)(int,const char**)) uintptr_t(MainAddress); in executeInput()