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